forked from phoedos/pmd
fixing test deps
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4771 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -14,4 +14,3 @@ nbm.module.author=Ole-Martin M\u00f8rk, Gunnlaugur \u00de\u00f3r Briem, Radim Ku
|
||||
#you are building your module against, and into which your module will be built.
|
||||
#Available in project.properties.
|
||||
|
||||
test.unit.run.cp.extra=${netbeans.dest.dir}/platform6/modules/org-netbeans-modules-masterfs.jar
|
||||
|
@ -2,7 +2,7 @@
|
||||
<project xmlns="http://www.netbeans.org/ns/project/1">
|
||||
<type>org.netbeans.modules.apisupport.project</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/nb-module-project/2">
|
||||
<data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
|
||||
<code-name-base>pmd</code-name-base>
|
||||
<path>pmd-netbeans</path>
|
||||
<standalone/>
|
||||
@ -172,6 +172,19 @@
|
||||
</run-dependency>
|
||||
</dependency>
|
||||
</module-dependencies>
|
||||
<test-dependencies>
|
||||
<test-type>
|
||||
<name>unit</name>
|
||||
<test-dependency>
|
||||
<code-name-base>pmd</code-name-base>
|
||||
<recursive/>
|
||||
<compile-dependency/>
|
||||
</test-dependency>
|
||||
<test-dependency>
|
||||
<code-name-base>org.netbeans.modules.masterfs</code-name-base>
|
||||
</test-dependency>
|
||||
</test-type>
|
||||
</test-dependencies>
|
||||
<public-packages/>
|
||||
<extra-compilation-unit>
|
||||
<package-root>libsrc</package-root>
|
||||
|
Reference in New Issue
Block a user