Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-07-20 19:43:32 +0000
committerJohn Arthorne2010-07-20 19:43:32 +0000
commitc960d56a9033fe115fcadff038c5fcc418de2459 (patch)
tree5f798ff0921aafee2c9a877ebccc448a918fe1a1
parenta5434727ef8222e9f03be1b928982b269cc3bd16 (diff)
downloadorg.eclipse.e4.ui-c960d56a9033fe115fcadff038c5fcc418de2459.tar.gz
org.eclipse.e4.ui-c960d56a9033fe115fcadff038c5fcc418de2459.tar.xz
org.eclipse.e4.ui-c960d56a9033fe115fcadff038c5fcc418de2459.zip
Bug 320434 - Update metadata files for graduating bundles
-rw-r--r--bundles/org.eclipse.e4.ui.css.jface/META-INF/MANIFEST.MF8
-rw-r--r--bundles/org.eclipse.e4.ui.css.jface/build.properties4
-rw-r--r--bundles/org.eclipse.e4.ui.css.jface/plugin.properties12
3 files changed, 20 insertions, 4 deletions
diff --git a/bundles/org.eclipse.e4.ui.css.jface/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.ui.css.jface/META-INF/MANIFEST.MF
index f4c9b718..9a3188f3 100644
--- a/bundles/org.eclipse.e4.ui.css.jface/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.e4.ui.css.jface/META-INF/MANIFEST.MF
@@ -1,13 +1,15 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: CSS JFace Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.e4.ui.css.jface
Bundle-Version: 0.9.0.qualifier
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Bundle-Activator: org.eclipse.e4.ui.css.jface.Activator
Require-Bundle: org.eclipse.ui;bundle-version="3.4.1",
org.eclipse.core.runtime;bundle-version="3.4.0",
org.eclipse.e4.ui.css.core;bundle-version="0.9.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.e4.ui.css.jface.viewers;x-internal:=true
-Bundle-Vendor: Eclipse.org
+Export-Package: org.eclipse.e4.ui.css.jface;x-internal:=true,
+ org.eclipse.e4.ui.css.jface.viewers;x-internal:=true
diff --git a/bundles/org.eclipse.e4.ui.css.jface/build.properties b/bundles/org.eclipse.e4.ui.css.jface/build.properties
index dd019cd4..9d06aea2 100644
--- a/bundles/org.eclipse.e4.ui.css.jface/build.properties
+++ b/bundles/org.eclipse.e4.ui.css.jface/build.properties
@@ -11,4 +11,6 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html,\
+ plugin.properties
diff --git a/bundles/org.eclipse.e4.ui.css.jface/plugin.properties b/bundles/org.eclipse.e4.ui.css.jface/plugin.properties
new file mode 100644
index 00000000..cdff0c5b
--- /dev/null
+++ b/bundles/org.eclipse.e4.ui.css.jface/plugin.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2010 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+pluginName = Eclipse CSS JFace Support
+providerName = Eclipse.org

Back to the top