Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-03-18 14:22:50 +0000
committerDani Megert2011-03-18 14:22:50 +0000
commit8fd1a8c7928f3ca9e2f0080671775bc97cfc0eb5 (patch)
tree8580b950a567227f336103a9986b155b84e1ea7a /org.eclipse.search/META-INF/MANIFEST.MF
parent7cf215ea8862f1564f1dbeae7dacbe04353eeac1 (diff)
downloadeclipse.platform.text-8fd1a8c7928f3ca9e2f0080671775bc97cfc0eb5.tar.gz
eclipse.platform.text-8fd1a8c7928f3ca9e2f0080671775bc97cfc0eb5.tar.xz
eclipse.platform.text-8fd1a8c7928f3ca9e2f0080671775bc97cfc0eb5.zip
Fixed bug 320533: Replacing text in a set of files should only modify each physical resource oncev20110322-0800
Diffstat (limited to 'org.eclipse.search/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.search/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.search/META-INF/MANIFEST.MF b/org.eclipse.search/META-INF/MANIFEST.MF
index 84a9e9316c7..fe78910772a 100644
--- a/org.eclipse.search/META-INF/MANIFEST.MF
+++ b/org.eclipse.search/META-INF/MANIFEST.MF
@@ -22,6 +22,7 @@ Export-Package: org.eclipse.search.core.text,
Require-Bundle:
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.core.filesystem;bundle-version="[1.3.0,2.0.0)",
org.eclipse.core.filebuffers;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",

Back to the top