[jbosstools-commits] JBoss Tools SVN: r22861 - in trunk/ws/tests/org.jboss.tools.ws.core.test: META-INF and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jun 17 14:54:06 EDT 2010


Author: dgolovin
Date: 2010-06-17 14:54:06 -0400 (Thu, 17 Jun 2010)
New Revision: 22861

Modified:
   trunk/ws/tests/org.jboss.tools.ws.core.test/META-INF/MANIFEST.MF
   trunk/ws/tests/org.jboss.tools.ws.core.test/build.properties
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
fix for ws component tests






Modified: trunk/ws/tests/org.jboss.tools.ws.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.core.test/META-INF/MANIFEST.MF	2010-06-17 18:20:18 UTC (rev 22860)
+++ trunk/ws/tests/org.jboss.tools.ws.core.test/META-INF/MANIFEST.MF	2010-06-17 18:54:06 UTC (rev 22861)
@@ -32,7 +32,6 @@
  org.jboss.ide.eclipse.as.classpath.core,
  org.eclipse.jst.common.project.facet.core;bundle-version="1.4.1"
 Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: ws-core-test.jar
 Export-Package: org.jboss.tools.ws.core.test,
  org.jboss.tools.ws.core.test.classpath
 Bundle-Vendor: %Bundle-Vendor.0

Modified: trunk/ws/tests/org.jboss.tools.ws.core.test/build.properties
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.core.test/build.properties	2010-06-17 18:20:18 UTC (rev 22860)
+++ trunk/ws/tests/org.jboss.tools.ws.core.test/build.properties	2010-06-17 18:54:06 UTC (rev 22861)
@@ -1,5 +1,5 @@
-source.ws-core-test.jar = src/
-output.ws-core-test.jar = bin/
 bin.includes = META-INF/,\
-               ws-core-test.jar,\
                plugin.properties
+jars.compile.order = .
+source.. = src/
+output.. = bin/



More information about the jbosstools-commits mailing list