Added missing package export
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 bf78a29..c234f6a 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 @@
  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
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 bf78a29..c234f6a 100644
--- a/bundles/org.eclipse.equinox.p2.reconciler/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.reconciler/META-INF/MANIFEST.MF
@@ -32,4 +32,5 @@
  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