Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-05-23 05:28:01 +0000
committerEike Stepper2012-05-23 05:28:01 +0000
commit02460097c6a46aacf03f6932a5d16cc53dc529b1 (patch)
tree1d2e0e1c215c8c67fad60e5e2f97880bd245b6ed /plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn
parent3dbac672481b7069a62a7406a410889ea5af053a (diff)
downloadcdo-02460097c6a46aacf03f6932a5d16cc53dc529b1.tar.gz
cdo-02460097c6a46aacf03f6932a5d16cc53dc529b1.tar.xz
cdo-02460097c6a46aacf03f6932a5d16cc53dc529b1.zip
Fix and consolidate various branding issues with Dawn
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.properties11
3 files changed, 16 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/META-INF/MANIFEST.MF
index 7c441ba53a..c46f20fea2 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/META-INF/MANIFEST.MF
@@ -1,8 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Dawn
Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn;singleton:=true
Bundle-Version: 1.0.0.qualifier
+Bundle-Localization: fragment
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.emf.cdo.dawn.examples.acore.graphiti
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.emf.cdo.dawn.graphiti;bundle-version="[2.0.0,3.0.0)"
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/build.properties b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/build.properties
index a4681d3a10..dd5846bf9f 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/build.properties
@@ -16,7 +16,8 @@ bin.includes = META-INF/,\
fragment.xml,\
icons/,\
copyright.txt,\
- about.html
+ about.html,\
+ fragment.properties
src.includes = about.html,\
copyright.txt
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.properties b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.properties
new file mode 100644
index 0000000000..332322dda4
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.properties
@@ -0,0 +1,11 @@
+# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) 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:
+# Martin Fluegge - initial API and implementation
+
+pluginName = CDO Dawn Examples Acore Editor (Graphiti Extension)
+providerName = Eclipse Modeling Project

Back to the top