rls preps

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1686 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-04-03 16:57:24 +00:00
parent d649d4348d
commit 10113cd426
4 changed files with 16 additions and 12 deletions

View File

@ -5,9 +5,9 @@ Addin0: net.sourceforge.pmd.jdeveloper.Plugin
Name: net/sourceforge/pmd/jdeveloper/
Specification-Title: PMD Static Code Analyzer
Specification-Version: 0.2
Specification-Version: 0.3
Specification-Vendor: Tom Copeland
Implementation-Title: net.sourceforge.pmd.jdeveloper
Implementation-Version: 0.2
Implementation-Version: 0.3
Implementation-Vendor: Tom Copeland
Implementation-URL: http://pmd.sf.net/

View File

@ -6,7 +6,7 @@
<property name="etc" value="etc/"/>
<property name="build" value="build/"/>
<property name="pmdjar" value="pmd-1.04.jar"/>
<property name="pluginversion" value="0.2"/>
<property name="pluginversion" value="0.3"/>
<property name="jdeveloper.install.dir" value="/home/tom/jdev/jdev/lib/ext/${ant.project.name}-${pluginversion}"/>
<path id="project.class.path">

View File

@ -1,3 +1,6 @@
April 3, 2003 - 0.3:
Implemented the "centralized rule selection storage" feature as suggested by Ronald Kinion.
April 1, 2003 - 0.2:
Updated to work with pmd-1.04.
Implemented several of Ronald Kinion's suggestions.

View File

@ -1,5 +1,6 @@
update the release date in the changelog
change the build.xml to reflect pmd-jdeveloper release 0.2
change the build.xml to reflect pmd-jdeveloper release 0.3
change manifest.mf to reflect pmd-jdeveloper release 0.3
Create the binary release:
ant release
@ -10,23 +11,23 @@ TESTS:
Create the src release:
cd ~/data/pmd/
cvs -q rtag -D tomorrow "pmd_jdeveloper_release_0_2" pmd-jdeveloper
cvs -q rtag -D tomorrow "pmd_jdeveloper_release_0_3" pmd-jdeveloper
rm -rf ~/tmp/pmd-jdeveloper
mkdir -p ~/tmp/pmd-jdeveloper
cvs -q export -d tmp -r pmd_jdeveloper_release_0_2 pmd-jdeveloper
cvs -q export -d tmp -r pmd_jdeveloper_release_0_3 pmd-jdeveloper
mv tmp/* ~/tmp/pmd-jdeveloper
rmdir tmp/
cp pmd-jdeveloper/lib/pmd-jdeveloper-0.2.jar ~/tmp/pmd-jdeveloper/lib
cp pmd-jdeveloper/lib/pmd-jdeveloper-0.3.jar ~/tmp/pmd-jdeveloper/lib
cd ~/tmp
zip -q -r pmd-jdeveloper-src-0.2.zip pmd-jdeveloper
zip -q -r pmd-jdeveloper-src-0.3.zip pmd-jdeveloper
ncftpput upload.sourceforge.net incoming/ pmd-jdeveloper-bin-0.2.zip
ncftpput upload.sourceforge.net incoming/ pmd-jdeveloper-src-0.2.zip
ncftpput upload.sourceforge.net incoming/ pmd-jdeveloper-bin-0.3.zip
ncftpput upload.sourceforge.net incoming/ pmd-jdeveloper-src-0.3.zip
Go to Admin, Edit/Release Files, click on Add new release
Paste stuff into the changelog/readme boxes
Add the pmd-jdeveloper-src-0.2.zip file
Add the pmd-jdeveloper-bin-0.2.zip file
Add the pmd-jdeveloper-src-0.3.zip file
Add the pmd-jdeveloper-bin-0.3.zip file
Classify the file
Submit some news saying "hey, new release of the jdeveloper plugin!"