Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2008-04-25 16:06:40 +0000
committerPascal Rapicault2008-04-25 16:06:40 +0000
commitfac29edd2c08d7db8f7b2eac3d7d5d939da5df78 (patch)
treeb32f534441d73cead75366830cc7bec0c3bd80b3 /bundles
parent846231adb81707635f2b636550caf61fc181ff80 (diff)
downloadrt.equinox.p2-fac29edd2c08d7db8f7b2eac3d7d5d939da5df78.tar.gz
rt.equinox.p2-fac29edd2c08d7db8f7b2eac3d7d5d939da5df78.tar.xz
rt.equinox.p2-fac29edd2c08d7db8f7b2eac3d7d5d939da5df78.zip
add dependency on equinox.app
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF3
-rw-r--r--bundles/org.eclipse.equinox.p2.reconciler/META-INF/MANIFEST.MF3
2 files changed, 4 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF
index 1a365a51c..3fd3e0327 100644
--- a/bundles/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF
@@ -8,7 +8,8 @@ Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.reconciler.dropins.Activator
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
-Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
+Import-Package: org.eclipse.equinox.app;version="1.0.0",
+ org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.internal.p2.extensionlocation,
org.eclipse.equinox.internal.p2.metadata.repository,
org.eclipse.equinox.internal.p2.update,
diff --git a/bundles/org.eclipse.equinox.p2.reconciler/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.reconciler/META-INF/MANIFEST.MF
index 1a365a51c..3fd3e0327 100644
--- a/bundles/org.eclipse.equinox.p2.reconciler/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.reconciler/META-INF/MANIFEST.MF
@@ -8,7 +8,8 @@ Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.reconciler.dropins.Activator
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
-Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
+Import-Package: org.eclipse.equinox.app;version="1.0.0",
+ org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.internal.p2.extensionlocation,
org.eclipse.equinox.internal.p2.metadata.repository,
org.eclipse.equinox.internal.p2.update,

Back to the top