From 4e4f46a2395e2723af69e217efd38f358c327abd Mon Sep 17 00:00:00 2001
From: Tom Copeland
Date: Mon, 24 Mar 2003 17:51:06 +0000
Subject: [PATCH] rls preps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1596 51baf565-9d33-0410-a72c-fc3788e3496d
---
pmd-jedit/config/jedit.html | 2 +-
pmd-jedit/config/pmd.props | 2 +-
pmd-jedit/etc/build.xml | 2 +-
.../etc/doing_the_next_pmd_jedit_release.txt | 33 +++++++++----------
4 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/pmd-jedit/config/jedit.html b/pmd-jedit/config/jedit.html
index 6d75e61caa..0b074c42c6 100644
--- a/pmd-jedit/config/jedit.html
+++ b/pmd-jedit/config/jedit.html
@@ -11,7 +11,7 @@ You can read much more about PMD here - http://pmd.sf.net/.
Installation
- Uninstall any old PMD-JEdit plugins
-
- Unzip the PMD-JEdit-bin-1.4.zip file into your JEdit directory; it'll put a couple of jar files into your jars directory.
+
- Unzip the PMD-JEdit-bin-1.5.zip file into your JEdit directory; it'll put a couple of jar files into your jars directory.
- Restart JEdit and you'll be ready to go.
Integration
diff --git a/pmd-jedit/config/pmd.props b/pmd-jedit/config/pmd.props
index 8f38e97170..8a2543e9a3 100644
--- a/pmd-jedit/config/pmd.props
+++ b/pmd-jedit/config/pmd.props
@@ -3,7 +3,7 @@
#
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.name=PMD
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.author=Tom Copeland
-plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=1.4
+plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=1.5
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.docs=jedit.html
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.0=jdk 1.3
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.1=jedit 04.00.99.00
diff --git a/pmd-jedit/etc/build.xml b/pmd-jedit/etc/build.xml
index 1586174a7c..c002e2af86 100644
--- a/pmd-jedit/etc/build.xml
+++ b/pmd-jedit/etc/build.xml
@@ -5,7 +5,7 @@
-
+
diff --git a/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt b/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt
index 7bdce12f24..f3eb820e0a 100644
--- a/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt
+++ b/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt
@@ -1,12 +1,12 @@
update the release date in the changelog
change config/pmd.props to reflect actual pmd.jar file version
-change config/pmd.props to reflect pmd-jedit release 1.4
-change config/jedit.html to reflect pmd-jedit release 1.4
-change the build.xml to reflect pmd-jedit release 1.4
+change config/pmd.props to reflect pmd-jedit release 1.5
+change config/jedit.html to reflect pmd-jedit release 1.5
+change the build.xml to reflect pmd-jedit release 1.5
Create the binary release:
ant release
-move the zip file into c:\tmp
+move the zip file into ~/tmp
TESTS:
1) Can you run jedit ok?
2) Can you run it it on a file and find some unused code?
@@ -14,26 +14,25 @@ TESTS:
Create the src release:
cvs -q rtag -D tomorrow "pmd_jedit_release_1_4" pmd-jedit
-rmdir /q /s c:\tmp\pmd-jedit
-mkdir c:\tmp\pmd-jedit
-cvs -q export -d c:\tmp\pmd-jedit -r pmd_jedit_release_1_4 pmd-jedit
-copy pmd-jedit\lib\PMDJEditPlugin-1.4.jar c:\tmp\pmd-jedit\lib
-cd c:\tmp
-"c:\program files\winzip\wzzip.exe" -r -p pmd-jedit-src-1.4.zip pmd-jedit
-rmdir /q /s pmd-jedit
+rm -rf ~/tmp/pmd-jedit
+mkdir -p ~/tmp/pmd-jedit
+cvs -q export -d ~/tmp/pmd-jedit -r pmd_jedit_release_1_4 pmd-jedit
+copy pmd-jedit/lib/PMDJEditPlugin-1.5.jar ~/tmp/pmd-jedit/lib
+cd ~/tmp
+zip -q -r -b pmd-jedit ~/tmp/pmd-jedit-src-1.5.zip ~/tmp/pmd/
+rm -rf ~/tmp/pmd-jedit
FTP the zip file to SF
-ftp upload.sourceforge.net
-generic userid/password: anonymous/tom@infoether.com
+ncftp upload.sourceforge.net
cd incoming
bin
-put pmd-jedit-src-1.4.zip
-put pmd-jedit-bin-1.4.zip
+put pmd-jedit-src-1.5.zip
+put pmd-jedit-bin-1.5.zip
Go to Admin, Edit/Release Files, click on Add new release
Paste stuff into the changelog/readme boxes
-Add the pmd-jedit-src-1.4.zip file
-Add the pmd-jedit-bin-1.4.zip file
+Add the pmd-jedit-src-1.5.zip file
+Add the pmd-jedit-bin-1.5.zip file
Classify the file
Submit some news saying "hey, new release of the JEdit plugin!"