Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2007-11-10 04:38:45 +0000
committerSimon Kaegi2007-11-10 04:38:45 +0000
commitcc19d8a1b7499fd48119aba3f57031c78ca5fa28 (patch)
tree955b2326f69e1d45fc0d5f518da892f8ef42aa3c /bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
parentb9fbd42d921134c22c885fd629d7b96763e9a5ad (diff)
downloadrt.equinox.p2-cc19d8a1b7499fd48119aba3f57031c78ca5fa28.tar.gz
rt.equinox.p2-cc19d8a1b7499fd48119aba3f57031c78ca5fa28.tar.xz
rt.equinox.p2-cc19d8a1b7499fd48119aba3f57031c78ca5fa28.zip
Adding a repositorylistener. This uses DirectoryWatcher to keep a metadata and artifactrepo based on the contents of the folder up to date.
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.MF3
1 files changed, 3 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 8d29fce61..4f67be738 100644
--- a/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
@@ -7,11 +7,14 @@ Bundle-Localization: plugin
Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.directorywatcher.Activator
Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
+ org.eclipse.equinox.internal.p2.metadata.repository,
org.eclipse.equinox.p2.artifact.repository,
org.eclipse.equinox.p2.core.repository,
+ org.eclipse.equinox.p2.metadata,
org.eclipse.equinox.p2.metadata.generator,
org.eclipse.equinox.p2.metadata.repository,
org.eclipse.equinox.p2.query,
+ org.eclipse.osgi.service.resolver;version="1.1.0",
org.osgi.framework;version="1.4.0",
org.osgi.service.cm;version="1.2.0";resolution:=optional,
org.osgi.service.packageadmin;version="1.2.0",

Back to the top