Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2014-01-29 14:22:29 +0000
committerPierre-Charles David2014-01-29 14:22:29 +0000
commit0a73643a4f9ad22567ca549d58270faf52820b84 (patch)
tree466b9f782c98b9e24c177773c6aae5a9511bbaa2 /plugins/org.eclipse.sirius.ext.emf.ui
parent4f352912ad8313bb41771f2e5b8a20b5025d4f67 (diff)
downloadorg.eclipse.sirius-0a73643a4f9ad22567ca549d58270faf52820b84.tar.gz
org.eclipse.sirius-0a73643a4f9ad22567ca549d58270faf52820b84.tar.xz
org.eclipse.sirius-0a73643a4f9ad22567ca549d58270faf52820b84.zip
[423051] Fix the plugins' branding and copyright
* Externalize %pluginName & %providerName * Add the missing about.html files Change-Id: I76102288cd3ac92c8b7cdd77d4fa228c71d71a06 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.ext.emf.ui')
-rw-r--r--plugins/org.eclipse.sirius.ext.emf.ui/META-INF/MANIFEST.MF5
-rw-r--r--plugins/org.eclipse.sirius.ext.emf.ui/about.html27
-rw-r--r--plugins/org.eclipse.sirius.ext.emf.ui/build.properties4
-rw-r--r--plugins/org.eclipse.sirius.ext.emf.ui/plugin.properties12
4 files changed, 45 insertions, 3 deletions
diff --git a/plugins/org.eclipse.sirius.ext.emf.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.sirius.ext.emf.ui/META-INF/MANIFEST.MF
index 45f5f63ba8..0e2c4839b0 100644
--- a/plugins/org.eclipse.sirius.ext.emf.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.sirius.ext.emf.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Sirius Library Extension - EMF UI (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.sirius.ext.emf.ui
Bundle-Version: 1.0.0.qualifier
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.sirius.ext.emf.ui/about.html b/plugins/org.eclipse.sirius.ext.emf.ui/about.html
new file mode 100644
index 0000000000..420ad0f930
--- /dev/null
+++ b/plugins/org.eclipse.sirius.ext.emf.ui/about.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!-- saved from url=(0043)http://www.eclipse.org/legal/epl/about.html -->
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+
+</body></html> \ No newline at end of file
diff --git a/plugins/org.eclipse.sirius.ext.emf.ui/build.properties b/plugins/org.eclipse.sirius.ext.emf.ui/build.properties
index 0e37e21912..ba784f20fd 100644
--- a/plugins/org.eclipse.sirius.ext.emf.ui/build.properties
+++ b/plugins/org.eclipse.sirius.ext.emf.ui/build.properties
@@ -1,5 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ plugin.properties,\
+ about.html
javacProjectSettings = true
diff --git a/plugins/org.eclipse.sirius.ext.emf.ui/plugin.properties b/plugins/org.eclipse.sirius.ext.emf.ui/plugin.properties
new file mode 100644
index 0000000000..131d32144d
--- /dev/null
+++ b/plugins/org.eclipse.sirius.ext.emf.ui/plugin.properties
@@ -0,0 +1,12 @@
+# ====================================================================
+# Copyright (c) 2014 Obeo
+# 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:
+# Obeo - initial API and implementation
+# ====================================================================
+pluginName = Sirius Library Extension - EMF UI (Incubation)
+providerName = Eclipse.org

Back to the top