From fc3347d73a3d24f846b9cbc6b6042ed84ad15378 Mon Sep 17 00:00:00 2001 From: Xavier Le Vourch Date: Sat, 28 Mar 2009 20:13:21 +0000 Subject: [PATCH] added 2009 in copyright git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6901 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse-plugin/README.TXT | 24 +++++++++++++++---- .../feature.properties | 4 ++-- .../LICENSE.txt | 2 +- .../about.ini | 2 +- 4 files changed, 23 insertions(+), 9 deletions(-) diff --git a/pmd-eclipse-plugin/README.TXT b/pmd-eclipse-plugin/README.TXT index 6945798b5a..348021d746 100644 --- a/pmd-eclipse-plugin/README.TXT +++ b/pmd-eclipse-plugin/README.TXT @@ -1,9 +1,16 @@ +Compilation +=========== + +'ant plugin' will generate a new version in the 'build' directory. + + Setup ===== -eclipse configuration can be done in local.properties to point to the Eclipse -installation directory and the pde and launcher versions: +If the default configuration is not accurate for your setup, customization +can be done in local.properties to point to the Eclipse installation directory +and the pde and launcher versions: ----- local.properties example ----------------- eclipse.home=/usr/java/eclipse @@ -12,9 +19,16 @@ eclipse.launcher.version=1.0.100.v20080509-1800 ------ end ------------------------------------- -Compilation -=========== +Importing the projects in Eclipse +================================= -'ant plugin' will generate a new version in the 'build' directory. +In the Java perspective, select "Import" -> "Existing Java projects", select +the directory where this file is located. The next panel should have four +projects: + +net.sourceforge.pmd.eclipse +net.sourceforge.pmd.eclipse.plugin +pmd-eclipse-test +pmd-eclipse-test-fragment diff --git a/pmd-eclipse-plugin/features/net.sourceforge.pmd.eclipse/feature.properties b/pmd-eclipse-plugin/features/net.sourceforge.pmd.eclipse/feature.properties index 4a6ad66986..2d1d3e9e82 100644 --- a/pmd-eclipse-plugin/features/net.sourceforge.pmd.eclipse/feature.properties +++ b/pmd-eclipse-plugin/features/net.sourceforge.pmd.eclipse/feature.properties @@ -8,12 +8,12 @@ description.text = This feature brings PMD into the Eclipse v3 environment. description.url = http://pmd.sourceforge.net copyright.text =\ -Copyright 1997-2008 PMD for Eclipse Development Team \n\ +Copyright 1997-2009 PMD for Eclipse Development Team \n\ under sponsorship of the Defense Advanced Research Projects Agency (DARPA). license.url = http://pmd.sourceforge.net/license.html license.text =\ -Copyright (c) 1997-2008, PMD for Eclipse Development Team \n\ +Copyright (c) 1997-2009, PMD for Eclipse Development Team \n\ All rights reserved. \n\ \n\ Redistribution and use in source and binary forms, with or without \n\ diff --git a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/LICENSE.txt b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/LICENSE.txt index 721ac7fc55..6fa60777c0 100644 --- a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/LICENSE.txt +++ b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 1997-2008, PMD for Eclipse Development Team +Copyright (c) 1997-2009, PMD for Eclipse Development Team All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/about.ini b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/about.ini index fcb3b4e8e4..7f3b733a5e 100644 --- a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/about.ini +++ b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/about.ini @@ -1,3 +1,3 @@ -aboutText=(c) 1997-2008 PMD Team +aboutText=(c) 1997-2009 PMD Team featureImage=icons/pmd-icon-32.gif welcomePage=$nl$/welcome.xml