Author: nickboldt
Date: 2010-05-18 11:54:07 -0400 (Tue, 18 May 2010)
New Revision: 22180
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF
Log:
add missing org.jboss.tools.tests dep
Modified: trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF 2010-05-18
15:51:28 UTC (rev 22179)
+++ trunk/jsf/tests/org.jboss.tools.jsf.verification.test/META-INF/MANIFEST.MF 2010-05-18
15:54:07 UTC (rev 22180)
@@ -1,17 +1,22 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Bundle-Name.0
-Bundle-SymbolicName: org.jboss.tools.jsf.verification.test;singleton:=true
-Bundle-Version: 3.1.0.qualifier
-Bundle-ClassPath: jsf-verification-tests.jar
-Bundle-Vendor: %Bundle-Vendor.0
-Export-Package: org.jboss.tools.jsf.verification.test
-Require-Bundle:
- org.junit,
- org.jboss.tools.common.verification,
- org.jboss.tools.jsf,
- org.jboss.tools.common.model.ui,
- org.jboss.tools.common.verification.test,
- org.jboss.tools.tests
-Bundle-Localization: plugin
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.jboss.tools.jsf.verification.test;singleton:=true
+Bundle-Version: 3.1.0.qualifier
+Bundle-ClassPath: jsf-verification-tests.jar
+Bundle-Vendor: %Bundle-Vendor.0
+Export-Package: org.jboss.tools.jsf.verification.test
+Require-Bundle:
+ org.junit,
+ org.jboss.tools.tests
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.jboss.tools.common.model,
+ org.jboss.tools.common.verification,
+ org.jboss.tools.jsf,
+ org.jboss.tools.jsf.verification,
+ org.jboss.tools.common.model.ui,
+ org.jboss.tools.common.test,
+ org.jboss.tools.common.verification.test
+Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Show replies by date