Updating to pmd 3.3

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3903 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-10-08 00:38:01 +00:00
parent dd732c99e7
commit 17aba2271f
5 changed files with 4 additions and 6 deletions

View File

@ -3,8 +3,8 @@
<property name="config" value="config/"/>
<property name="src" value="src/"/>
<property name="etc" value="etc/"/>
<property name="pmdjar" value="pmd-3.2.jar"/>
<property name="pluginversion" value="1.6"/>
<property name="pmdjar" value="pmd-3.3.jar"/>
<property name="pluginversion" value="1.7"/>
<property name="jdeveloper.install.dir" value="c:/data/jdev1013/jdev/lib/ext/${ant.project.name}-${pluginversion}"/>
@ -41,16 +41,14 @@
<mkdir dir="${jdeveloper.install.dir}/lib"/>
<copy file="lib/${ant.project.name}-${pluginversion}.jar" todir="${jdeveloper.install.dir}/lib"/>
<copy file="lib/${pmdjar}" todir="${jdeveloper.install.dir}/lib"/>
<copy file="lib/saxpath-1.0-fcs.jar" todir="${jdeveloper.install.dir}/lib"/>
<copy file="lib/jaxen-core-1.0-fcs.jar" todir="${jdeveloper.install.dir}/lib"/>
<copy file="lib/jaxen-1.1-beta-7.jar" todir="${jdeveloper.install.dir}/lib"/>
</target>
<target name="release" depends="clean,jar">
<mkdir dir="tmp/${ant.project.name}-${pluginversion}/lib"/>
<copy file="lib/${ant.project.name}-${pluginversion}.jar" todir="tmp/${ant.project.name}-${pluginversion}/lib/"/>
<copy file="lib/${pmdjar}" todir="tmp/${ant.project.name}-${pluginversion}/lib/"/>
<copy file="lib/saxpath-1.0-fcs.jar" todir="tmp/${ant.project.name}-${pluginversion}/lib"/>
<copy file="lib/jaxen-core-1.0-fcs.jar" todir="tmp/${ant.project.name}-${pluginversion}/lib"/>
<copy file="lib/jaxen-1.1-beta-7.jar" todir="tmp/${ant.project.name}-${pluginversion}/lib"/>
<zip zipfile="${ant.project.name}-bin-${pluginversion}.zip" basedir="tmp/"/>
<move file="${ant.project.name}-bin-${pluginversion}.zip" todir="/home/tom/tmp"/>
<delete dir="tmp"/>

Binary file not shown.