Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2003-09-29 08:26:49 +0000
committerKai Maetzel2003-09-29 08:26:49 +0000
commit937163e8a51f7992f26d1fe22193a7bc0e8d2b06 (patch)
tree4942790730d12c5e6099759aa1a58d6a1420109e /org.eclipse.text
parentd953f0a8b350b7801a7d26f38617511e92a7d4e4 (diff)
downloadeclipse.platform.text-937163e8a51f7992f26d1fe22193a7bc0e8d2b06.tar.gz
eclipse.platform.text-937163e8a51f7992f26d1fe22193a7bc0e8d2b06.tar.xz
eclipse.platform.text-937163e8a51f7992f26d1fe22193a7bc0e8d2b06.zip
OSGI preparation
Diffstat (limited to 'org.eclipse.text')
-rw-r--r--org.eclipse.text/META-INF/MANIFEST.MF16
-rw-r--r--org.eclipse.text/build.properties3
2 files changed, 1 insertions, 18 deletions
diff --git a/org.eclipse.text/META-INF/MANIFEST.MF b/org.eclipse.text/META-INF/MANIFEST.MF
deleted file mode 100644
index 731e3c94f5a..00000000000
--- a/org.eclipse.text/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,16 +0,0 @@
-Legacy:
- true
-Bundle-Version:
- 3.0.0
-Export-Package:
- org.eclipse.text.edits
-Export-Package-Split:
- org.eclipse.jface.text
-Bundle-Name:
- org.eclipse.text
-DynamicImport-Package:
- *
-Bundle-ClassPath:
- text.jar
-Bundle-Activator:
- org.eclipse.core.runtime.compatibility.PluginActivator
diff --git a/org.eclipse.text/build.properties b/org.eclipse.text/build.properties
index 68b549ae32a..8bcb44e94fa 100644
--- a/org.eclipse.text/build.properties
+++ b/org.eclipse.text/build.properties
@@ -1,7 +1,6 @@
bin.includes = plugin.properties,\
plugin.xml,\
*.jar,\
- about.html,\
- META-INF/
+ about.html
source.text.jar = src/,\
projection/

Back to the top