[jbosstools-commits] JBoss Tools SVN: r17457 - trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/META-INF.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Sep 3 15:41:58 EDT 2009


Author: dgolovin
Date: 2009-09-03 15:41:58 -0400 (Thu, 03 Sep 2009)
New Revision: 17457

Modified:
   trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/jira/browse/JBIDE-4124 Add AS / Archives Integration test project to build

switched to junit 3 instead of junit4 to fix test execution error



Modified: trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/META-INF/MANIFEST.MF	2009-09-03 19:11:02 UTC (rev 17456)
+++ trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/META-INF/MANIFEST.MF	2009-09-03 19:41:58 UTC (rev 17457)
@@ -9,7 +9,6 @@
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.runtime,
- org.junit4,
  org.eclipse.core.resources;bundle-version="3.4.2",
  org.eclipse.jdt;bundle-version="3.4.2",
  org.eclipse.jdt.core;bundle-version="3.4.4",
@@ -20,6 +19,7 @@
  org.jboss.ide.eclipse.archives.core;bundle-version="2.0.0",
  org.jboss.ide.eclipse.archives.ui;bundle-version="1.0.0",
  org.eclipse.jface;bundle-version="3.4.2",
- org.jboss.tools.tests;bundle-version="2.0.0"
+ org.jboss.tools.tests;bundle-version="2.0.0",
+ org.junit;bundle-version="3.8.2"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.jboss.ide.eclipse.as.archives.integration.test



More information about the jbosstools-commits mailing list