Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.vex.core.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.vex.core.tests/META-INF/MANIFEST.MF28
1 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.vex.core.tests/META-INF/MANIFEST.MF b/org.eclipse.vex.core.tests/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..038f7631
--- /dev/null
+++ b/org.eclipse.vex.core.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,28 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.vex.core.tests;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.eclipse.wst.xml.vex.core.tests.VEXCoreTestPlugin
+Bundle-Vendor: %providerName
+Require-Bundle: org.apache.xerces;bundle-version="2.9.0",
+ org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.vex.core;bundle-version="[1.0.0,2.0.0)",
+ org.junit;bundle-version="3.8.1",
+ org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
+ org.w3c.css.sac;bundle-version="[1.3.0,2.0.0)",
+ org.eclipse.emf.ecore;bundle-version="[2.4.1,3.0.0)",
+ org.eclipse.emf.ecore.xmi;bundle-version="[2.4.1,3.0.0)",
+ org.eclipse.wst.xml.core;bundle-version="[1.1.0,2.0.0)",
+ org.eclipse.wst.sse.core;bundle-version="[1.1.0,2.0.0)",
+ org.eclipse.wst.common.uriresolver;bundle-version="[1.1.0,2.0.0)"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.wst.xml.vex.core.internal.css;x-internal:=true,
+ org.eclipse.wst.xml.vex.core.internal.dom;x-internal:=true,
+ org.eclipse.wst.xml.vex.core.internal.layout;x-internal:=true,
+ org.eclipse.wst.xml.vex.core.internal.widget;x-internal:=true,
+ org.eclipse.wst.xml.vex.core.tests
+Bundle-Localization: plugin
+Bundle-ClassPath: .

Back to the top