Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-12-19 09:56:50 +0000
committerCamille Letavernier2014-12-19 09:56:50 +0000
commit5725ce615f86152cc0079a6e81f6c6a9d3c768ea (patch)
tree31047f43de798056a63478066d7ce0383f656649 /extraplugins/umlrt
parent5bf44c9e627e3a9b9755b1d6b00f67e2a2da51b2 (diff)
downloadorg.eclipse.papyrus-5725ce615f86152cc0079a6e81f6c6a9d3c768ea.tar.gz
org.eclipse.papyrus-5725ce615f86152cc0079a6e81f6c6a9d3c768ea.tar.xz
org.eclipse.papyrus-5725ce615f86152cc0079a6e81f6c6a9d3c768ea.zip
455475: [UML RT] Initial tooling support for the UML-RT Profile
https://bugs.eclipse.org/bugs/show_bug.cgi?id=455475 - Fix metadata
Diffstat (limited to 'extraplugins/umlrt')
-rw-r--r--extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/META-INF/MANIFEST.MF7
-rw-r--r--extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/about.html28
-rw-r--r--extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/build.properties4
3 files changed, 35 insertions, 4 deletions
diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/META-INF/MANIFEST.MF b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/META-INF/MANIFEST.MF
index 83283b22bec..b8a2877d2bf 100644
--- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/META-INF/MANIFEST.MF
+++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/META-INF/MANIFEST.MF
@@ -1,12 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Elementtypes
+Bundle-Name: UML RealTime Element Types
Bundle-SymbolicName: org.eclipse.papyrus.umlrt.elementtypes;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.papyrus.umlrt.elementtypes.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.papyrus.infra.extendedtypes,
- org.eclipse.papyrus.infra.newchild
+ org.eclipse.papyrus.infra.extendedtypes;bundle-version="1.1.0",
+ org.eclipse.papyrus.infra.newchild;bundle-version="1.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
+Bundle-Vendor: Eclipse Modeling Project
diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/about.html b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/about.html
new file mode 100644
index 00000000000..209103075a7
--- /dev/null
+++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/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>November 14, 2008</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> \ No newline at end of file
diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/build.properties b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/build.properties
index 1c812040065..735e5ad9a67 100644
--- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/build.properties
+++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.elementtypes/build.properties
@@ -3,4 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- model/
+ model/,\
+ about.html
+src.includes = about.html

Back to the top