rls preps

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2371 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-11-04 22:16:56 +00:00
parent 3dee54f026
commit 16a8e91943
7 changed files with 46 additions and 15 deletions

View File

@ -1,2 +1,31 @@
http://cougaar.org/docman/view.php/17/58/license.html
Copyright (c) 2003, InfoEther, LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* The end-user documentation included with the redistribution, if
any, must include the following acknowledgement:
"This product includes software developed in part by support from
the Defense Advanced Research Project Agency (DARPA)"
* Neither the name of InfoEther, LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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.5
Specification-Version: 0.6
Specification-Vendor: Tom Copeland
Implementation-Title: net.sourceforge.pmd.jdeveloper
Implementation-Version: 0.5
Implementation-Version: 0.6
Implementation-Vendor: Tom Copeland
Implementation-URL: http://pmd.sf.net/

View File

@ -5,8 +5,8 @@
<property name="lib" value="lib/"/>
<property name="etc" value="etc/"/>
<property name="build" value="build/"/>
<property name="pmdjar" value="pmd-1.2.1.jar"/>
<property name="pluginversion" value="0.5"/>
<property name="pmdjar" value="pmd-1.3.jar"/>
<property name="pluginversion" value="0.6"/>
<property name="jdeveloper.install.dir" value="/home/tom/jdev/jdev/lib/ext/${ant.project.name}-${pluginversion}"/>
<path id="project.class.path">

View File

@ -1,5 +1,7 @@
??? - 0.6:
Nov 04 2003 - 0.6:
Added rule name to LogWindow; thx to Roman Legat for the suggestion.
Updated PMD version to 1.3.
Changed license to BSD-style.
August 27 2003 - 0.5:
Updated to pmd-1.2.1.

View File

@ -1,6 +1,6 @@
update the release date in the changelog
change the build.xml to reflect pmd-jdeveloper release 0.5
change manifest.mf to reflect pmd-jdeveloper release 0.5
change the build.xml to reflect pmd-jdeveloper release 0.6
change manifest.mf to reflect pmd-jdeveloper release 0.6
Create the binary release:
ant release
@ -11,22 +11,22 @@ TESTS:
Create the src release:
cd ~/data/pmd/
cvs -q rtag -D tomorrow "pmd_jdeveloper_release_0_5" pmd-jdeveloper
cvs -q rtag -D tomorrow "pmd_jdeveloper_release_0_6" pmd-jdeveloper
rm -rf ~/tmp/pmd-jdeveloper
mkdir -p ~/tmp/pmd-jdeveloper
cvs -q export -d tmp -r pmd_jdeveloper_release_0_5 pmd-jdeveloper
cvs -q export -d tmp -r pmd_jdeveloper_release_0_6 pmd-jdeveloper
mv tmp/* ~/tmp/pmd-jdeveloper
rmdir tmp/
cp pmd-jdeveloper/lib/pmd-jdeveloper-0.5.jar ~/tmp/pmd-jdeveloper/lib
cp pmd-jdeveloper/lib/pmd-jdeveloper-0.6.jar ~/tmp/pmd-jdeveloper/lib
cd ~/tmp
zip -q -r pmd-jdeveloper-src-0.5.zip pmd-jdeveloper
zip -q -r pmd-jdeveloper-src-0.6.zip pmd-jdeveloper
ncftpput upload.sourceforge.net incoming/ pmd-jdeveloper-bin-0.5.zip pmd-jdeveloper-src-0.5.zip
ncftpput upload.sourceforge.net incoming/ pmd-jdeveloper-bin-0.6.zip pmd-jdeveloper-src-0.6.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.5.zip file
Add the pmd-jdeveloper-bin-0.5.zip file
Add the pmd-jdeveloper-src-0.6.zip file
Add the pmd-jdeveloper-bin-0.6.zip file
Classify the file
Submit some news saying "hey, new release of the jdeveloper plugin!"

Binary file not shown.

Binary file not shown.