[Japi-cvs] SF.net SVN: japi:[640] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2008-10-06 12:23:28
|
Revision: 640 http://japi.svn.sourceforge.net/japi/?rev=640&view=rev Author: christianhujer Date: 2008-10-06 12:23:19 +0000 (Mon, 06 Oct 2008) Log Message: ----------- Added package information to jars. Modified Paths: -------------- common/trunk/commonBuild.xml Modified: common/trunk/commonBuild.xml =================================================================== --- common/trunk/commonBuild.xml 2008-10-06 12:22:52 UTC (rev 639) +++ common/trunk/commonBuild.xml 2008-10-06 12:23:19 UTC (rev 640) @@ -173,6 +173,11 @@ <attribute name="Implementation-Vendor" value="Christian Hujer + the JAPI Developers" /> <attribute name="Implementation-Version" value="${module.version}" /> <attribute name="Implementation-URL" value="http://sourceforge.net/projects/japi/" /> + <section name="${module.package.path}"> + <attribute name="Package-Title" value="${module.package}" /> + <attribute name="Package-Version" value="${module.version}" /> + <attribute name="Package-Vendor" value="Christian Hujer + the JAPI Developers" /> + </section> </manifest> </jar> <tar tarfile="${distPath}.doc.tar" longfile="gnu"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |