1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Include the extra modules libs.junit4 and libs.antlr3.devel.
--- a/libs.junit4/nbproject/project.xml
+++ b/libs.junit4/nbproject/project.xml
@@ -64,6 +64,10 @@
<package>org.junit.runners.model</package>
</public-packages>
<class-path-extension>
+ <runtime-relative-path>ext/hamcrest-core.jar</runtime-relative-path>
+ <binary-origin>external/hamcrest-core.jar</binary-origin>
+ </class-path-extension>
+ <class-path-extension>
<runtime-relative-path>ext/junit-4.10.jar</runtime-relative-path>
<binary-origin>external/junit-4.10.jar</binary-origin>
</class-path-extension>
--- a/nbbuild/cluster.properties
+++ b/nbbuild/cluster.properties
@@ -181,10 +181,12 @@
keyring.fallback,\
keyring.impl,\
lib.uihandler,\
+ libs.antlr3.devel,\
libs.felix,\
libs.jna,\
libs.jna.platform,\
libs.jsr223,\
+ libs.junit4,\
libs.osgi,\
libs.testng,\
masterfs,\
@@ -1021,7 +1023,6 @@
kenai.ui,\
lib.cvsclient,\
libs.findbugs,\
- libs.junit4,\
libs.oracle.cloud,\
loadgenerator,\
maven.util,\
--- a/libs.junit4/nbproject/project.properties
+++ b/libs.junit4/nbproject/project.properties
@@ -42,6 +42,7 @@
is.autoload=true
release.external/junit-4.10.jar=modules/ext/junit-4.10.jar
+release.external/hamcrest-core.jar=modules/ext/hamcrest-core.jar
nbm.target.cluster=platform
sigtest.skip.check=true
|