IVY-499 Additional descriptions of build.xml targets ( https://issues.apache.org/jira/browse/IVY-499) Added patch for XML indentation.
IVY-554 Code / XML Polished (https://issues.apache.org/jira/browse/IVY-554 ) Add path with modification in the jar manifest attibute creation. When I was running the ivy.jar as a standalone application, no Package inforamtion was shown. file:///usr/lib/jdk1.5.0_11/docs/api/java/lang/Package.html Although I'm not shore if this is correct, maybe this is correct for the Ant extentions situation. But at least the manifest attibutes need to be added to the ivy-core.jar, as main attibutes. So at runtime the class lang.Package can be used to view the ivy package information. So I added the following attributes for the ivy-core.jar: - Implementation-Title - Implementation-Version - Implementation-Vendor - Specification-Title - Specification-Version - Specification-Vendor Maybe it would be nice to add the following two attibute also to the ivy-core.jar creation: - Implementation-Vendor-Id (? ivy.apache.org) - Implementation-URL (? http://incubator.apache.org/ivy/)
