added 2009 in copyright
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6901 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
@ -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\
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user