Author: nickboldt
Date: 2009-11-08 21:38:56 -0500 (Sun, 08 Nov 2009)
New Revision: 18483
Modified:
trunk/common/tests/org.jboss.tools.common.test/META-INF/MANIFEST.MF
trunk/common/tests/org.jboss.tools.common.test/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-5171 switch from nested jar to "."
Modified: trunk/common/tests/org.jboss.tools.common.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/tests/org.jboss.tools.common.test/META-INF/MANIFEST.MF 2009-11-09
02:25:56 UTC (rev 18482)
+++ trunk/common/tests/org.jboss.tools.common.test/META-INF/MANIFEST.MF 2009-11-09
02:38:56 UTC (rev 18483)
@@ -17,6 +17,6 @@
org.jboss.tools.common.util,
org.jboss.tools.common.util.test,
org.jboss.tools.common.xml.test
-Bundle-ClassPath: common-tests.jar
+Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/common/tests/org.jboss.tools.common.test/build.properties
===================================================================
--- trunk/common/tests/org.jboss.tools.common.test/build.properties 2009-11-09 02:25:56
UTC (rev 18482)
+++ trunk/common/tests/org.jboss.tools.common.test/build.properties 2009-11-09 02:38:56
UTC (rev 18483)
@@ -1,8 +1,8 @@
bin.includes = META-INF/,\
- common-tests.jar,\
+ .,\
plugin.properties
src.includes = src/,\
build.properties,\
META-INF/
-source.common-tests.jar = src/
+source.. = src/
additional.bundles =
org.eclipse.core.net