release preps

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@463 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-07-22 19:59:04 +00:00
parent 6b9a60a895
commit 07be77ae79
3 changed files with 5 additions and 4 deletions

View File

@ -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=0.4
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=0.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

View File

@ -5,7 +5,7 @@
<property name="lib" value="lib/"/>
<property name="build" value="build/"/>
<property name="pmdjar" value="pmd-0.6.jar"/>
<property name="pluginversion" value="0.4"/>
<property name="pluginversion" value="0.5"/>
<property name="jedit.install.dir" value="c:\jedit\jars"/>

View File

@ -1,7 +1,8 @@
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 version
change build.xml to reflect pmd-jedit version
change config/pmd.props to reflect plugin version
change jedit.html to reflect the plugin version
change build.xml to reflect the plugin version
Create the binary release:
ant release