commit | 396c14ad0c4161fcae81ccadf676736823347568 | [log] [tgz] |
---|---|---|
author | Nitin Dahyabhai <thatnitind@gmail.com> | Thu Nov 19 21:33:14 2020 -0500 |
committer | Nitin Dahyabhai <thatnitind@gmail.com> | Fri Nov 20 17:15:58 2020 -0500 |
tree | 8fb99679b901d4a6628431dba096d3db4a0dfdca | |
parent | d901c9a064d8b0e38e27000dec3f55c0d2c50daa [diff] |
[568138] Force some test bundles to use BREE during execution
diff --git a/core/tests/org.eclipse.wst.wsdl.ui.tests/pom.xml b/core/tests/org.eclipse.wst.wsdl.ui.tests/pom.xml index 90a2705..d0a4dd9 100644 --- a/core/tests/org.eclipse.wst.wsdl.ui.tests/pom.xml +++ b/core/tests/org.eclipse.wst.wsdl.ui.tests/pom.xml
@@ -39,6 +39,7 @@ <configuration> <useUIHarness>true</useUIHarness> <useUIThread>true</useUIThread> + <useJDK>BREE</useJDK> </configuration> </plugin> </plugins>
diff --git a/jaxws/tests/org.eclipse.jst.ws.cxf.tests/pom.xml b/jaxws/tests/org.eclipse.jst.ws.cxf.tests/pom.xml index fcd9fde..79dfe4c 100644 --- a/jaxws/tests/org.eclipse.jst.ws.cxf.tests/pom.xml +++ b/jaxws/tests/org.eclipse.jst.ws.cxf.tests/pom.xml
@@ -42,6 +42,7 @@ <argLine>-XX:MaxPermSize=128m</argLine> <useUIHarness>true</useUIHarness> <useUIThread>true</useUIThread> + <useJDK>BREE</useJDK> </configuration> </plugin> </plugins>