Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/manufacturing/org.eclipse.papyrus.manufacturing')
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/META-INF/MANIFEST.MF1
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/OSGI-INF/l10n/bundle.properties4
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/about.html28
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/build.properties3
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/plugin.xml2
5 files changed, 35 insertions, 3 deletions
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/META-INF/MANIFEST.MF b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/META-INF/MANIFEST.MF
index 88b008a47ee..bc7d8f6c9f0 100644
--- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/META-INF/MANIFEST.MF
+++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/META-INF/MANIFEST.MF
@@ -8,3 +8,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
+Bundle-Vendor: %Bundle-Vendor
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/OSGI-INF/l10n/bundle.properties b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/OSGI-INF/l10n/bundle.properties
index f7b679fdf7e..9451faf1d10 100644
--- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/OSGI-INF/l10n/bundle.properties
+++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/OSGI-INF/l10n/bundle.properties
@@ -1,2 +1,4 @@
#Properties file for org.eclipse.papyrus.manufacturing
-Bundle-Name = Manufacturing \ No newline at end of file
+Bundle-Name = Manufacturing
+template.name = Template implementing the RAMI 4.0 Reference Architecture
+Bundle-Vendor = Eclipse Modeling Project \ No newline at end of file
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/about.html b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/about.html
new file mode 100644
index 00000000000..d35d5aed64c
--- /dev/null
+++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<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, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). 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, &quot;Program&quot; 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 (&quot;Redistributor&quot;) 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>
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/build.properties b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/build.properties
index 74fa0e49a7f..f368547090f 100644
--- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/build.properties
+++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/build.properties
@@ -4,4 +4,5 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/l10n/bundle.properties,\
plugin.xml,\
- template/
+ template/,\
+ about.html
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/plugin.xml b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/plugin.xml
index 53aca8d2b0c..86d77335182 100644
--- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/plugin.xml
+++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing/plugin.xml
@@ -8,7 +8,7 @@
file="template/rami40.uml"
id="org.eclipse.papyrus.manufacturing.rami40"
language="uml"
- name="Template implementing the RAMI 4.0 Reference Architecture"
+ name="%template.name"
notation_file="template/rami40.notation">
</template>
</extension>

Back to the top