From 527ad15ece512f28282c55b83530244a4af8f512 Mon Sep 17 00:00:00 2001 From: Brant Gurganus Date: Fri, 6 Aug 2004 18:34:50 +0000 Subject: [PATCH] Maven build system git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2857 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-swingui/.cvsignore | 3 ++ pmd-swingui/LICENSE.txt | 35 +++++++++++- pmd-swingui/project.properties | 10 ++++ pmd-swingui/project.xml | 97 ++++++++++++++++++++++++++++++++++ 4 files changed, 144 insertions(+), 1 deletion(-) create mode 100755 pmd-swingui/.cvsignore create mode 100755 pmd-swingui/project.properties create mode 100755 pmd-swingui/project.xml diff --git a/pmd-swingui/.cvsignore b/pmd-swingui/.cvsignore new file mode 100755 index 0000000000..44deefab81 --- /dev/null +++ b/pmd-swingui/.cvsignore @@ -0,0 +1,3 @@ +build.properties +target +velocity.log \ No newline at end of file diff --git a/pmd-swingui/LICENSE.txt b/pmd-swingui/LICENSE.txt index 3bd9003181..e36e3c4dc9 100644 --- a/pmd-swingui/LICENSE.txt +++ b/pmd-swingui/LICENSE.txt @@ -1,2 +1,35 @@ -http://www.cougaar.org/documents/license.html +Cougaar Open Source License +The Cougaar Open Source License (COSL) is a modified version of the OSI approved +BSD License. Modifications are highlighted. + +COSL License : + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the original author's copyright +notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the original author's copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +3. 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)." + +4. Neither the name of the DARPA 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-swingui/project.properties b/pmd-swingui/project.properties new file mode 100755 index 0000000000..376ff87488 --- /dev/null +++ b/pmd-swingui/project.properties @@ -0,0 +1,10 @@ +maven.compile.encoding = utf8 +maven.compile.source = 1.4 +maven.compile.target = 1.4 +maven.docs.outputencoding = UTF-8 +maven.jalopy.fileFormat = UNIX +maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/ +maven.jar.mainclass = net.sourceforge.pmd.swingui.PMDViewer +maven.pmd.enable = true +maven.pmd.cpd.enable = true +maven.uberjar.main = net.sourceforge.pmd.swingui.PMDViewer \ No newline at end of file diff --git a/pmd-swingui/project.xml b/pmd-swingui/project.xml new file mode 100755 index 0000000000..4a1bbbb1a5 --- /dev/null +++ b/pmd-swingui/project.xml @@ -0,0 +1,97 @@ + + + 3 + pmd-swingui + PMD Swing UI + pmd + 0.1 + + Project Ultra*Log @ DARPA + http://pmd.sourceforge.net/ + http://sourceforge.net/sflogo.php?group_id=56262&type=5 + + 2002 + net.sourceforge.pmd.swingui + images/pmd_logo_small.jpg + pmd-swingui + PMD Swing UI provides a Swing user interface to use the PMD + programming mistake detector. + PMD Swing UI is an interface to PMD. + http://pmd.sourceforge.net/ + http://www.sourceforge.net/tracker/?group_id=56262 + shell.sourceforge.net + /home/groups/p/pmd/htdocs/swingui/ + shell.sourceforge.net + /home/groups/p/pm/pmd/ + + scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pmd:pmd-swingui + scm:cvs:ext:username@cvs.sourceforge.net:/cvsroot/pmd:pmd-swingui + http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pmd/pmd-swingui + + + + pmd-devel + http://lists.sourceforge.net/lists/listinfo/pmd-devel + http://lists.sourceforge.net/lists/listinfo/pmd-devel + http://sourceforge.net/mailarchive/forum.php?forum_id=9890 + + + + + Brant Gurganus + brantgurga + brantgurga@users.sourceforge.net + + Maintainer + + http://www.rose-hulman.edu/~gurganbl/ + -5 + + + Donald A. Leckie + donleckie + donleckie@users.sourceforge.net + + Creator + + + + + + Cougaar Open Source License + http://cougaar.org/docman/view.php/7/138/license.html + repo + + + + + pmd + pmd + 1.9 + http://pmd.sourceforge.net/ + + + jaxen + jaxen + 1.1-beta-4 + http://jaxen.sourceforge.net/ + + + + brantgurga@users.sourceforge.net + src/ + + + resources + + **/*.gif + **/*.properties + + + + + + maven-pmd-plugin + + \ No newline at end of file