Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-03-27 01:44:36 +0000
committerJohn Arthorne2008-03-27 01:44:36 +0000
commitf98480f6d2a335621639f71e3f0a396f2cace11a (patch)
tree42ce2388d93417219cb44afc33d1da1c2973861f /bundles/org.eclipse.equinox.p2.reconciler.dropins
parent61dfad8fd19b4b3c82dc8cfc3249c11e37dc2742 (diff)
downloadrt.equinox.p2-f98480f6d2a335621639f71e3f0a396f2cace11a.tar.gz
rt.equinox.p2-f98480f6d2a335621639f71e3f0a396f2cace11a.tar.xz
rt.equinox.p2-f98480f6d2a335621639f71e3f0a396f2cace11a.zip
Added missing package exportv20080326-2155
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.reconciler.dropins')
-rw-r--r--bundles/org.eclipse.equinox.p2.reconciler.dropins/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 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 bf78a29ee..c234f6aca 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
@@ -32,4 +32,5 @@ Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
org.xml.sax
Require-Bundle: org.eclipse.equinox.common,
org.eclipse.equinox.p2.touchpoint.eclipse;bundle-version="0.1.0"
-Export-Package: org.eclipse.equinox.internal.p2.reconciler.dropins;x-internal:=true
+Export-Package: org.eclipse.equinox.internal.p2.extensionlocation;x-internal:=true,
+ org.eclipse.equinox.internal.p2.reconciler.dropins;x-internal:=true

Back to the top