Author: dgolovin
Date: 2008-12-12 18:07:11 -0500 (Fri, 12 Dec 2008)
New Revision: 12582
Modified:
trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF
Log:
fix jmx.core.test compilation errors
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 2008-12-12 22:37:53
UTC (rev 12581)
+++ trunk/jmx/tests/org.jboss.tools.jmx.core.test/META-INF/MANIFEST.MF 2008-12-12 23:07:11
UTC (rev 12582)
@@ -7,11 +7,11 @@
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %BundleProvider
-Require-Bundle: org.junit4;bundle-version="4.3.1",
- org.eclipse.core.resources;bundle-version="3.4.0",
- org.eclipse.core.runtime;bundle-version="3.4.0",
- org.jboss.tools.jmx.core;bundle-version="0.2.1",
- org.eclipse.debug.core;bundle-version="3.4.0",
- org.eclipse.jdt.launching;bundle-version="3.4.0"
+Require-Bundle: org.junit,
+ org.eclipse.core.resources,
+ org.eclipse.core.runtime,
+ org.jboss.tools.jmx.core,
+ org.eclipse.debug.core,
+ org.eclipse.jdt.launching
Export-Package: org.jboss.tools.jmx.core.tests,
org.jboss.tools.jmx.core.tests.util
Show replies by date