Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-01-07 15:38:26 +0000
committerJohn Arthorne2013-01-07 15:38:26 +0000
commit8be54cd596dafa046cd2e55152272f2d1ff3d06a (patch)
tree1024d7b662dba065934ae990c2d4c874c7b1840d /bundles/org.eclipse.equinox.p2.transport.ecf
parentd438e17de960368cd990b44a57925d0204320bc3 (diff)
downloadrt.equinox.p2-8be54cd596dafa046cd2e55152272f2d1ff3d06a.tar.gz
rt.equinox.p2-8be54cd596dafa046cd2e55152272f2d1ff3d06a.tar.xz
rt.equinox.p2-8be54cd596dafa046cd2e55152272f2d1ff3d06a.zip
BREE and classpath updatesv20130107-153826
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.transport.ecf')
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF
index 04709e332..f5e77f0e9 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.transport.ecf
-Bundle-Version: 1.0.100.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
J2SE-1.4
Require-Bundle: org.eclipse.ecf;bundle-version="3.1.0",
@@ -15,7 +15,7 @@ Require-Bundle: org.eclipse.ecf;bundle-version="3.1.0",
Service-Component: OSGI-INF/ecfTransport.xml
Bundle-Activator: org.eclipse.equinox.internal.p2.transport.ecf.Activator
Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.equinox.internal.p2.transport.ecf
+Export-Package: org.eclipse.equinox.internal.p2.transport.ecf;x-internal:=true
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Import-Package: org.eclipse.osgi.util;version="1.1.0",

Back to the top