395694 : JSF, JPA, JAX-RS configurators contribution from JBoss Tools
Signed-off-by: Fred Bricon <fbricon@gmail.com>
diff --git a/org.eclipse.m2e.wtp.jsf/META-INF/MANIFEST.MF b/org.eclipse.m2e.wtp.jsf/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..f990f02
--- /dev/null
+++ b/org.eclipse.m2e.wtp.jsf/META-INF/MANIFEST.MF
@@ -0,0 +1,30 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.m2e.wtp.jsf;singleton:=true
+Bundle-Version: 0.17.0.qualifier
+Bundle-Activator: org.eclipse.m2e.wtp.jsf.internal.MavenJSFActivator
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.jst.j2ee.core,
+ org.eclipse.jst.j2ee,
+ org.eclipse.wst.common.emfworkbench.integration,
+ org.eclipse.jst.jsf.core;bundle-version="1.3.4",
+ org.eclipse.core.resources,
+ org.eclipse.emf.common,
+ org.eclipse.m2e.core,
+ org.eclipse.m2e.maven.runtime,
+ org.eclipse.wst.common.frameworks,
+ org.eclipse.wst.common.project.facet.core,
+ org.eclipse.jst.common.project.facet.core,
+ org.eclipse.jdt.core,
+ org.eclipse.jst.j2ee.web,
+ org.slf4j.api,
+ org.eclipse.m2e.wtp
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Vendor: %Bundle-Vendor
+Bundle-Localization: plugin
+Export-Package: org.eclipse.m2e.wtp.jsf.internal,
+ org.eclipse.m2e.wtp.jsf.internal.configurators,
+ org.eclipse.m2e.wtp.jsf.internal.utils