Added manifest, thx to Eric Olander for the patch

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3443 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-04-18 21:40:29 +00:00
parent eacff461af
commit 7a2b306664

View File

@ -56,7 +56,12 @@
<jar
jarfile="${dir.lib}\pmd-${version}.jar"
includes="net/sourceforge/pmd/**/**,test/net/sourceforge/pmd/testframework/**/**,rulesets/**"
basedir="${dir.build}"/>
basedir="${dir.build}">
<manifest>
<attribute name="Main-Class" value="net.sourceforge.pmd.PMD"/>
<attribute name="Class-Path" value="jaxen-core-1.0-fcs.jar saxpath-1.0-fcs.jar"/>
</manifest>
</jar>
</target>
<target name="jarsrc" depends="copy,compile" description="Jars up the source directory">