Author: nickboldt
Date: 2010-04-24 01:22:55 -0400 (Sat, 24 Apr 2010)
New Revision: 21660
Modified:
branches/jbosstools-3.1.x/cdi/plugins/org.jboss.tools.cdi.core/build.properties
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.core.test/build.properties
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.ui.test/META-INF/MANIFEST.MF
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.ui.test/build.properties
Log:
backport build.properties and manifest.mf changes from trunk for cdi tests
Modified: branches/jbosstools-3.1.x/cdi/plugins/org.jboss.tools.cdi.core/build.properties
===================================================================
---
branches/jbosstools-3.1.x/cdi/plugins/org.jboss.tools.cdi.core/build.properties 2010-04-24
05:02:58 UTC (rev 21659)
+++
branches/jbosstools-3.1.x/cdi/plugins/org.jboss.tools.cdi.core/build.properties 2010-04-24
05:22:55 UTC (rev 21660)
@@ -8,8 +8,9 @@
about.html
src.includes = src/,\
plugin.xml,\
+ about.html,\
images/,\
+ plugin.properties,\
+ META-INF/,\
build.properties,\
- about.html,\
- .settings/,\
- plugin.properties
+ .settings/
Modified:
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF 2010-04-24
05:02:58 UTC (rev 21659)
+++
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF 2010-04-24
05:22:55 UTC (rev 21660)
@@ -13,3 +13,4 @@
org.jboss.tools.common
Export-Package: org.jboss.tools.cdi.core.test,
org.jboss.tools.cdi.core.test.tck
+Bundle-ClassPath: cdi-core-test.jar
Modified:
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.core.test/build.properties
===================================================================
---
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.core.test/build.properties 2010-04-24
05:02:58 UTC (rev 21659)
+++
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.core.test/build.properties 2010-04-24
05:22:55 UTC (rev 21660)
@@ -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:
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.ui.test/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.ui.test/META-INF/MANIFEST.MF 2010-04-24
05:02:58 UTC (rev 21659)
+++
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.ui.test/META-INF/MANIFEST.MF 2010-04-24
05:22:55 UTC (rev 21660)
@@ -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:
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.ui.test/build.properties
===================================================================
---
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.ui.test/build.properties 2010-04-24
05:02:58 UTC (rev 21659)
+++
branches/jbosstools-3.1.x/cdi/tests/org.jboss.tools.cdi.ui.test/build.properties 2010-04-24
05:22:55 UTC (rev 21660)
@@ -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
Show replies by date