diff --git a/pmd-jdeveloper/LICENSE.txt b/pmd-jdeveloper/LICENSE.txt index 801cb60717..49e91d0d1d 100644 --- a/pmd-jdeveloper/LICENSE.txt +++ b/pmd-jdeveloper/LICENSE.txt @@ -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. \ No newline at end of file diff --git a/pmd-jdeveloper/etc/Manifest.mf b/pmd-jdeveloper/etc/Manifest.mf index 36b99be9d4..745ae1bd0c 100644 --- a/pmd-jdeveloper/etc/Manifest.mf +++ b/pmd-jdeveloper/etc/Manifest.mf @@ -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/ \ No newline at end of file diff --git a/pmd-jdeveloper/etc/build.xml b/pmd-jdeveloper/etc/build.xml index 302bacfc98..5b536c7034 100644 --- a/pmd-jdeveloper/etc/build.xml +++ b/pmd-jdeveloper/etc/build.xml @@ -5,8 +5,8 @@ - - + + diff --git a/pmd-jdeveloper/etc/changelog.txt b/pmd-jdeveloper/etc/changelog.txt index fb3428847b..40e9709a92 100644 --- a/pmd-jdeveloper/etc/changelog.txt +++ b/pmd-jdeveloper/etc/changelog.txt @@ -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. diff --git a/pmd-jdeveloper/etc/doing_the_next_pmd_jdeveloper_release.txt b/pmd-jdeveloper/etc/doing_the_next_pmd_jdeveloper_release.txt index 8fb3211ffb..795d4e6973 100644 --- a/pmd-jdeveloper/etc/doing_the_next_pmd_jdeveloper_release.txt +++ b/pmd-jdeveloper/etc/doing_the_next_pmd_jdeveloper_release.txt @@ -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!" diff --git a/pmd-jdeveloper/lib/pmd-1.2.1.jar b/pmd-jdeveloper/lib/pmd-1.2.1.jar deleted file mode 100644 index 6b17af65dc..0000000000 Binary files a/pmd-jdeveloper/lib/pmd-1.2.1.jar and /dev/null differ diff --git a/pmd-jdeveloper/lib/pmd-1.3.jar b/pmd-jdeveloper/lib/pmd-1.3.jar new file mode 100644 index 0000000000..eebf043d8d Binary files /dev/null and b/pmd-jdeveloper/lib/pmd-1.3.jar differ