o Adding patch by steve mconnel to augment the manifest entries to make

them correct and generally more useful.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl 2003-03-04 15:05:25 +00:00
parent 306e3078f0
commit 8da680cecd

View File

@ -173,14 +173,14 @@
<attribute name="Created-By" value="Apache Jakarta Maven"/>
<attribute name="Package" value="${pom.package}"/>
<attribute name="Build-Jdk" value="${java.version}"/>
<section name="${pom.package}">
<attribute name="Specification-Title" value="${pom.artifactId}"/>
<attribute name="Specification-Version" value="${pom.currentVersion}"/>
<attribute name="Specification-Vendor" value="${pom.organization.name}"/>
<attribute name="Implementation-Title" value="${pom.package}"/>
<attribute name="Implementation-Version" value="${pom.currentVersion}"/>
<attribute name="Implementation-Vendor" value="${pom.organization.name}"/>
</section>
<!-- added supplimentary entries -->
<attribute name="Extension-Name" value="${pom.artifactId}"/>
<attribute name="Specification-Version" value="${pom.specificationVersion}"/>
<attribute name="Specification-Vendor" value="${pom.organization.name}"/>
<attribute name="Specification-Title" value="${pom.shortDescription}"/>
<attribute name="Implementation-Version" value="${pom.currentVersion}"/>
<attribute name="Implementation-Vendor" value="${pom.organization.name}"/>
<attribute name="Implementation-Vendor-Id" value="${pom.organization.identifier}"/>
</manifest>
</jar>
</goal>