Updated to NB trunk

SystemOption rewritten to use NbPreferences


git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5115 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Radim Kubacki
2007-05-22 17:34:48 +00:00
parent c8c010fcd0
commit 2f35602505
15 changed files with 308 additions and 225 deletions

View File

@@ -1,11 +1,10 @@
---++ BUILDING
The NetBeans IDE version 6.0M4 is currently used for the development of plugin.
The NetBeans IDE version 6.0M9 is currently used for the development of plugin.
Older version of harness (NB5.5) can fail to run tests.
Read the documentation of this support to get details about the
configuration. For a quick setup it should be enough to copy
the 'pmdsuite.properties.template' file into pmdsuite.properties' edit its
content according to comments.
configuration. Basically it tries to find Java platform called 'JDK 1.5' and
NetBeans platform named 'NetBeans IDE M6.0M9'
Released plugin versions are built with JDK 1.5 and against NetBeans5.5.
Released plugin versions are built with JDK 1.5 and against NetBeans6.0M9.