Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2007-11-07 22:01:15 +0000
committerJohn Arthorne2007-11-07 22:01:15 +0000
commit2c62dc03a40be6d5d6737c8cfdde07f5aec9b93d (patch)
treeb269173cd99285f55483f81e32fb5118829f19d6 /bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF
parent4d55bc338dfe3390b0268335ee2cf5a7a70b9f37 (diff)
downloadrt.equinox.p2-2c62dc03a40be6d5d6737c8cfdde07f5aec9b93d.tar.gz
rt.equinox.p2-2c62dc03a40be6d5d6737c8cfdde07f5aec9b93d.tar.xz
rt.equinox.p2-2c62dc03a40be6d5d6737c8cfdde07f5aec9b93d.zip
Move installer API into internal provisional package
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF
index bce2a38b4..661433d6a 100644
--- a/bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF
@@ -21,4 +21,4 @@ Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4
Export-Package: org.eclipse.equinox.internal.p2.installer;x-internal:=true,
org.eclipse.equinox.internal.p2.installer.ui;x-internal:=true,
- org.eclipse.equinox.p2.installer
+ org.eclipse.equinox.internal.provisional.p2.installer

Back to the top