forked from phoedos/pmd
release preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@464 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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"/>
|
||||
|
Reference in New Issue
Block a user