Author: nickboldt
Date: 2009-11-09 22:47:15 -0500 (Mon, 09 Nov 2009)
New Revision: 18553
Modified:
trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
trunk/jmx/tests/org.jboss.tools.jmx.core.test/build.properties
Log:
switch from nested jar to .
Modified: trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-11-10 03:43:54
UTC (rev 18552)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2009-11-10 03:47:15
UTC (rev 18553)
@@ -17,5 +17,5 @@
Export-Package: org.jboss.tools.jmx.core,
org.jboss.tools.jmx.core.tests,
org.jboss.tools.jmx.core.tests.util
-Bundle-ClassPath: jmx-core-test.jar
+Bundle-ClassPath: .
Import-Package: org.jboss.tools.jmx.core
Modified: trunk/jmx/tests/org.jboss.tools.jmx.core.test/build.properties
===================================================================
--- trunk/jmx/tests/org.jboss.tools.jmx.core.test/build.properties 2009-11-10 03:43:54 UTC
(rev 18552)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/build.properties 2009-11-10 03:47:15 UTC
(rev 18553)
@@ -1,7 +1,11 @@
source.. = src/
-output.jmx-core-test.jar = bin/
+output.. = bin/
bin.includes = META-INF/,\
- jmx-core-test.jar,\
projects/,\
- plugin.properties
-source.jmx-core-test.jar = src/
+ plugin.*,\
+ .
+src.includes = META-INF/,\
+ build.*,\
+ plugin.*,\
+ projects/,\
+ src/
Show replies by date