Author: nickboldt
Date: 2009-12-09 22:13:29 -0500 (Wed, 09 Dec 2009)
New Revision: 19177
Modified:
trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
trunk/common/tests/org.jboss.tools.common.model.test/build.properties
Log:
switch from nested jar to "."
Modified: trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF 2009-12-10
03:01:48 UTC (rev 19176)
+++ trunk/common/tests/org.jboss.tools.common.model.test/META-INF/MANIFEST.MF 2009-12-10
03:13:29 UTC (rev 19177)
@@ -3,7 +3,6 @@
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.common.model.test;singleton:=true
Bundle-Version: 2.0.0
-Bundle-ClassPath: common-model-tests.jar
Bundle-Vendor: %Bundle-Vendor.0
Export-Package: org.jboss.tools.common.model.test
Require-Bundle:
Modified: trunk/common/tests/org.jboss.tools.common.model.test/build.properties
===================================================================
--- trunk/common/tests/org.jboss.tools.common.model.test/build.properties 2009-12-10
03:01:48 UTC (rev 19176)
+++ trunk/common/tests/org.jboss.tools.common.model.test/build.properties 2009-12-10
03:13:29 UTC (rev 19177)
@@ -1,6 +1,6 @@
bin.includes = plugin.xml,\
META-INF/,\
- common-model-tests.jar,\
+ .,\
info.xml,\
projects/,\
plugin.properties
@@ -9,8 +9,5 @@
ant.properties,\
build.properties,\
info.xml,\
- plugin.xml,\
- src/,\
- test.xml
-source.common-model-tests.jar = src/
-jars.compile.order =
+ src/
+source.. = src/
Show replies by date