Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2008-04-24 14:58:06 +0000
committerDJ Houghton2008-04-24 14:58:06 +0000
commit5ef6395294a991449bbcd0d7191525d9367f6deb (patch)
tree52f6e28ceeaefc458c223d73f50e94502cf25e78 /bundles/org.eclipse.equinox.p2.directorywatcher/META-INF
parente3d2ea2959f7e502d1e73f347e416086d0655891 (diff)
downloadrt.equinox.p2-5ef6395294a991449bbcd0d7191525d9367f6deb.tar.gz
rt.equinox.p2-5ef6395294a991449bbcd0d7191525d9367f6deb.tar.xz
rt.equinox.p2-5ef6395294a991449bbcd0d7191525d9367f6deb.zip
Bug 228687 - Event bus not available
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.directorywatcher/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 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 1c77525e1..50f3305bf 100644
--- a/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
@@ -27,3 +27,4 @@ Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
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
+Bundle-ActivationPolicy: lazy

Back to the top