Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2015-12-11 20:40:42 +0000
committerJeff Johnston2015-12-11 21:22:08 +0000
commitfc1e5fc51db0f4557720e02e9cf107c793fcca9b (patch)
treebe3aee017597997c63641e7ec7360c8e1dcea9dd
parent43115587f6ea72b5285d3e063fe0c0edf9ce768c (diff)
downloadorg.eclipse.linuxtools-fc1e5fc51db0f4557720e02e9cf107c793fcca9b.tar.gz
org.eclipse.linuxtools-fc1e5fc51db0f4557720e02e9cf107c793fcca9b.tar.xz
org.eclipse.linuxtools-fc1e5fc51db0f4557720e02e9cf107c793fcca9b.zip
Add missing about.html files to Docker and Vagrant.v4.2.0
Change-Id: I346a74af61897a68275f4601756eadb7b355e422 Reviewed-on: https://git.eclipse.org/r/62532 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> (cherry picked from commit 824945a59650961a48b90b44037d8181cbd649c4) Reviewed-on: https://git.eclipse.org/r/62535
-rw-r--r--containers/org.eclipse.linuxtools.docker.core/about.html28
-rw-r--r--containers/org.eclipse.linuxtools.docker.core/build.properties3
-rw-r--r--containers/org.eclipse.linuxtools.docker.ui/about.html28
-rw-r--r--containers/org.eclipse.linuxtools.docker.ui/build.properties3
-rw-r--r--vagrant/org.eclipse.linuxtools.vagrant.core/about.html28
-rw-r--r--vagrant/org.eclipse.linuxtools.vagrant.core/build.properties3
-rw-r--r--vagrant/org.eclipse.linuxtools.vagrant.ui/about.html28
-rw-r--r--vagrant/org.eclipse.linuxtools.vagrant.ui/build.properties3
8 files changed, 120 insertions, 4 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.core/about.html b/containers/org.eclipse.linuxtools.docker.core/about.html
new file mode 100644
index 0000000000..c258ef55d8
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.docker.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, 2006</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/containers/org.eclipse.linuxtools.docker.core/build.properties b/containers/org.eclipse.linuxtools.docker.core/build.properties
index b9f11585df..dff841f70e 100644
--- a/containers/org.eclipse.linuxtools.docker.core/build.properties
+++ b/containers/org.eclipse.linuxtools.docker.core/build.properties
@@ -2,4 +2,5 @@ source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
.,\
- resources/
+ resources/,\
+ about.html
diff --git a/containers/org.eclipse.linuxtools.docker.ui/about.html b/containers/org.eclipse.linuxtools.docker.ui/about.html
new file mode 100644
index 0000000000..c258ef55d8
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.docker.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, 2006</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/containers/org.eclipse.linuxtools.docker.ui/build.properties b/containers/org.eclipse.linuxtools.docker.ui/build.properties
index 6eb01ab1a7..3b233348a6 100644
--- a/containers/org.eclipse.linuxtools.docker.ui/build.properties
+++ b/containers/org.eclipse.linuxtools.docker.ui/build.properties
@@ -4,4 +4,5 @@ bin.includes = plugin.xml,\
plugin.properties,\
META-INF/,\
.,\
- icons/
+ icons/,\
+ about.html
diff --git a/vagrant/org.eclipse.linuxtools.vagrant.core/about.html b/vagrant/org.eclipse.linuxtools.vagrant.core/about.html
new file mode 100644
index 0000000000..c258ef55d8
--- /dev/null
+++ b/vagrant/org.eclipse.linuxtools.vagrant.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, 2006</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/vagrant/org.eclipse.linuxtools.vagrant.core/build.properties b/vagrant/org.eclipse.linuxtools.vagrant.core/build.properties
index 56d7765555..1fcd874828 100644
--- a/vagrant/org.eclipse.linuxtools.vagrant.core/build.properties
+++ b/vagrant/org.eclipse.linuxtools.vagrant.core/build.properties
@@ -1,4 +1,5 @@
source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html
diff --git a/vagrant/org.eclipse.linuxtools.vagrant.ui/about.html b/vagrant/org.eclipse.linuxtools.vagrant.ui/about.html
new file mode 100644
index 0000000000..c258ef55d8
--- /dev/null
+++ b/vagrant/org.eclipse.linuxtools.vagrant.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, 2006</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/vagrant/org.eclipse.linuxtools.vagrant.ui/build.properties b/vagrant/org.eclipse.linuxtools.vagrant.ui/build.properties
index 6eb01ab1a7..3b233348a6 100644
--- a/vagrant/org.eclipse.linuxtools.vagrant.ui/build.properties
+++ b/vagrant/org.eclipse.linuxtools.vagrant.ui/build.properties
@@ -4,4 +4,5 @@ bin.includes = plugin.xml,\
plugin.properties,\
META-INF/,\
.,\
- icons/
+ icons/,\
+ about.html

Back to the top