Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-02-26 19:54:20 +0000
committerJohn Arthorne2008-02-26 19:54:20 +0000
commitc30c1b6edeba877962d7ab1f213082429589bede (patch)
tree11e0b6cfce5a7462659c944c2e1d37809c1193b1 /bundles
parentf137fb731cad5d8350d9fcecb7670970b829fc2a (diff)
downloadrt.equinox.p2-c30c1b6edeba877962d7ab1f213082429589bede.tar.gz
rt.equinox.p2-c30c1b6edeba877962d7ab1f213082429589bede.tar.xz
rt.equinox.p2-c30c1b6edeba877962d7ab1f213082429589bede.zip
Removed incubation from bundle name
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.optimizers/plugin.properties2
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.processors/plugin.properties2
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/plugin.properties2
-rw-r--r--bundles/org.eclipse.equinox.p2.console/plugin.properties2
6 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/MANIFEST.MF
index 3f05fdcd3..11c2696f4 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin.equinox/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: FrameworkAdmin Service for Equinox (Incubation)
+Bundle-Name: FrameworkAdmin Service for Equinox
Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin.equinox;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.internal.frameworkadmin.equinox.Activator
diff --git a/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
index 8a4e66091..2556410c1 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: FrameworkAdmin Service IF (Incubation)
+Bundle-Name: FrameworkAdmin Service IF
Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin;singleton:=true
Bundle-Version: 0.1.0.qualifier
Bundle-Vendor: Eclipse.org
diff --git a/bundles/org.eclipse.equinox.p2.artifact.optimizers/plugin.properties b/bundles/org.eclipse.equinox.p2.artifact.optimizers/plugin.properties
index 4f1955b3b..51697eaa1 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.optimizers/plugin.properties
+++ b/bundles/org.eclipse.equinox.p2.artifact.optimizers/plugin.properties
@@ -8,5 +8,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-pluginName = Equinox p2 Artifact Optimizers (Incubation)
+pluginName = Equinox p2 Artifact Optimizers
providerName = Eclipse.org
diff --git a/bundles/org.eclipse.equinox.p2.artifact.processors/plugin.properties b/bundles/org.eclipse.equinox.p2.artifact.processors/plugin.properties
index 8eeb4b17f..4b529ba1a 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.processors/plugin.properties
+++ b/bundles/org.eclipse.equinox.p2.artifact.processors/plugin.properties
@@ -8,5 +8,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-pluginName = Equinox p2 Artifact Processing Support (Incubation)
+pluginName = Equinox p2 Artifact Processing Support
providerName = Eclipse.org
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/plugin.properties b/bundles/org.eclipse.equinox.p2.artifact.repository/plugin.properties
index 2d6fedbcd..037f5b172 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/plugin.properties
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/plugin.properties
@@ -8,5 +8,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-pluginName = Equinox Provisioning Artifact Repository Support (Incubation)
+pluginName = Equinox Provisioning Artifact Repository Support
providerName = Eclipse.org
diff --git a/bundles/org.eclipse.equinox.p2.console/plugin.properties b/bundles/org.eclipse.equinox.p2.console/plugin.properties
index 8c04f5e28..aebc3dfc3 100644
--- a/bundles/org.eclipse.equinox.p2.console/plugin.properties
+++ b/bundles/org.eclipse.equinox.p2.console/plugin.properties
@@ -8,5 +8,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-pluginName = Equinox Provisioning Console (Incubation)
+pluginName = Equinox Provisioning Console
providerName = Eclipse.org

Back to the top