release preps

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@464 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-22 19:59:47 +00:00
parent 07be77ae79
commit d4c0b09f53

View File

@ -56,7 +56,6 @@
<antcall target="jar"/>
<mkdir dir="tmp/jars"/>
<copy file="${lib}/${ant.project.name}.jar" todir="tmp/jars"/>
<move file="tmp/jars/${ant.project.name}.jar" tofile="tmp/jars/${ant.project.name}-${pluginversion}.jar"/>
<copy file="${lib}/${pmdjar}" todir="tmp/jars"/>
<zip zipfile="pmd-jedit-bin-${pluginversion}.zip" basedir="tmp"/>
<delete dir="tmp"/>