updated to more current state

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4825 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Radim Kubacki
2006-11-22 19:17:20 +00:00
parent ab3ba505b1
commit b6fc7a164b

View File

@@ -1,11 +1,11 @@
---++ BUILDING
The NetBeans IDE version 5.0 or newer can be used to develop the PMD plugin
using the new plugin development support.
The NetBeans IDE version 6.0M4 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.
Released plugin versions are built with JDK 1.4.2 and against NetBeans5.0.
Released plugin versions are built with JDK 1.5 and against NetBeans5.5.