forked from phoedos/pmd
preps for rls
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@717 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -11,7 +11,7 @@ You can read much more about PMD here - http://pmd.sf.net/.</p>
|
||||
<h3>Installation</h3>
|
||||
<ul>
|
||||
<li>Uninstall any old PMD-JEdit plugins
|
||||
<li>Unzip the PMD-JEdit-bin-0.7.zip file into your JEdit directory; it'll put a couple of jar files into your jars directory.
|
||||
<li>Unzip the PMD-JEdit-bin-0.8.zip file into your JEdit directory; it'll put a couple of jar files into your jars directory.
|
||||
<li>Restart JEdit and you'll be ready to go.
|
||||
</ul>
|
||||
<h3>Integration</h3>
|
||||
|
@ -7,7 +7,7 @@ plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=0.8
|
||||
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
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-0.8.jar
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-0.9.jar
|
||||
|
||||
#
|
||||
# Menu properties
|
||||
|
@ -4,7 +4,7 @@
|
||||
<property name="src" value="src/"/>
|
||||
<property name="lib" value="lib/"/>
|
||||
<property name="build" value="build/"/>
|
||||
<property name="pmdjar" value="pmd-0.8.jar"/>
|
||||
<property name="pmdjar" value="pmd-0.9.jar"/>
|
||||
<property name="pluginversion" value="0.8"/>
|
||||
<property name="jedit.install.dir" value="c:\jedit\jars"/>
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
???? 2002 - 0.8:
|
||||
Fixed GUI lockup problem.
|
||||
Added example text to option pane.
|
||||
Augst 16 2002 - 0.8:
|
||||
Fixed GUI lockup problem
|
||||
Added example text to option pane
|
||||
Updated to use pmd-0.9
|
||||
|
||||
August 2 2002 - 0.7:
|
||||
Updated to use pmd-0.8
|
||||
|
@ -1,5 +1,7 @@
|
||||
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 0.8
|
||||
change config/jedit.html to reflect pmd-jedit release 0.8
|
||||
|
||||
Create the binary release:
|
||||
ant release
|
||||
|
@ -1,6 +1,5 @@
|
||||
@echo off
|
||||
set CLASSPATH=..\build
|
||||
set CLASSPATH=%CLASSPATH%;..\lib\pmd-0.7.jar
|
||||
set CLASSPATH=%CLASSPATH%;..\lib\ErrorList.jar
|
||||
set CLASSPATH=%CLASSPATH%;..\lib\jedit.jar
|
||||
set CVS_RSH=c:\bin\ssh\ssh
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
CLASSPATH=../build/
|
||||
CLASSPATH=$CLASSPATH:../lib/pmd-0.7.jar
|
||||
CLASSPATH=$CLASSPATH:../lib/jedit.jar
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user