updated to 1.3

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2467 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-12-16 16:02:13 +00:00
parent 9eb1c75961
commit 80993541f3
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<property name="build" value="build\"/>
<property name="regress" value="regress\"/>
<property name="version" value="0.1"/>
<property name="pmd-jar-name" value="pmd-1.2.1.jar"/>
<property name="pmd-jar-name" value="pmd-1.3.jar"/>
<property name="jnlp_staging_area" value="/home/tom/misc/importscrubberjnlp/"/>
<path id="classpath.path">
@ -78,7 +78,7 @@
</target>
<target name="jnlp-all" depends="dist,sign-all">
<target name="upload-all">
<echo message="Uploading pmd-swing jar file"/>
<exec executable="scp" os="Linux">
<arg line=" /home/tom/data/pmd/pmd-swingui/lib/pmd-swingui-${version}.jar tomcopeland@pmd.sourceforge.net:/home/groups/p/pm/pmd/htdocs/"/>

View File

@ -14,7 +14,7 @@
<resources>
<j2se version="1.3+" max-heap-size="384M"/>
<jar href="pmd-swingui-0.1.jar"/>
<jar href="pmd-1.2.1.jar"/>
<jar href="pmd-1.3.jar"/>
<jar href="jaxen-core-1.0-fcs.jar"/>
<jar href="saxpath-1.0-fcs.jar"/>
<jar href="xercesImpl-2.0.2.jar"/>