Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/epf-richtext/org.eclipse.epf.common.html/META-INF/MANIFEST.MF')
-rw-r--r--extraplugins/epf-richtext/org.eclipse.epf.common.html/META-INF/MANIFEST.MF14
1 files changed, 0 insertions, 14 deletions
diff --git a/extraplugins/epf-richtext/org.eclipse.epf.common.html/META-INF/MANIFEST.MF b/extraplugins/epf-richtext/org.eclipse.epf.common.html/META-INF/MANIFEST.MF
deleted file mode 100644
index 566a52ac1ec..00000000000
--- a/extraplugins/epf-richtext/org.eclipse.epf.common.html/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.epf.common.html;singleton:=true
-Bundle-Version: 1.5.0.qualifier
-Bundle-ClassPath: commonHTML.jar,lib/Tidy.jar
-Bundle-Activator: org.eclipse.epf.common.html.CommonHTMLPlugin
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
-Require-Bundle: org.eclipse.epf.common
-Eclipse-LazyStart: true
-Export-Package: org.eclipse.epf.common.html
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-

Back to the top