Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-04-02 14:25:29 +0000
committerPascal Rapicault2009-04-02 14:25:29 +0000
commite82920ca1ffdf822aedf5cdadf11eee5659ac9ea (patch)
treee49d42e6d80fbb014b5991335e914d0c8f509113 /bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
parent7a287db27c4047c24eb985802f1d432ed57a0fa3 (diff)
downloadrt.equinox.p2-e82920ca1ffdf822aedf5cdadf11eee5659ac9ea.tar.gz
rt.equinox.p2-e82920ca1ffdf822aedf5cdadf11eee5659ac9ea.tar.xz
rt.equinox.p2-e82920ca1ffdf822aedf5cdadf11eee5659ac9ea.zip
HEAD - Enable api tooling + adjust import packages and EE
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
index ec1f7c0d2..d4994d86a 100644
--- a/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
@@ -26,7 +26,7 @@ Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
org.osgi.service.packageadmin;version="1.2.0",
org.osgi.util.tracker;version="1.3.0"
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
- J2SE-1.3
+ J2SE-1.4
Export-Package: org.eclipse.equinox.internal.provisional.p2.directorywatcher;x-friends:="org.eclipse.equinox.p2.reconciler.dropins,org.eclipse.equinox.p2.extensionlocation"
Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.3.0,4.0)"
Bundle-Activator: org.eclipse.equinox.internal.provisional.p2.directorywatcher.Activator

Back to the top