preps for release

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@979 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-09-24 12:44:23 +00:00
parent 59b37bba30
commit 8dfac51f5a
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,6 @@
<target name="buildworker" depends="clean,jar">
<delete dir="${workerzipfile}"/>
<delete dir="staging"/>
<mkdir dir="staging"/>
<copy file="${lib}/dcpd.jar" toDir="staging"/>
<copy file="${lib}/pmd-1.0rc2.jar" toDir="staging"/>

View File

@ -1,5 +1,6 @@
???? 2002 - 0.3:
Faster still - now the workers can being working before all the batches are written to the space.
September 24 2002 - 0.3:
Faster still - now the workers can being working before all the batches are written to the space. java.lang on my basic farm of 3 machines takes 13 minutes.
Included a bit of documentation - a readme.txt
September 11 2001 - 0.2:
Much, much faster now. java.lang on my basic farm of 3 machines takes 21 minutes.