NbJUnit depenency is needed is new NetBeans releases.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7172 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Radim Kubacki 2010-11-29 18:36:07 +00:00
parent 5b6231fc84
commit efe40739c8
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=c7fb167a
nbproject/build-impl.xml.data.CRC32=56fe9809
nbproject/build-impl.xml.script.CRC32=209b78c0
nbproject/build-impl.xml.stylesheet.CRC32=deb65f65@1.31.1.7
nbproject/build-impl.xml.stylesheet.CRC32=68e521fc@1.42.2

View File

@ -9,7 +9,7 @@ nbm.distribution=http://pmd.sourceforge.net/
license.file=LICENSE.txt
nbm.homepage=http://pmd.sourceforge.net/
nbm.module.author=Ole-Martin M\u00F8rk, Gunnlaugur \u00DE\u00F3r Briem, Radim Kubacki, Tomasz Slota
nbm.module.author=Ole-Martin M\u00f8rk, Gunnlaugur \u00de\u00f3r Briem, Radim Kubacki, Tomasz Slota
#netbeans.dest.dir - absolute pathname of NB platform (or IDE or whatever) that
#you are building your module against, and into which your module will be built.
#Available in project.properties.

View File

@ -185,6 +185,11 @@
<test-dependency>
<code-name-base>org.netbeans.modules.masterfs</code-name-base>
</test-dependency>
<test-dependency>
<code-name-base>org.netbeans.modules.nbjunit</code-name-base>
<recursive/>
<compile-dependency/>
</test-dependency>
</test-type>
</test-dependencies>
<public-packages/>