- Documentation (2.3.0)
- Release Notes
- Tutorials
- Reference
- Introduction
- Settings Files
- Ivy Files
- Ant Tasks
- Using standalone
- OSGi
- Developer doc
convertmanifest
since 2.3 Convert a MANIFEST.MF into an ivy.ml file
Attribute | Description | Required |
---|---|---|
manifest | the location of the MANIFEST.MF to convert | Yes |
ivyFile | the location of the ivy.xml file to generate | Yes |
Examples
<ivy:convertmanifest manifest="META-INF/MANIFEST.MF" ivyFile="ivy.xml" />Just converts a manifest into an ivy.xml file.