Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-04-09 17:38:08 +0000
committerPascal Rapicault2009-04-09 17:38:08 +0000
commit9b61fe852043154936752989a0ceca7d10331f1f (patch)
treeb82ebea022004eb318adcaf8174e53b05abe594a /bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
parent08d44f54bff075f40c97cee9f28963927a5a2828 (diff)
downloadrt.equinox.p2-9b61fe852043154936752989a0ceca7d10331f1f.tar.gz
rt.equinox.p2-9b61fe852043154936752989a0ceca7d10331f1f.tar.xz
rt.equinox.p2-9b61fe852043154936752989a0ceca7d10331f1f.zip
Bug 227633 - [update] Support pack200 archives on update sites
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
index cc5924f42..89de80e90 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
@@ -39,7 +39,8 @@ Export-Package: org.eclipse.equinox.internal.p2.artifact.mirror;x-internal:=true
org.eclipse.equinox.p2.artifact.repository,
org.eclipse.equinox.p2.metadata.generator,
org.eclipse.equinox.p2.ui,
- org.eclipse.equinox.p2.publisher",
+ org.eclipse.equinox.p2.publisher,
+ org.eclipse.equinox.p2.updatesite",
org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository;
x-friends:="org.eclipse.equinox.p2.touchpoint.eclipse,
org.eclipse.equinox.p2.touchpoint.natives,

Back to the top