Author: dgolovin
Date: 2010-03-19 13:49:46 -0400 (Fri, 19 Mar 2010)
New Revision: 20943
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF
trunk/cdi/tests/org.jboss.tools.cdi.core.test/build.properties
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/META-INF/MANIFEST.MF
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/build.properties
trunk/tests/features/org.jboss.tools.all.test.feature/feature.xml
Log:
fix for CDI test errors:
1. Manifests for cdi.core.test and cdi.ui.test were adjusted to use them as unpacked
2. all.tests feature was updated to unpack cdi.core.test and cdi.ui.test
Modified: trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF 2010-03-19 17:29:20
UTC (rev 20942)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF 2010-03-19 17:49:46
UTC (rev 20943)
@@ -17,3 +17,4 @@
org.jboss.tools.common.model.ui
Export-Package: org.jboss.tools.cdi.core.test,
org.jboss.tools.cdi.core.test.tck
+Bundle-ClassPath: cdi-core-test.jar
Modified: trunk/cdi/tests/org.jboss.tools.cdi.core.test/build.properties
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/build.properties 2010-03-19 17:29:20 UTC
(rev 20942)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/build.properties 2010-03-19 17:49:46 UTC
(rev 20943)
@@ -1,6 +1,7 @@
source.. = src/
-output.. = bin/
+output.cdi-core-test.jar = bin/
bin.includes = META-INF/,\
- .,\
+ cdi-core-test.jar,\
resources/,\
projects/
+source.cdi-core-test.jar = src/
Modified: trunk/cdi/tests/org.jboss.tools.cdi.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.ui.test/META-INF/MANIFEST.MF 2010-03-19 17:29:20
UTC (rev 20942)
+++ trunk/cdi/tests/org.jboss.tools.cdi.ui.test/META-INF/MANIFEST.MF 2010-03-19 17:49:46
UTC (rev 20943)
@@ -18,3 +18,5 @@
org.jboss.tools.common,
org.eclipse.osgi,
org.eclipse.core.runtime
+Bundle-ClassPath: cdi-ui-test.jar
+Export-Package: org.jboss.tools.cdi.ui.test
Modified: trunk/cdi/tests/org.jboss.tools.cdi.ui.test/build.properties
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.ui.test/build.properties 2010-03-19 17:29:20 UTC
(rev 20942)
+++ trunk/cdi/tests/org.jboss.tools.cdi.ui.test/build.properties 2010-03-19 17:49:46 UTC
(rev 20943)
@@ -1,5 +1,5 @@
-source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
- .,\
- resources/
+ resources/,\
+ cdi-ui-test.jar
+source.cdi-ui-test.jar = src/
+jars.compile.order = cdi-ui-test.jar
Modified: trunk/tests/features/org.jboss.tools.all.test.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.all.test.feature/feature.xml 2010-03-19 17:29:20
UTC (rev 20942)
+++ trunk/tests/features/org.jboss.tools.all.test.feature/feature.xml 2010-03-19 17:49:46
UTC (rev 20943)
@@ -309,8 +309,7 @@
id="org.jboss.tools.cdi.core.test"
download-size="0"
install-size="0"
- version="0.0.0"
- unpack="false"/>
+ version="0.0.0"/>
<plugin
id="org.jboss.tools.cdi.text.ext.test"
@@ -322,7 +321,6 @@
id="org.jboss.tools.cdi.ui.test"
download-size="0"
install-size="0"
- version="0.0.0"
- unpack="false"/>
+ version="0.0.0"/>
</feature>
Show replies by date