From 7d2ad3dca67ffe7ff7a0d576de631854e5d029f4 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Thu, 19 Jun 2003 19:36:39 +0000 Subject: [PATCH] rls preps git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1985 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/doing_the_next_pmd_release.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pmd/etc/doing_the_next_pmd_release.txt b/pmd/etc/doing_the_next_pmd_release.txt index 0ebf7896d2..5d7237ea5f 100644 --- a/pmd/etc/doing_the_next_pmd_release.txt +++ b/pmd/etc/doing_the_next_pmd_release.txt @@ -4,8 +4,7 @@ update the release date in the changelog move rules from "newrules.xml" into a real ruleset file update release number in project.xml -ant dist -ant test +ant dist test Do all the JUnit tests run? OK, then: ant dist @@ -21,7 +20,7 @@ Regenerate the web site Prepare binary release: rm -rf ~/tmp/pmd-1.1 mkdir -p ~/tmp/pmd-1.1/etc ~/tmp/pmd/lib -cp ../LICENSE.txt run.bat run.sh gui.bat build.xml cpdgui.bat changelog.txt astviewer.bat astviewer.sh ~/tmp/pmd-1.1/etc +cp ../LICENSE.txt run.* cygwin-run.sh gui.bat build.xml cpdgui.bat changelog.txt astviewer.* ~/tmp/pmd-1.1/etc cp ../lib/pmd-1.1.jar ../lib/xmlParserAPIs-2.0.2.jar ../lib/xercesImpl-2.0.2.jar ../lib/jaxen-core-1.0-fcs.jar ../lib/saxpath-1.0-fcs.jar ~/tmp/pmd-1.1/lib/ cp -R xslt/ ~/tmp/pmd-1.1/etc/xslt/ cp -R ../target/docs ~/tmp/pmd-1.1