Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2011-05-27 09:34:32 +0000
committerptessier2011-05-27 09:34:32 +0000
commitf62c5c54d31d860e7b1a98aa2bccfd16794fc9c8 (patch)
tree4b4a801f49a3ca9fe022da2654608996ac87cc96
parent0bbb500baa19ccedfc490fa4286db4725dd31e10 (diff)
downloadorg.eclipse.papyrus-f62c5c54d31d860e7b1a98aa2bccfd16794fc9c8.tar.gz
org.eclipse.papyrus-f62c5c54d31d860e7b1a98aa2bccfd16794fc9c8.tar.xz
org.eclipse.papyrus-f62c5c54d31d860e7b1a98aa2bccfd16794fc9c8.zip
347407: Many Indigo bundles missing legal files in RC2 repo
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347407
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.subeditor.gmf/build.properties3
-rw-r--r--plugins/core/org.eclipse.papyrus.modelexplorer.widgets/build.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.parameter.editor.xtext.ui/about.html28
-rw-r--r--plugins/uml/org.eclipse.papyrus.parameter.editor.xtext.ui/build.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.parameter.editor.xtext/about.html28
-rw-r--r--plugins/uml/org.eclipse.papyrus.parameter.editor.xtext/build.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.properties.table/about.html28
-rw-r--r--plugins/uml/org.eclipse.papyrus.properties.table/build.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.table.instance/about.html28
-rw-r--r--plugins/uml/org.eclipse.papyrus.table.instance/build.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.table.menu/build.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.table.modelexplorer/build.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.table.widgets.celleditors.uml/about.html28
-rw-r--r--plugins/uml/org.eclipse.papyrus.table.widgets.celleditors.uml/build.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.menu/build.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.modelexplorer.widgets/about.html28
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.modelexplorer.widgets/build.properties3
17 files changed, 190 insertions, 11 deletions
diff --git a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.subeditor.gmf/build.properties b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.subeditor.gmf/build.properties
index 259d16dfc42..bfd2a71134e 100644
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.subeditor.gmf/build.properties
+++ b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.subeditor.gmf/build.properties
@@ -3,4 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- build.properties
+ build.properties,\
+ about.html
diff --git a/plugins/core/org.eclipse.papyrus.modelexplorer.widgets/build.properties b/plugins/core/org.eclipse.papyrus.modelexplorer.widgets/build.properties
index 6f20375d6c7..2d575990465 100644
--- a/plugins/core/org.eclipse.papyrus.modelexplorer.widgets/build.properties
+++ b/plugins/core/org.eclipse.papyrus.modelexplorer.widgets/build.properties
@@ -2,4 +2,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ about.html
diff --git a/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext.ui/about.html b/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext.ui/about.html
new file mode 100644
index 00000000000..82d49bf5f81
--- /dev/null
+++ b/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext.ui/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/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext.ui/build.properties b/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext.ui/build.properties
index e22af762a80..ebbca8987b7 100644
--- a/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext.ui/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext.ui/build.properties
@@ -3,4 +3,5 @@ source.. = src/,\
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html
diff --git a/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext/about.html b/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext/about.html
new file mode 100644
index 00000000000..82d49bf5f81
--- /dev/null
+++ b/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext/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/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext/build.properties b/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext/build.properties
index e22af762a80..ebbca8987b7 100644
--- a/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.parameter.editor.xtext/build.properties
@@ -3,4 +3,5 @@ source.. = src/,\
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html
diff --git a/plugins/uml/org.eclipse.papyrus.properties.table/about.html b/plugins/uml/org.eclipse.papyrus.properties.table/about.html
new file mode 100644
index 00000000000..82d49bf5f81
--- /dev/null
+++ b/plugins/uml/org.eclipse.papyrus.properties.table/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/plugins/uml/org.eclipse.papyrus.properties.table/build.properties b/plugins/uml/org.eclipse.papyrus.properties.table/build.properties
index e2048ef6583..21a4d348373 100644
--- a/plugins/uml/org.eclipse.papyrus.properties.table/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.properties.table/build.properties
@@ -4,7 +4,8 @@ bin.includes = META-INF/,\
.,\
plugin.properties,\
plugin.xml,\
- model/
+ model/,\
+ about.html
src.includes = plugin.xml,\
plugin.properties,\
model/,\
diff --git a/plugins/uml/org.eclipse.papyrus.table.instance/about.html b/plugins/uml/org.eclipse.papyrus.table.instance/about.html
new file mode 100644
index 00000000000..82d49bf5f81
--- /dev/null
+++ b/plugins/uml/org.eclipse.papyrus.table.instance/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/plugins/uml/org.eclipse.papyrus.table.instance/build.properties b/plugins/uml/org.eclipse.papyrus.table.instance/build.properties
index 1a3a48b2220..d8548418d3b 100644
--- a/plugins/uml/org.eclipse.papyrus.table.instance/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.table.instance/build.properties
@@ -8,7 +8,8 @@ bin.includes = .,\
model/,\
META-INF/,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html
jars.compile.order = .
source.. = src/
output.. = bin/
diff --git a/plugins/uml/org.eclipse.papyrus.table.menu/build.properties b/plugins/uml/org.eclipse.papyrus.table.menu/build.properties
index 3635d9bbc29..70645fd2be5 100644
--- a/plugins/uml/org.eclipse.papyrus.table.menu/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.table.menu/build.properties
@@ -4,5 +4,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties,\
- icons/
+ icons/,\
+ about.html
src.includes = about.html
diff --git a/plugins/uml/org.eclipse.papyrus.table.modelexplorer/build.properties b/plugins/uml/org.eclipse.papyrus.table.modelexplorer/build.properties
index 8665ac2ffec..657277dcdfb 100644
--- a/plugins/uml/org.eclipse.papyrus.table.modelexplorer/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.table.modelexplorer/build.properties
@@ -3,4 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html
diff --git a/plugins/uml/org.eclipse.papyrus.table.widgets.celleditors.uml/about.html b/plugins/uml/org.eclipse.papyrus.table.widgets.celleditors.uml/about.html
new file mode 100644
index 00000000000..82d49bf5f81
--- /dev/null
+++ b/plugins/uml/org.eclipse.papyrus.table.widgets.celleditors.uml/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/plugins/uml/org.eclipse.papyrus.table.widgets.celleditors.uml/build.properties b/plugins/uml/org.eclipse.papyrus.table.widgets.celleditors.uml/build.properties
index 9c684662ef2..7389d72acde 100644
--- a/plugins/uml/org.eclipse.papyrus.table.widgets.celleditors.uml/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.table.widgets.celleditors.uml/build.properties
@@ -4,4 +4,5 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
resources/,\
- plugin.properties
+ plugin.properties,\
+ about.html
diff --git a/plugins/uml/org.eclipse.papyrus.uml.menu/build.properties b/plugins/uml/org.eclipse.papyrus.uml.menu/build.properties
index 6f20375d6c7..2d575990465 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.menu/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.uml.menu/build.properties
@@ -2,4 +2,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ about.html
diff --git a/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.widgets/about.html b/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.widgets/about.html
new file mode 100644
index 00000000000..82d49bf5f81
--- /dev/null
+++ b/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.widgets/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/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.widgets/build.properties b/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.widgets/build.properties
index 41eb6ade2b4..a657887e918 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.widgets/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.uml.modelexplorer.widgets/build.properties
@@ -1,4 +1,5 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html

Back to the top