release preps

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@465 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-22 20:00:25 +00:00
parent d4c0b09f53
commit d5a9eceff0

View File

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