Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamilo Bernal2013-06-11 21:17:53 +0000
committerRoland Grunberg2013-06-12 17:46:25 +0000
commit713b79f7738cffda58dd99684231676fccdd9d9f (patch)
tree9214663f8543f7cf5f1ce75b625f9845bcd4023a /oprofile/org.eclipse.linuxtools.oprofile.tests
parent98e82bee8f4876d4d1908fd4eec12ccd5f3c25c0 (diff)
downloadorg.eclipse.linuxtools-713b79f7738cffda58dd99684231676fccdd9d9f.tar.gz
org.eclipse.linuxtools-713b79f7738cffda58dd99684231676fccdd9d9f.tar.xz
org.eclipse.linuxtools-713b79f7738cffda58dd99684231676fccdd9d9f.zip
Bug 410367: Add missing 'about.html' page to source bundles.
Source bundles fixed in this change: - org.eclipse.linuxtools.oprofile.tests - org.eclipse.linuxtools.perf - org.eclipse.linuxtools.perf.doc - org.eclipse.linuxtools.profiling.docs - org.eclipse.linuxtools.profiling.launch - org.eclipse.linuxtools.profiling.launch.ui.rdt.proxy - org.eclipse.linuxtools.profiling.tests - org.eclipse.linuxtools.profiling.ui - org.eclipse.linuxtools.profiling.ui.capability Change-Id: I3899ca168da15425760196d4a99cd12a224afe22 Reviewed-on: https://git.eclipse.org/r/13760 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.tests')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.tests/about.html28
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.tests/build.properties3
2 files changed, 30 insertions, 1 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.tests/about.html b/oprofile/org.eclipse.linuxtools.oprofile.tests/about.html
new file mode 100644
index 0000000000..c258ef55d8
--- /dev/null
+++ b/oprofile/org.eclipse.linuxtools.oprofile.tests/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/oprofile/org.eclipse.linuxtools.oprofile.tests/build.properties b/oprofile/org.eclipse.linuxtools.oprofile.tests/build.properties
index 4d5ef3776e..749c93d4b8 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.tests/build.properties
+++ b/oprofile/org.eclipse.linuxtools.oprofile.tests/build.properties
@@ -4,5 +4,6 @@ bin.includes = META-INF/,\
.,\
resources/,\
plugin.properties
-src.includes = resources/
+src.includes = resources/,\
+ about.html
individualSourceBundles=true

Back to the top