From 5e2b1582681b5a7eae2cbbed0acad013ab6eff9c Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Wed, 24 Jun 2009 15:50:48 -0700 Subject: [PATCH] Add (Incubation) suffix to plugins and feature names Per[1] we must suffix our Bundle-Name and feature names with "(Incubation)" while we are still an incubating project. [1] http://wiki.eclipse.org/Development_Resources/HOWTO/Conforming_Incubation_Branding Bug: 281428 Signed-off-by: Shawn O. Pearce Signed-off-by: Robin Rosenberg --- org.eclipse.egit-feature/feature.xml | 2 +- org.eclipse.egit-updatesite/site.xml | 6 +++--- org.eclipse.egit.core.test/META-INF/MANIFEST.MF | 2 +- org.eclipse.egit.core/plugin.properties | 2 +- org.eclipse.egit.ui/plugin.properties | 2 +- org.eclipse.egit/META-INF/MANIFEST.MF | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml index 1b9424cc..4d49b682 100644 --- a/org.eclipse.egit-feature/feature.xml +++ b/org.eclipse.egit-feature/feature.xml @@ -1,7 +1,7 @@ diff --git a/org.eclipse.egit-updatesite/site.xml b/org.eclipse.egit-updatesite/site.xml index 35c2c0d5..ef185c82 100644 --- a/org.eclipse.egit-updatesite/site.xml +++ b/org.eclipse.egit-updatesite/site.xml @@ -4,11 +4,11 @@ This is a pure Java implementation of the Git version control system. The native Git version is also required in this version, - + - + - Eclipse Git Plugin + Eclipse Git Plugin (Incubation) diff --git a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF index 22fb34fb..f8096a1f 100644 --- a/org.eclipse.egit.core.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.core.test/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Test Plug-in +Bundle-Name: Test Plug-in (Incubation) Bundle-SymbolicName: org.eclipse.egit.core.test Bundle-Version: 0.5.0 Bundle-Activator: org.eclipse.egit.core.test.Activator diff --git a/org.eclipse.egit.core/plugin.properties b/org.eclipse.egit.core/plugin.properties index dec19bd0..5c3ef429 100644 --- a/org.eclipse.egit.core/plugin.properties +++ b/org.eclipse.egit.core/plugin.properties @@ -1,2 +1,2 @@ -plugin_name=Git Team Provider (Core) +plugin_name=Git Team Provider (Core) (Incubation) provider_name=eclipse.org diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties index 399a6395..a2bbbc23 100644 --- a/org.eclipse.egit.ui/plugin.properties +++ b/org.eclipse.egit.ui/plugin.properties @@ -1,4 +1,4 @@ -plugin_name=Git Team Provider (UI) +plugin_name=Git Team Provider (UI) (Incubation) provider_name=eclipse.org Git=Git diff --git a/org.eclipse.egit/META-INF/MANIFEST.MF b/org.eclipse.egit/META-INF/MANIFEST.MF index b199bed5..dccc866d 100644 --- a/org.eclipse.egit/META-INF/MANIFEST.MF +++ b/org.eclipse.egit/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Eclipse Git +Bundle-Name: Eclipse Git (Incubation) Bundle-SymbolicName: org.eclipse.egit Bundle-Version: 0.5.0 Bundle-Vendor: eclipse.org -- 2.11.4.GIT