forked from phoedos/pmd
post rls stuff
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1227 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-1.0.zip file into your JEdit directory; it'll put a couple of jar files into your jars directory.
|
||||
<li>Unzip the PMD-JEdit-bin-1.01.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>
|
||||
|
@ -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.0
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=1.01
|
||||
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
|
||||
|
@ -12,25 +12,25 @@ TESTS:
|
||||
3) Are options persistant?
|
||||
|
||||
Create the src release:
|
||||
cvs -q rtag -D tomorrow "pmd_jedit_release_1_0" pmd-jedit
|
||||
cvs -q rtag -D tomorrow "pmd_jedit_release_1_01" 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_0 pmd-jedit
|
||||
copy pmd-jedit\lib\PMDJEditPlugin-1.0.jar c:\tmp\pmd-jedit\lib
|
||||
zip it up, rename it to pmd-jedit-src-1.0.zip
|
||||
cvs -q export -d c:\tmp\pmd-jedit -r pmd_jedit_release_1_01 pmd-jedit
|
||||
copy pmd-jedit\lib\PMDJEditPlugin-1.01.jar c:\tmp\pmd-jedit\lib
|
||||
zip it up, rename it to pmd-jedit-src-1.01.zip
|
||||
|
||||
FTP the zip file to SF
|
||||
ftp upload.sourceforge.net
|
||||
generic userid/password: anonymous/tom@infoether.com
|
||||
cd incoming
|
||||
bin
|
||||
put pmd-jedit-src-1.0.zip
|
||||
put pmd-jedit-bin-1.0.zip
|
||||
put pmd-jedit-src-1.01.zip
|
||||
put pmd-jedit-bin-1.01.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.0.zip file
|
||||
Add the pmd-jedit-bin-1.0.zip file
|
||||
Add the pmd-jedit-src-1.01.zip file
|
||||
Add the pmd-jedit-bin-1.01.zip file
|
||||
Classify the file
|
||||
|
||||
Submit some news saying "hey, new release of the JEdit plugin!"
|
||||
|
Reference in New Issue
Block a user