[jbosstools-commits] JBoss Tools SVN: r24402 - in branches/jbosstools-3.2.0.M2: vpe/tests/org.jboss.tools.vpe.jsp.test and 3 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 24 20:09:37 EDT 2010


Author: dgolovin
Date: 2010-08-24 20:09:36 -0400 (Tue, 24 Aug 2010)
New Revision: 24402

Modified:
   branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.html.test/build.properties
   branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.jsp.test/build.properties
   branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.test/build.properties
   branches/jbosstools-3.2.0.M2/ws/plugins/org.jboss.tools.ws.core/build.properties
   branches/jbosstools-3.2.0.M2/ws/tests/org.jboss.tools.ws.core.test/build.properties
Log:
fix for test errors in JBDS 4.0.0.M2 build from m2 branch

Modified: branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.html.test/build.properties
===================================================================
--- branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.html.test/build.properties	2010-08-24 23:46:32 UTC (rev 24401)
+++ branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.html.test/build.properties	2010-08-25 00:09:36 UTC (rev 24402)
@@ -1,7 +1,8 @@
 bin.includes = META-INF/,\
                resources/,\
                plugin.xml,\
-               plugin.properties
+               plugin.properties,\
+               .
 src.includes = META-INF/,\
                build.properties,\
                src/,\

Modified: branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.jsp.test/build.properties
===================================================================
--- branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.jsp.test/build.properties	2010-08-24 23:46:32 UTC (rev 24401)
+++ branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.jsp.test/build.properties	2010-08-25 00:09:36 UTC (rev 24402)
@@ -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: branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.test/build.properties
===================================================================
--- branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.test/build.properties	2010-08-24 23:46:32 UTC (rev 24401)
+++ branches/jbosstools-3.2.0.M2/vpe/tests/org.jboss.tools.vpe.test/build.properties	2010-08-25 00:09:36 UTC (rev 24402)
@@ -4,7 +4,8 @@
                templates/,\
                scheme/,\
                plugin.properties,\
-               plugin.xml
+               plugin.xml,\
+               .
 src.includes = META-INF/,\
                build.properties,\
                src/,\

Modified: branches/jbosstools-3.2.0.M2/ws/plugins/org.jboss.tools.ws.core/build.properties
===================================================================
--- branches/jbosstools-3.2.0.M2/ws/plugins/org.jboss.tools.ws.core/build.properties	2010-08-24 23:46:32 UTC (rev 24401)
+++ branches/jbosstools-3.2.0.M2/ws/plugins/org.jboss.tools.ws.core/build.properties	2010-08-25 00:09:36 UTC (rev 24402)
@@ -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: branches/jbosstools-3.2.0.M2/ws/tests/org.jboss.tools.ws.core.test/build.properties
===================================================================
--- branches/jbosstools-3.2.0.M2/ws/tests/org.jboss.tools.ws.core.test/build.properties	2010-08-24 23:46:32 UTC (rev 24401)
+++ branches/jbosstools-3.2.0.M2/ws/tests/org.jboss.tools.ws.core.test/build.properties	2010-08-25 00:09:36 UTC (rev 24402)
@@ -1,5 +1,6 @@
 bin.includes = META-INF/,\
-               plugin.properties
+               plugin.properties,\
+               .
 jars.compile.order = .
 source.. = src/
 output.. = bin/



More information about the jbosstools-commits mailing list