git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1648 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-03-28 21:53:30 +00:00
parent 03b54a535b
commit e7c7a135ad
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
<target name="dist" depends="clean,jar"/>
<target name="cpdjnlp">
<target name="cpdjnlp" depends="dist">
<signjar jar="${lib}/pmd-${version}.jar" alias="myself" keystore="${jnlp_staging_area}myKeyStore" storepass="password"/>
<echo message="Uploading jar file"/>
<exec executable="scp" os="Linux">

View File

@ -1 +1 @@
java -cp ../lib/pmd-1.04.jar net.sourceforge.pmd.cpd.GUI
java -Xmx256m -cp ../lib/pmd-1.04.jar net.sourceforge.pmd.cpd.GUI