forked from phoedos/pmd
release preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@465 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
<antcall target="clean"/>
|
||||
<antcall target="jar"/>
|
||||
<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"/>
|
||||
<zip zipfile="pmd-jedit-bin-${pluginversion}.zip" basedir="tmp"/>
|
||||
<delete dir="tmp"/>
|
||||
|
Reference in New Issue
Block a user