Author: dgolovin
Date: 2010-08-23 18:16:03 -0400 (Mon, 23 Aug 2010)
New Revision: 24367
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.html.test/build.properties
trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/build.properties
trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties
trunk/ws/plugins/org.jboss.tools.ws.core/build.properties
trunk/ws/tests/org.jboss.tools.ws.core.test/build.properties
Log:
fix for class not found exceptions during test execution in uberbuilder for plug-ins:
vpe.html.test, vpe.jsp.test, vpe.test, ws.core, ws.test
Modified: trunk/vpe/tests/org.jboss.tools.vpe.html.test/build.properties
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.html.test/build.properties 2010-08-23 18:43:31 UTC
(rev 24366)
+++ trunk/vpe/tests/org.jboss.tools.vpe.html.test/build.properties 2010-08-23 22:16:03 UTC
(rev 24367)
@@ -1,7 +1,8 @@
bin.includes = META-INF/,\
resources/,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ .
src.includes = META-INF/,\
build.properties,\
src/,\
Modified: trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/build.properties
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/build.properties 2010-08-23 18:43:31 UTC
(rev 24366)
+++ trunk/vpe/tests/org.jboss.tools.vpe.jsp.test/build.properties 2010-08-23 22:16:03 UTC
(rev 24367)
@@ -1,7 +1,8 @@
bin.includes = META-INF/,\
plugin.xml,\
resources/,\
- plugin.properties
+ plugin.properties,\
+ .
jars.compile.order = .
src.includes = META-INF/,\
build.properties,\
Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties 2010-08-23 18:43:31 UTC (rev
24366)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/build.properties 2010-08-23 22:16:03 UTC (rev
24367)
@@ -4,7 +4,8 @@
templates/,\
scheme/,\
plugin.properties,\
- plugin.xml
+ plugin.xml,\
+ .
src.includes = META-INF/,\
build.properties,\
src/,\
Modified: trunk/ws/plugins/org.jboss.tools.ws.core/build.properties
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.core/build.properties 2010-08-23 18:43:31 UTC (rev
24366)
+++ trunk/ws/plugins/org.jboss.tools.ws.core/build.properties 2010-08-23 22:16:03 UTC (rev
24367)
@@ -1,7 +1,8 @@
-source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
- .,\
plugin.xml,\
plugin.properties,\
- about.html
+ about.html,\
+ .
+jars.compile.order = .
+source.. = src/
+output.. = bin/
Modified: trunk/ws/tests/org.jboss.tools.ws.core.test/build.properties
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.core.test/build.properties 2010-08-23 18:43:31 UTC
(rev 24366)
+++ trunk/ws/tests/org.jboss.tools.ws.core.test/build.properties 2010-08-23 22:16:03 UTC
(rev 24367)
@@ -1,5 +1,6 @@
bin.includes = META-INF/,\
- plugin.properties
+ plugin.properties,\
+ .
jars.compile.order = .
source.. = src/
output.. = bin/
Show replies by date