convertmanifest


since 2.3 Convert a MANIFEST.MF into an ivy.ml file
AttributeDescriptionRequired
manifestthe location of the MANIFEST.MF to convertYes
ivyFilethe location of the ivy.xml file to generateYes

Examples

    <ivy:convertmanifest manifest="META-INF/MANIFEST.MF" ivyFile="ivy.xml" />
Just converts a manifest into an ivy.xml file.