Remove JUnit 4 upper bound dependency so tests can be run under Helios.
Fixed a bunch of warnings.
Added some category interfaces.
diff --git a/jsf/tests/org.eclipse.jst.jsf.metadata.tests/META-INF/MANIFEST.MF b/jsf/tests/org.eclipse.jst.jsf.metadata.tests/META-INF/MANIFEST.MF
index 5e88371..7d38825 100644
--- a/jsf/tests/org.eclipse.jst.jsf.metadata.tests/META-INF/MANIFEST.MF
+++ b/jsf/tests/org.eclipse.jst.jsf.metadata.tests/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
org.eclipse.emf.ecore.xmi;bundle-version="[2.2.0,3.0.0)",
org.eclipse.core.runtime.compatibility;bundle-version="[3.1.100,4.0.0)",
- org.junit;bundle-version="[3.8.1,4.0.0)",
+ org.junit;bundle-version="3.8.1",
org.eclipse.wst.sse.core;bundle-version="[1.1.0,1.2.0)",
org.eclipse.jst.jsf.test.util;bundle-version="[1.1.0,2.0.0)",
org.eclipse.jst.jsp.core;bundle-version="[1.1.0,1.3.0)",
@@ -27,7 +27,8 @@
org.eclipse.wst.validation,
org.eclipse.jst.pagedesigner.jsf.ui;bundle-version="[1.1.0,2.0.0)",
org.eclipse.ui.views.properties.tabbed;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.gef;bundle-version="[3.5.0,4.0.0)"
+ org.eclipse.gef;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.jst.common.project.facet.core;bundle-version="1.4.100"
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.jst.jsf.common.metadata.tests;x-internal:=true,
org.eclipse.jst.jsf.metadata.tests;x-internal:=true,