Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2007-11-19 21:46:36 +0000
committerSimon Kaegi2007-11-19 21:46:36 +0000
commit1608735701bc4cc763c29d8e8f1c75b313976ff1 (patch)
tree5a019c3f4eeb9a09c4b09e97199f58f7a8578135 /bundles/org.eclipse.equinox.p2.directorywatcher
parentf5a4bdd50753652176975c7ad4796419059071f3 (diff)
downloadrt.equinox.p2-1608735701bc4cc763c29d8e8f1c75b313976ff1.tar.gz
rt.equinox.p2-1608735701bc4cc763c29d8e8f1c75b313976ff1.tar.xz
rt.equinox.p2-1608735701bc4cc763c29d8e8f1c75b313976ff1.zip
Adding profile synchronizer
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.directorywatcher')
-rw-r--r--bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF2
1 files changed, 2 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 4f67be738..a85df1467 100644
--- a/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.directorywatcher/META-INF/MANIFEST.MF
@@ -10,6 +10,8 @@ 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.director,
+ org.eclipse.equinox.p2.engine,
org.eclipse.equinox.p2.metadata,
org.eclipse.equinox.p2.metadata.generator,
org.eclipse.equinox.p2.metadata.repository,

Back to the top