forked from phoedos/pmd
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:
@ -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">
|
||||
|
Reference in New Issue
Block a user