Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2008-10-09 12:18:24 +0000
committerDJ Houghton2008-10-09 12:18:24 +0000
commite1bf3b2dcd674d49188a63ed845119fc9c7036b4 (patch)
tree2dcc9d8f70bd9bd0d1b4f9bdb9eaf275197cfcd5 /bundles/org.eclipse.equinox.p2.directorywatcher/META-INF
parent3363454792ebbdee7230cb0d8fc994fb1844e95e (diff)
downloadrt.equinox.p2-e1bf3b2dcd674d49188a63ed845119fc9c7036b4.tar.gz
rt.equinox.p2-e1bf3b2dcd674d49188a63ed845119fc9c7036b4.tar.xz
rt.equinox.p2-e1bf3b2dcd674d49188a63ed845119fc9c7036b4.zip
Update classpath to have foundation 1.1 EE so we can use URI.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.directorywatcher/META-INF')
-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 d0686ad0a..6359e21fd 100644
--- a/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
@@ -25,7 +25,7 @@ Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
org.osgi.service.cm;version="1.2.0";resolution:=optional,
org.osgi.service.packageadmin;version="1.2.0",
org.osgi.util.tracker;version="1.3.0"
-Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
+Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.3
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)"

Back to the top