[jbosstools-commits] JBoss Tools SVN: r22893 - trunk/tests/plugins/org.jboss.tools.tests/META-INF.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 18 19:26:58 EDT 2010


Author: dgolovin
Date: 2010-06-18 19:26:58 -0400 (Fri, 18 Jun 2010)
New Revision: 22893

Modified:
   trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF
Log:
remove junit4 from dependencies

Modified: trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF	2010-06-18 23:26:25 UTC (rev 22892)
+++ trunk/tests/plugins/org.jboss.tools.tests/META-INF/MANIFEST.MF	2010-06-18 23:26:58 UTC (rev 22893)
@@ -7,10 +7,9 @@
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.core.resources,
- org.junit,
+ org.junit;bundle-version="[3.8.2,4.0.0)",
  org.eclipse.ui.ide,
  org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
- org.junit4;bundle-version="4.5.0",
  org.eclipse.ltk.core.refactoring;bundle-version="3.5.0",
  org.eclipse.text;bundle-version="3.5.0"
 Bundle-ActivationPolicy: lazy



More information about the jbosstools-commits mailing list