forked from phoedos/pmd
Updated to PMD 3.4
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4034 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<property name="src" value="src/"/>
|
||||
<property name="lib" value="lib"/>
|
||||
<property name="build" value="build"/>
|
||||
<property name="pmdjar" value="pmd-3.3.jar"/>
|
||||
<property name="pmdjar" value="pmd-3.4.jar"/>
|
||||
<property name="pluginversion" value="2.6"/>
|
||||
<property name="jedit.install.dir" value="../.."/>
|
||||
<property name="jedit.jars.dir" value="${jedit.install.dir}\jars"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
??? - 2.6
|
||||
- Updated to PMD 3.1
|
||||
- Updated to PMD 3.4
|
||||
- Updated to jEdit 4.3pre versions.
|
||||
- Added "Ignore Literals & identifiers" option for CPD.
|
||||
|
||||
|
@ -4,7 +4,7 @@ change config/pmd.props to reflect the new pmd-jedit release version.
|
||||
change config/jedit.html to reflect the new pmd-jedit release version.
|
||||
change the build.xml to reflect pmd-jedit release
|
||||
update doing_the_next_pmd_jedit_release.txt(this file) to the new pmd-jedit release version
|
||||
comit the above changes FIRST!!
|
||||
commit the above changes FIRST!!
|
||||
|
||||
Create the binary release - 'ant release'
|
||||
Unzip it into jedit.home/jars
|
||||
@ -16,16 +16,16 @@ TESTS:
|
||||
5) Check if the PMD Help shows correct data like Release notes, help/new features.
|
||||
6) Re-Commit if changes were made in the above steps first!!
|
||||
Create the src release:
|
||||
cvs -q rtag -D tomorrow "pmd_jedit_release_2_5" pmd-jedit
|
||||
cvs -q rtag -D tomorrow "pmd_jedit_release_2_6" pmd-jedit
|
||||
rm -rf ~/tmp/pmd-jedit
|
||||
mkdir -p ~/tmp/pmd-jedit
|
||||
cvs -q export -d tmp -r pmd_jedit_release_2_5 pmd-jedit
|
||||
cvs -q export -d tmp -r pmd_jedit_release_2_6 pmd-jedit
|
||||
mv tmp/* ~/tmp/pmd-jedit
|
||||
rmdir tmp/
|
||||
cp pmd-jedit/PMDPlugin/lib/PMDPlugin.jar ~/tmp/pmd-jedit/PMDPlugin/lib
|
||||
copy other relevant libraries to ~/tmp/pmd-jedit/PMDPlugin/lib
|
||||
cd ~/tmp
|
||||
zip -q -r pmd-jedit-src-2.5.zip pmd-jedit
|
||||
zip -q -r pmd-jedit-src-2.6.zip pmd-jedit
|
||||
rm -rf pmd-jedit
|
||||
|
||||
ncftpput upload.sourceforge.net incoming/ pmd-jedit-src-2.5.zip pmd-jedit-bin-2.5.zip
|
||||
|
@ -8,7 +8,7 @@ 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.02.08.00
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.2=plugin errorlist.ErrorListPlugin 1.3.2
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-3.3.jar jaxen-core-1.0-fcs.jar saxpath-1.0-fcs.jar pmd-swingui-0.1.jar
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-3.4.jar jaxen-core-1.0-fcs.jar saxpath-1.0-fcs.jar pmd-swingui-0.1.jar
|
||||
|
||||
#
|
||||
# Menu properties
|
||||
|
Reference in New Issue
Block a user