Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2012-01-15 08:03:07 +0000
committerEd Merks2012-01-15 08:03:07 +0000
commit9c2307dc2ed506977565408d60e290da892ac7bb (patch)
tree26fec5a57b777cba9a1de745a2d02ab1c0433eb6 /examples
parent482cbe7ab5d96505dc0ceb9097fce9643a586608 (diff)
downloadorg.eclipse.emf-9c2307dc2ed506977565408d60e290da892ac7bb.tar.gz
org.eclipse.emf-9c2307dc2ed506977565408d60e290da892ac7bb.tar.xz
org.eclipse.emf-9c2307dc2ed506977565408d60e290da892ac7bb.zip
[368320] All bundles must have about.html
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.emf.examples.databinding.project.core.model/about.html28
-rw-r--r--examples/org.eclipse.emf.examples.databinding.project.core.model/build.properties22
-rw-r--r--examples/org.eclipse.emf.examples.databinding.project.core/about.html28
-rw-r--r--examples/org.eclipse.emf.examples.databinding.project.core/build.properties4
-rw-r--r--examples/org.eclipse.emf.examples.databinding.project.ui.rcp/about.html28
-rw-r--r--examples/org.eclipse.emf.examples.databinding.project.ui.rcp/build.properties3
6 files changed, 100 insertions, 13 deletions
diff --git a/examples/org.eclipse.emf.examples.databinding.project.core.model/about.html b/examples/org.eclipse.emf.examples.databinding.project.core.model/about.html
new file mode 100644
index 000000000..968a06fd8
--- /dev/null
+++ b/examples/org.eclipse.emf.examples.databinding.project.core.model/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> \ No newline at end of file
diff --git a/examples/org.eclipse.emf.examples.databinding.project.core.model/build.properties b/examples/org.eclipse.emf.examples.databinding.project.core.model/build.properties
index fbed10481..f573cb2aa 100644
--- a/examples/org.eclipse.emf.examples.databinding.project.core.model/build.properties
+++ b/examples/org.eclipse.emf.examples.databinding.project.core.model/build.properties
@@ -1,11 +1,11 @@
-
-
-bin.includes = .,\
- model/,\
- META-INF/,\
- plugin.xml,\
- plugin.properties
-jars.compile.order = .
-source.. = src/
-output.. = bin/
-
+bin.includes = .,\
+ model/,\
+ about.html,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties
+src.includes = about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+
diff --git a/examples/org.eclipse.emf.examples.databinding.project.core/about.html b/examples/org.eclipse.emf.examples.databinding.project.core/about.html
new file mode 100644
index 000000000..968a06fd8
--- /dev/null
+++ b/examples/org.eclipse.emf.examples.databinding.project.core/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> \ No newline at end of file
diff --git a/examples/org.eclipse.emf.examples.databinding.project.core/build.properties b/examples/org.eclipse.emf.examples.databinding.project.core/build.properties
index 0b3de4340..214ae2d30 100644
--- a/examples/org.eclipse.emf.examples.databinding.project.core/build.properties
+++ b/examples/org.eclipse.emf.examples.databinding.project.core/build.properties
@@ -1,8 +1,10 @@
-output.. = bin/
bin.includes = META-INF/,\
.,\
+ about.html,\
META-INF/xmiprovider.xml,\
META-INF/component.xml,\
plugin.properties
+src.includes = about.html
+output.. = bin/
source.. = src/
diff --git a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/about.html b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/about.html
new file mode 100644
index 000000000..968a06fd8
--- /dev/null
+++ b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/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> \ No newline at end of file
diff --git a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/build.properties b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/build.properties
index 9ebd3d7d6..b736e3a2c 100644
--- a/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/build.properties
+++ b/examples/org.eclipse.emf.examples.databinding.project.ui.rcp/build.properties
@@ -1,7 +1,8 @@
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
+ about.html,\
.,\
plugin.properties
+output.. = bin/
source.. = src/

Back to the top