Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-02-13 15:00:41 +0000
committerThomas Watson2008-02-13 15:00:41 +0000
commit68ec9d3790c539c7facf52c5354c5a9ad1804f5c (patch)
tree097ec622f50fafa00fbdc32a24915beaf8df47a5 /bundles/org.eclipse.equinox.io/META-INF
parent33d04f81db75f1b3b0bc433e9193bfc52c32c0f5 (diff)
downloadrt.equinox.bundles-68ec9d3790c539c7facf52c5354c5a9ad1804f5c.tar.gz
rt.equinox.bundles-68ec9d3790c539c7facf52c5354c5a9ad1804f5c.tar.xz
rt.equinox.bundles-68ec9d3790c539c7facf52c5354c5a9ad1804f5c.zip
Move to bundle-version 1.0
Remove extra BREEs
Diffstat (limited to 'bundles/org.eclipse.equinox.io/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF11
1 files changed, 2 insertions, 9 deletions
diff --git a/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
index 4a908f8d4..5877c4e6b 100644
--- a/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.io/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: IO Connector Service
Bundle-SymbolicName: org.eclipse.equinox.io
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Eclipse
Bundle-Activator: org.eclipse.equinox.internal.io.impl.Activator
Bundle-Description: This bundle contains service for creating connections.
@@ -20,12 +20,5 @@ Export-Package:
org.eclipse.equinox.internal.io; x-internal:=true,
org.eclipse.equinox.internal.io.impl; x-internal:=true,
org.eclipse.equinox.internal.io.util; x-internal:=true
-Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0,
- CDC-1.0/Foundation-1.0,
- J2SE-1.2,
- J2SE-1.3,
- J2SE-1.4,
- J2SE-1.5,
- JavaSE-1.6,
- CDC-1.1/Foundation-1.1
+Bundle-RequiredExecutionEnvironment: OSGi/Minimum-1.0
Provided-Services: class=org.osgi.service.io.ConnectorService

Back to the top