diff options
129 files changed, 865 insertions, 10 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/build.properties b/changelog/org.eclipse.linuxtools.changelog-feature/build.properties index a9fbe87154..ad6a21d2a7 100644 --- a/changelog/org.eclipse.linuxtools.changelog-feature/build.properties +++ b/changelog/org.eclipse.linuxtools.changelog-feature/build.properties @@ -9,4 +9,5 @@ src.includes = feature.xml,\ license.html,\ .classpath,\ .project,\ - ChangeLog + ChangeLog,\ + epl-v10.html diff --git a/changelog/org.eclipse.linuxtools.changelog.c-feature/build.properties b/changelog/org.eclipse.linuxtools.changelog.c-feature/build.properties index a9fbe87154..ad6a21d2a7 100644 --- a/changelog/org.eclipse.linuxtools.changelog.c-feature/build.properties +++ b/changelog/org.eclipse.linuxtools.changelog.c-feature/build.properties @@ -9,4 +9,5 @@ src.includes = feature.xml,\ license.html,\ .classpath,\ .project,\ - ChangeLog + ChangeLog,\ + epl-v10.html diff --git a/changelog/org.eclipse.linuxtools.changelog.core/build.properties b/changelog/org.eclipse.linuxtools.changelog.core/build.properties index 421741c6a2..6a3cf08606 100644 --- a/changelog/org.eclipse.linuxtools.changelog.core/build.properties +++ b/changelog/org.eclipse.linuxtools.changelog.core/build.properties @@ -8,3 +8,5 @@ bin.includes = plugin.xml,\ jars.compile.order = . source.. = src/ output.. = bin/ +src.includes = about.html,\ + schema/ diff --git a/changelog/org.eclipse.linuxtools.changelog.cparser/build.properties b/changelog/org.eclipse.linuxtools.changelog.cparser/build.properties index dbd76f0148..1f731c5a20 100644 --- a/changelog/org.eclipse.linuxtools.changelog.cparser/build.properties +++ b/changelog/org.eclipse.linuxtools.changelog.cparser/build.properties @@ -6,3 +6,4 @@ bin.includes = META-INF/,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/ output.. = bin/ +src.includes = about.html diff --git a/changelog/org.eclipse.linuxtools.changelog.doc/build.properties b/changelog/org.eclipse.linuxtools.changelog.doc/build.properties index 13cc9b9efc..97fbf66846 100644 --- a/changelog/org.eclipse.linuxtools.changelog.doc/build.properties +++ b/changelog/org.eclipse.linuxtools.changelog.doc/build.properties @@ -8,4 +8,5 @@ bin.includes = plugin.properties,\ images/,\ toc-doc.xml,\ book.css +src.includes = about.html diff --git a/changelog/org.eclipse.linuxtools.changelog.javaparser/build.properties b/changelog/org.eclipse.linuxtools.changelog.javaparser/build.properties index 6b491288af..63788409a8 100644 --- a/changelog/org.eclipse.linuxtools.changelog.javaparser/build.properties +++ b/changelog/org.eclipse.linuxtools.changelog.javaparser/build.properties @@ -6,3 +6,4 @@ bin.includes = META-INF/,\ fragment.xml,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/ +src.includes = about.html diff --git a/changelog/org.eclipse.linuxtools.changelog.tests/about.html b/changelog/org.eclipse.linuxtools.changelog.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/changelog/org.eclipse.linuxtools.changelog.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/changelog/org.eclipse.linuxtools.changelog.tests/build.properties b/changelog/org.eclipse.linuxtools.changelog.tests/build.properties index c58ea2178c..b995f09e54 100644 --- a/changelog/org.eclipse.linuxtools.changelog.tests/build.properties +++ b/changelog/org.eclipse.linuxtools.changelog.tests/build.properties @@ -3,3 +3,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ OSGI-INF/ +src.includes = about.html diff --git a/changelog/org.eclipse.linuxtools.changelog.ui.tests/about.html b/changelog/org.eclipse.linuxtools.changelog.ui.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/changelog/org.eclipse.linuxtools.changelog.ui.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/changelog/org.eclipse.linuxtools.changelog.ui.tests/build.properties b/changelog/org.eclipse.linuxtools.changelog.ui.tests/build.properties index 34d2e4d2da..774eb14393 100644 --- a/changelog/org.eclipse.linuxtools.changelog.ui.tests/build.properties +++ b/changelog/org.eclipse.linuxtools.changelog.ui.tests/build.properties @@ -2,3 +2,4 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ . +src.includes = about.html diff --git a/gcov/org.eclipse.linuxtools.gcov.core/build.properties b/gcov/org.eclipse.linuxtools.gcov.core/build.properties index f9b0aa0c15..be386c01d7 100644 --- a/gcov/org.eclipse.linuxtools.gcov.core/build.properties +++ b/gcov/org.eclipse.linuxtools.gcov.core/build.properties @@ -5,4 +5,5 @@ bin.includes = .,\ icons/,\ plugin.xml,\ about.html,\ - plugin.properties
\ No newline at end of file + plugin.properties +src.includes = about.html diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/build.properties b/gcov/org.eclipse.linuxtools.gcov.docs/build.properties index 47e56ddd41..84dc10ff0d 100644 --- a/gcov/org.eclipse.linuxtools.gcov.docs/build.properties +++ b/gcov/org.eclipse.linuxtools.gcov.docs/build.properties @@ -7,4 +7,5 @@ bin.includes = META-INF/,\ images/,\ book.css jars.compile.order = . +src.includes = about.html diff --git a/gcov/org.eclipse.linuxtools.gcov.launch/build.properties b/gcov/org.eclipse.linuxtools.gcov.launch/build.properties index bc3b0f2bf1..7b3c227b84 100644 --- a/gcov/org.eclipse.linuxtools.gcov.launch/build.properties +++ b/gcov/org.eclipse.linuxtools.gcov.launch/build.properties @@ -5,3 +5,4 @@ bin.includes = META-INF/,\ plugin.xml,\ plugin.properties,\ about.html +src.includes = about.html diff --git a/gcov/org.eclipse.linuxtools.gcov.test/build.properties b/gcov/org.eclipse.linuxtools.gcov.test/build.properties index 003cd05e5f..4c2e5db007 100644 --- a/gcov/org.eclipse.linuxtools.gcov.test/build.properties +++ b/gcov/org.eclipse.linuxtools.gcov.test/build.properties @@ -5,3 +5,4 @@ bin.includes = META-INF/,\ plugin.properties,\ about.html,\ resource/ +src.includes = about.html diff --git a/gprof/org.eclipse.linuxtools.gprof.docs/build.properties b/gprof/org.eclipse.linuxtools.gprof.docs/build.properties index 78826073b0..25571bcc80 100644 --- a/gprof/org.eclipse.linuxtools.gprof.docs/build.properties +++ b/gprof/org.eclipse.linuxtools.gprof.docs/build.properties @@ -9,3 +9,4 @@ bin.includes = META-INF/,\ build-doc.xml,\ toc.xml,\ book.css +src.includes = about.html diff --git a/gprof/org.eclipse.linuxtools.gprof.launch/build.properties b/gprof/org.eclipse.linuxtools.gprof.launch/build.properties index bc3b0f2bf1..7b3c227b84 100644 --- a/gprof/org.eclipse.linuxtools.gprof.launch/build.properties +++ b/gprof/org.eclipse.linuxtools.gprof.launch/build.properties @@ -5,3 +5,4 @@ bin.includes = META-INF/,\ plugin.xml,\ plugin.properties,\ about.html +src.includes = about.html diff --git a/gprof/org.eclipse.linuxtools.gprof.test/build.properties b/gprof/org.eclipse.linuxtools.gprof.test/build.properties index ffc05e4774..83a3b5a0aa 100644 --- a/gprof/org.eclipse.linuxtools.gprof.test/build.properties +++ b/gprof/org.eclipse.linuxtools.gprof.test/build.properties @@ -8,3 +8,4 @@ bin.includes = META-INF/,\ bigtest_gprof_input/,\ plugin.properties,\ resources/ +src.includes = about.html diff --git a/gprof/org.eclipse.linuxtools.gprof/build.properties b/gprof/org.eclipse.linuxtools.gprof/build.properties index d9e236776e..be386c01d7 100644 --- a/gprof/org.eclipse.linuxtools.gprof/build.properties +++ b/gprof/org.eclipse.linuxtools.gprof/build.properties @@ -6,3 +6,4 @@ bin.includes = .,\ plugin.xml,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover-feature/build.properties b/libhover/org.eclipse.linuxtools.cdt.libhover-feature/build.properties index 3fd2f77756..3c0771a975 100644 --- a/libhover/org.eclipse.linuxtools.cdt.libhover-feature/build.properties +++ b/libhover/org.eclipse.linuxtools.cdt.libhover-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ epl-v10.html,\ p2.inf,\ license.html +src.includes = license.html,\ + epl-v10.html diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/build.properties b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/build.properties index 79ba703c7d..a84675dbfc 100644 --- a/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/build.properties +++ b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ license.html,\ p2.inf,\ epl-v10.html +src.includes = license.html,\ + epl-v10.html diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/about.html b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/build.properties b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/build.properties index fc6c97e1c0..cd98240a0d 100644 --- a/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/build.properties +++ b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp.tests/build.properties @@ -4,3 +4,4 @@ bin.includes = META-INF/,\ .,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/ +src.includes = about.html diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp/build.properties b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp/build.properties index e8361bec44..0a6da31d80 100644 --- a/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp/build.properties +++ b/libhover/org.eclipse.linuxtools.cdt.libhover.devhelp/build.properties @@ -7,3 +7,4 @@ bin.includes = plugin.xml,\ *.xml,\ plugin.properties,\ about.html +src.includes = about.html diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.library.docs/build.properties b/libhover/org.eclipse.linuxtools.cdt.libhover.library.docs/build.properties index 3069ea470a..b7e1b34594 100644 --- a/libhover/org.eclipse.linuxtools.cdt.libhover.library.docs/build.properties +++ b/libhover/org.eclipse.linuxtools.cdt.libhover.library.docs/build.properties @@ -7,4 +7,5 @@ bin.includes = META-INF/,\ toc.xml,\ images/,\ doc/ +src.includes = about.html diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.newlib-feature/build.properties b/libhover/org.eclipse.linuxtools.cdt.libhover.newlib-feature/build.properties index 42a39fdf46..146e09fe9e 100644 --- a/libhover/org.eclipse.linuxtools.cdt.libhover.newlib-feature/build.properties +++ b/libhover/org.eclipse.linuxtools.cdt.libhover.newlib-feature/build.properties @@ -3,3 +3,6 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf,\ license.html +src.includes = epl-v10.html,\ + about.html,\ + license.html diff --git a/libhover/org.eclipse.linuxtools.cdt.libhover.texinfoparsers/about.html b/libhover/org.eclipse.linuxtools.cdt.libhover.texinfoparsers/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/libhover/org.eclipse.linuxtools.cdt.libhover.texinfoparsers/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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/libhover/org.eclipse.linuxtools.cdt.libhover/build.properties b/libhover/org.eclipse.linuxtools.cdt.libhover/build.properties index d786219478..95ff280add 100644 --- a/libhover/org.eclipse.linuxtools.cdt.libhover/build.properties +++ b/libhover/org.eclipse.linuxtools.cdt.libhover/build.properties @@ -8,3 +8,5 @@ bin.includes = plugin.xml,\ javacSource=1.5 javacTarget=1.5 +src.includes = about.html,\ + schema/ diff --git a/lttng/org.eclipse.linuxtools.ctf.core.tests/about.html b/lttng/org.eclipse.linuxtools.ctf.core.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/lttng/org.eclipse.linuxtools.ctf.core.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/lttng/org.eclipse.linuxtools.ctf.core.tests/build.properties b/lttng/org.eclipse.linuxtools.ctf.core.tests/build.properties index ae727fad37..22f753d962 100644 --- a/lttng/org.eclipse.linuxtools.ctf.core.tests/build.properties +++ b/lttng/org.eclipse.linuxtools.ctf.core.tests/build.properties @@ -17,3 +17,4 @@ bin.includes = META-INF/,\ .,\ plugin.properties,\ traces/ +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.ctf.core/build.properties b/lttng/org.eclipse.linuxtools.ctf.core/build.properties index bb146cc6cc..ddfbe617f6 100644 --- a/lttng/org.eclipse.linuxtools.ctf.core/build.properties +++ b/lttng/org.eclipse.linuxtools.ctf.core/build.properties @@ -16,3 +16,4 @@ bin.includes = META-INF/,\ .,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.ctf.parser/build.properties b/lttng/org.eclipse.linuxtools.ctf.parser/build.properties index 9609b90b67..4e83b9a9a8 100644 --- a/lttng/org.eclipse.linuxtools.ctf.parser/build.properties +++ b/lttng/org.eclipse.linuxtools.ctf.parser/build.properties @@ -18,3 +18,4 @@ bin.includes = META-INF/,\ about.html,\ . jars.compile.order = . +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.ctf/build.properties b/lttng/org.eclipse.linuxtools.ctf/build.properties index 594d2958b8..9eff4427b3 100644 --- a/lttng/org.eclipse.linuxtools.ctf/build.properties +++ b/lttng/org.eclipse.linuxtools.ctf/build.properties @@ -14,3 +14,5 @@ bin.includes = feature.xml,\ epl-v10.html,\ feature.properties,\ license.html +src.includes = license.html,\ + epl-v10.html diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/about.html b/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/lttng/org.eclipse.linuxtools.gdbtrace.core.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/build.properties index 49db406512..f7a0b9854e 100644 --- a/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/build.properties +++ b/lttng/org.eclipse.linuxtools.gdbtrace.core.tests/build.properties @@ -15,3 +15,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.core/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.core/build.properties index 442f06bb71..5e7e2cbe1d 100644 --- a/lttng/org.eclipse.linuxtools.gdbtrace.core/build.properties +++ b/lttng/org.eclipse.linuxtools.gdbtrace.core/build.properties @@ -16,3 +16,4 @@ bin.includes = META-INF/,\ .,\ plugin.properties,\ about.html +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.help/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.help/build.properties index 2bb0dc3c6f..c582a1ef33 100644 --- a/lttng/org.eclipse.linuxtools.gdbtrace.help/build.properties +++ b/lttng/org.eclipse.linuxtools.gdbtrace.help/build.properties @@ -18,3 +18,4 @@ bin.includes = META-INF/,\ plugin.xml jars.extra.classpath = platform:/plugin/org.eclipse.mylyn.wikitext.core,\ platform:/plugin/org.eclipse.mylyn.wikitext.mediawiki.core +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/about.html b/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/lttng/org.eclipse.linuxtools.gdbtrace.ui.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/build.properties index 49db406512..f7a0b9854e 100644 --- a/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/build.properties +++ b/lttng/org.eclipse.linuxtools.gdbtrace.ui.tests/build.properties @@ -15,3 +15,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.ui/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace.ui/build.properties index 78303da981..d4c250f320 100644 --- a/lttng/org.eclipse.linuxtools.gdbtrace.ui/build.properties +++ b/lttng/org.eclipse.linuxtools.gdbtrace.ui/build.properties @@ -18,3 +18,4 @@ bin.includes = META-INF/,\ about.html,\ plugin.xml,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.gdbtrace/build.properties b/lttng/org.eclipse.linuxtools.gdbtrace/build.properties index 849046d1a8..c29450e523 100644 --- a/lttng/org.eclipse.linuxtools.gdbtrace/build.properties +++ b/lttng/org.eclipse.linuxtools.gdbtrace/build.properties @@ -15,3 +15,5 @@ bin.includes = feature.xml,\ epl-v10.html,\ license.html,\ p2.inf +src.includes = epl-v10.html,\ + license.html diff --git a/lttng/org.eclipse.linuxtools.lttng.help/build.properties b/lttng/org.eclipse.linuxtools.lttng.help/build.properties index 85090b70f2..b5da501cb9 100644 --- a/lttng/org.eclipse.linuxtools.lttng.help/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng.help/build.properties @@ -18,3 +18,4 @@ bin.includes = plugin.xml,\ doc/ jars.extra.classpath = platform:/plugin/org.eclipse.mylyn.wikitext.core,\ platform:/plugin/org.eclipse.mylyn.wikitext.mediawiki.core +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.lttng2.core.tests/about.html b/lttng/org.eclipse.linuxtools.lttng2.core.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/lttng/org.eclipse.linuxtools.lttng2.core.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/lttng/org.eclipse.linuxtools.lttng2.core.tests/build.properties b/lttng/org.eclipse.linuxtools.lttng2.core.tests/build.properties index 49db406512..f7a0b9854e 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.core.tests/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2.core.tests/build.properties @@ -15,3 +15,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.lttng2.core/build.properties b/lttng/org.eclipse.linuxtools.lttng2.core/build.properties index bb146cc6cc..ddfbe617f6 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.core/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2.core/build.properties @@ -16,3 +16,4 @@ bin.includes = META-INF/,\ .,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/about.html b/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.core.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/build.properties b/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/build.properties index e1ba85285d..f7a0b9854e 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.core.tests/build.properties @@ -14,4 +14,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.properties
\ No newline at end of file + plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.core/build.properties b/lttng/org.eclipse.linuxtools.lttng2.kernel.core/build.properties index bb146cc6cc..ddfbe617f6 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.kernel.core/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.core/build.properties @@ -16,3 +16,4 @@ bin.includes = META-INF/,\ .,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/about.html b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/build.properties b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/build.properties index 49db406512..f7a0b9854e 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/build.properties @@ -15,3 +15,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui/build.properties b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui/build.properties index c1298d801a..cb21f79b76 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui/build.properties @@ -18,3 +18,4 @@ bin.includes = META-INF/,\ icons/,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel/build.properties b/lttng/org.eclipse.linuxtools.lttng2.kernel/build.properties index 378fba9c6d..18d52e66f1 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.kernel/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2.kernel/build.properties @@ -15,3 +15,5 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf,\ license.html +src.includes = epl-v10.html,\ + license.html diff --git a/lttng/org.eclipse.linuxtools.lttng2.ui.tests/about.html b/lttng/org.eclipse.linuxtools.lttng2.ui.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/lttng/org.eclipse.linuxtools.lttng2.ui.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/lttng/org.eclipse.linuxtools.lttng2.ui.tests/build.properties b/lttng/org.eclipse.linuxtools.lttng2.ui.tests/build.properties index 94f016d812..370858e81e 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.ui.tests/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2.ui.tests/build.properties @@ -16,3 +16,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.lttng2.ui/build.properties b/lttng/org.eclipse.linuxtools.lttng2.ui/build.properties index c1298d801a..cb21f79b76 100644 --- a/lttng/org.eclipse.linuxtools.lttng2.ui/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2.ui/build.properties @@ -18,3 +18,4 @@ bin.includes = META-INF/,\ icons/,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.lttng2/build.properties b/lttng/org.eclipse.linuxtools.lttng2/build.properties index 7f981e42c1..3e3e40bc90 100644 --- a/lttng/org.eclipse.linuxtools.lttng2/build.properties +++ b/lttng/org.eclipse.linuxtools.lttng2/build.properties @@ -15,3 +15,5 @@ bin.includes = feature.xml,\ feature.properties,\ license.html,\ p2.inf +src.includes = epl-v10.html,\ + license.html diff --git a/lttng/org.eclipse.linuxtools.tmf.core.tests/about.html b/lttng/org.eclipse.linuxtools.tmf.core.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/lttng/org.eclipse.linuxtools.tmf.core.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/lttng/org.eclipse.linuxtools.tmf.core.tests/build.properties b/lttng/org.eclipse.linuxtools.tmf.core.tests/build.properties index ef261b0808..30e33a7a35 100644 --- a/lttng/org.eclipse.linuxtools.tmf.core.tests/build.properties +++ b/lttng/org.eclipse.linuxtools.tmf.core.tests/build.properties @@ -18,3 +18,4 @@ bin.includes = META-INF/,\ .,\ plugin.properties,\ testfiles/ +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.tmf.core/build.properties b/lttng/org.eclipse.linuxtools.tmf.core/build.properties index cee5d80e74..c1e39d950c 100644 --- a/lttng/org.eclipse.linuxtools.tmf.core/build.properties +++ b/lttng/org.eclipse.linuxtools.tmf.core/build.properties @@ -16,4 +16,5 @@ bin.includes = META-INF/,\ plugin.properties,\ about.html,\ . +src.includes = about.html
\ No newline at end of file diff --git a/lttng/org.eclipse.linuxtools.tmf.help/build.properties b/lttng/org.eclipse.linuxtools.tmf.help/build.properties index ab89c3d28e..4272eadfae 100644 --- a/lttng/org.eclipse.linuxtools.tmf.help/build.properties +++ b/lttng/org.eclipse.linuxtools.tmf.help/build.properties @@ -18,4 +18,5 @@ bin.includes = plugin.xml,\ doc/ jars.extra.classpath = platform:/plugin/org.eclipse.mylyn.wikitext.core,\ platform:/plugin/org.eclipse.mylyn.wikitext.mediawiki.core +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.tmf.ui.tests/about.html b/lttng/org.eclipse.linuxtools.tmf.ui.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/lttng/org.eclipse.linuxtools.tmf.ui.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/lttng/org.eclipse.linuxtools.tmf.ui.tests/build.properties b/lttng/org.eclipse.linuxtools.tmf.ui.tests/build.properties index 1b12d33848..96998eb454 100644 --- a/lttng/org.eclipse.linuxtools.tmf.ui.tests/build.properties +++ b/lttng/org.eclipse.linuxtools.tmf.ui.tests/build.properties @@ -17,3 +17,4 @@ bin.includes = META-INF/,\ .,\ plugin.properties,\ plugin.xml +src.includes = about.html diff --git a/lttng/org.eclipse.linuxtools.tmf.ui/build.properties b/lttng/org.eclipse.linuxtools.tmf.ui/build.properties index 2cde4f884f..0081f8f278 100644 --- a/lttng/org.eclipse.linuxtools.tmf.ui/build.properties +++ b/lttng/org.eclipse.linuxtools.tmf.ui/build.properties @@ -19,3 +19,5 @@ bin.includes = META-INF/,\ plugin.properties,\ plugin.xml,\ schema/ +src.includes = about.html,\ + schema/ diff --git a/lttng/org.eclipse.linuxtools.tmf/build.properties b/lttng/org.eclipse.linuxtools.tmf/build.properties index 378fba9c6d..18d52e66f1 100644 --- a/lttng/org.eclipse.linuxtools.tmf/build.properties +++ b/lttng/org.eclipse.linuxtools.tmf/build.properties @@ -15,3 +15,5 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf,\ license.html +src.includes = epl-v10.html,\ + license.html diff --git a/man/org.eclipse.linuxtools.man-feature/build.properties b/man/org.eclipse.linuxtools.man-feature/build.properties index d1e0d1bdf2..ac6773ef1b 100644 --- a/man/org.eclipse.linuxtools.man-feature/build.properties +++ b/man/org.eclipse.linuxtools.man-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ epl-v10.html,\ p2.inf,\ feature.properties +src.includes = epl-v10.html,\ + license.html diff --git a/man/org.eclipse.linuxtools.man.core/build.properties b/man/org.eclipse.linuxtools.man.core/build.properties index e0f3eb75d4..eeec554c8e 100644 --- a/man/org.eclipse.linuxtools.man.core/build.properties +++ b/man/org.eclipse.linuxtools.man.core/build.properties @@ -7,3 +7,4 @@ bin.includes = META-INF/,\ icons/,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/ +src.includes = about.html diff --git a/oprofile/org.eclipse.linuxtools.oprofile.core.tests/about.html b/oprofile/org.eclipse.linuxtools.oprofile.core.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/oprofile/org.eclipse.linuxtools.oprofile.core.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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.core.tests/build.properties b/oprofile/org.eclipse.linuxtools.oprofile.core.tests/build.properties index 4d5ef3776e..749c93d4b8 100644 --- a/oprofile/org.eclipse.linuxtools.oprofile.core.tests/build.properties +++ b/oprofile/org.eclipse.linuxtools.oprofile.core.tests/build.properties @@ -4,5 +4,6 @@ bin.includes = META-INF/,\ .,\ resources/,\ plugin.properties -src.includes = resources/ +src.includes = resources/,\ + about.html individualSourceBundles=true diff --git a/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/about.html b/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/oprofile/org.eclipse.linuxtools.oprofile.launch.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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.launch.tests/build.properties b/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/build.properties index 6c0d5d7e76..e25fc8d734 100644 --- a/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/build.properties +++ b/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/build.properties @@ -4,5 +4,6 @@ bin.includes = META-INF/,\ .,\ plugin.properties,\ resources/ -src.includes = resources/ +src.includes = resources/,\ + about.html individualSourceBundles=true diff --git a/oprofile/org.eclipse.linuxtools.oprofile.ui.tests/about.html b/oprofile/org.eclipse.linuxtools.oprofile.ui.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/oprofile/org.eclipse.linuxtools.oprofile.ui.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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.ui.tests/build.properties b/oprofile/org.eclipse.linuxtools.oprofile.ui.tests/build.properties index f08d16ea44..0e7ce4c29e 100644 --- a/oprofile/org.eclipse.linuxtools.oprofile.ui.tests/build.properties +++ b/oprofile/org.eclipse.linuxtools.oprofile.ui.tests/build.properties @@ -4,3 +4,4 @@ bin.includes = META-INF/,\ .,\ plugin.properties individualSourceBundles=true +src.includes = about.html diff --git a/perf/org.eclipse.linuxtools.perf.tests/build.properties b/perf/org.eclipse.linuxtools.perf.tests/build.properties index 4234661a3f..7e5d0bfb1b 100644 --- a/perf/org.eclipse.linuxtools.perf.tests/build.properties +++ b/perf/org.eclipse.linuxtools.perf.tests/build.properties @@ -6,3 +6,4 @@ bin.includes = META-INF/,\ resources/,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/ +src.includes = about.html diff --git a/profiling/org.eclipse.linuxtools.binutils/build.properties b/profiling/org.eclipse.linuxtools.binutils/build.properties index 56e098d1f0..9764f245e7 100644 --- a/profiling/org.eclipse.linuxtools.binutils/build.properties +++ b/profiling/org.eclipse.linuxtools.binutils/build.properties @@ -6,4 +6,5 @@ bin.includes = META-INF/,\ icons/,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/profiling/org.eclipse.linuxtools.dataviewers-feature/build.properties b/profiling/org.eclipse.linuxtools.dataviewers-feature/build.properties index 3fd2f77756..3c0771a975 100644 --- a/profiling/org.eclipse.linuxtools.dataviewers-feature/build.properties +++ b/profiling/org.eclipse.linuxtools.dataviewers-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ epl-v10.html,\ p2.inf,\ license.html +src.includes = license.html,\ + epl-v10.html diff --git a/profiling/org.eclipse.linuxtools.dataviewers.annotatedsourceeditor/build.properties b/profiling/org.eclipse.linuxtools.dataviewers.annotatedsourceeditor/build.properties index d9e236776e..be386c01d7 100644 --- a/profiling/org.eclipse.linuxtools.dataviewers.annotatedsourceeditor/build.properties +++ b/profiling/org.eclipse.linuxtools.dataviewers.annotatedsourceeditor/build.properties @@ -6,3 +6,4 @@ bin.includes = .,\ plugin.xml,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/profiling/org.eclipse.linuxtools.dataviewers.charts/build.properties b/profiling/org.eclipse.linuxtools.dataviewers.charts/build.properties index d9e236776e..be386c01d7 100755 --- a/profiling/org.eclipse.linuxtools.dataviewers.charts/build.properties +++ b/profiling/org.eclipse.linuxtools.dataviewers.charts/build.properties @@ -6,3 +6,4 @@ bin.includes = .,\ plugin.xml,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/profiling/org.eclipse.linuxtools.dataviewers.piechart/build.properties b/profiling/org.eclipse.linuxtools.dataviewers.piechart/build.properties index d944674ba0..cdd2db7f1f 100644 --- a/profiling/org.eclipse.linuxtools.dataviewers.piechart/build.properties +++ b/profiling/org.eclipse.linuxtools.dataviewers.piechart/build.properties @@ -4,3 +4,4 @@ bin.includes = META-INF/,\ .,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/profiling/org.eclipse.linuxtools.dataviewers/build.properties b/profiling/org.eclipse.linuxtools.dataviewers/build.properties index dfd39dd14c..3040ed560a 100644 --- a/profiling/org.eclipse.linuxtools.dataviewers/build.properties +++ b/profiling/org.eclipse.linuxtools.dataviewers/build.properties @@ -1,7 +1,8 @@ source.. = src/ output.. = bin/ src.includes = doc/,\ - icons/ + icons/,\ + about.html bin.includes = .,\ icons/,\ plugin.properties,\ diff --git a/profiling/org.eclipse.linuxtools.profiling-feature/build.properties b/profiling/org.eclipse.linuxtools.profiling-feature/build.properties index 3fd2f77756..619c7032f1 100644 --- a/profiling/org.eclipse.linuxtools.profiling-feature/build.properties +++ b/profiling/org.eclipse.linuxtools.profiling-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ epl-v10.html,\ p2.inf,\ license.html +src.includes = epl-v10.html,\ + license.html diff --git a/profiling/org.eclipse.linuxtools.profiling.remote-feature/build.properties b/profiling/org.eclipse.linuxtools.profiling.remote-feature/build.properties index 26deb27cb4..75dfd24864 100644 --- a/profiling/org.eclipse.linuxtools.profiling.remote-feature/build.properties +++ b/profiling/org.eclipse.linuxtools.profiling.remote-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf,\ epl-v10.html +src.includes = license.html,\ + epl-v10.html diff --git a/profiling/org.eclipse.linuxtools.rdt.proxy/about.html b/profiling/org.eclipse.linuxtools.rdt.proxy/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/profiling/org.eclipse.linuxtools.rdt.proxy/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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/profiling/org.eclipse.linuxtools.rdt.proxy/build.properties b/profiling/org.eclipse.linuxtools.rdt.proxy/build.properties index 7b17480348..ed1dfbad9e 100644 --- a/profiling/org.eclipse.linuxtools.rdt.proxy/build.properties +++ b/profiling/org.eclipse.linuxtools.rdt.proxy/build.properties @@ -4,3 +4,4 @@ bin.includes = plugin.xml,\ META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/profiling/org.eclipse.linuxtools.ssh.proxy/build.properties b/profiling/org.eclipse.linuxtools.ssh.proxy/build.properties index b86f981d48..d38512ba86 100644 --- a/profiling/org.eclipse.linuxtools.ssh.proxy/build.properties +++ b/profiling/org.eclipse.linuxtools.ssh.proxy/build.properties @@ -5,3 +5,4 @@ bin.includes = plugin.xml,\ META-INF/,\ .,\ about.html +src.includes = about.html diff --git a/profiling/org.eclipse.linuxtools.tools.launch-feature/build.properties b/profiling/org.eclipse.linuxtools.tools.launch-feature/build.properties index 3fd2f77756..3c0771a975 100644 --- a/profiling/org.eclipse.linuxtools.tools.launch-feature/build.properties +++ b/profiling/org.eclipse.linuxtools.tools.launch-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ epl-v10.html,\ p2.inf,\ license.html +src.includes = license.html,\ + epl-v10.html diff --git a/profiling/org.eclipse.linuxtools.tools.launch.core/build.properties b/profiling/org.eclipse.linuxtools.tools.launch.core/build.properties index 760141be31..1a93d256f6 100644 --- a/profiling/org.eclipse.linuxtools.tools.launch.core/build.properties +++ b/profiling/org.eclipse.linuxtools.tools.launch.core/build.properties @@ -6,3 +6,5 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ schema/ +src.includes = about.html,\ + schema/ diff --git a/profiling/org.eclipse.linuxtools.tools.launch.ui/build.properties b/profiling/org.eclipse.linuxtools.tools.launch.ui/build.properties index d324832f0d..6170631293 100644 --- a/profiling/org.eclipse.linuxtools.tools.launch.ui/build.properties +++ b/profiling/org.eclipse.linuxtools.tools.launch.ui/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml, \ - plugin.properties
\ No newline at end of file + plugin.properties +src.includes = about.html diff --git a/rpm/org.eclipse.linuxtools.rpm.core.tests/about.html b/rpm/org.eclipse.linuxtools.rpm.core.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/rpm/org.eclipse.linuxtools.rpm.core.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties b/rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties index 338e0a8e62..2954494397 100644 --- a/rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties +++ b/rpm/org.eclipse.linuxtools.rpm.core.tests/build.properties @@ -16,4 +16,5 @@ bin.includes = .,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/ src.includes = ChangeLog,\ - resources/ + resources/,\ + about.html diff --git a/rpm/org.eclipse.linuxtools.rpm.core/build.properties b/rpm/org.eclipse.linuxtools.rpm.core/build.properties index 3a7922d78f..87005ca728 100644 --- a/rpm/org.eclipse.linuxtools.rpm.core/build.properties +++ b/rpm/org.eclipse.linuxtools.rpm.core/build.properties @@ -16,3 +16,4 @@ bin.includes = plugin.xml,\ META-INF/,\ plugin.properties,\ epl-v10.html +src.includes = about.html diff --git a/rpm/org.eclipse.linuxtools.rpm.rpmlint/build.properties b/rpm/org.eclipse.linuxtools.rpm.rpmlint/build.properties index 544a57867c..97023ffbd2 100644 --- a/rpm/org.eclipse.linuxtools.rpm.rpmlint/build.properties +++ b/rpm/org.eclipse.linuxtools.rpm.rpmlint/build.properties @@ -5,3 +5,4 @@ bin.includes = plugin.xml,\ .,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/build.properties b/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/build.properties index bb8492fa12..3da3f27ec7 100644 --- a/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/build.properties +++ b/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/build.properties @@ -18,3 +18,4 @@ bin.includes = plugin.xml,\ Linux_Tools_Project/,\ images/,\ toc-doc.xml +src.includes = about.html diff --git a/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/about.html b/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/rpm/org.eclipse.linuxtools.rpm.ui.editor.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/build.properties b/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/build.properties index aa1a008269..a14146d25c 100644 --- a/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/build.properties +++ b/rpm/org.eclipse.linuxtools.rpm.ui.editor.tests/build.properties @@ -3,3 +3,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/rpm/org.eclipse.linuxtools.rpm.ui.editor/build.properties b/rpm/org.eclipse.linuxtools.rpm.ui.editor/build.properties index 51d1166029..4159112bea 100644 --- a/rpm/org.eclipse.linuxtools.rpm.ui.editor/build.properties +++ b/rpm/org.eclipse.linuxtools.rpm.ui.editor/build.properties @@ -17,3 +17,4 @@ bin.includes = plugin.xml,\ templates/,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/rpm/org.eclipse.linuxtools.rpm.ui/build.properties b/rpm/org.eclipse.linuxtools.rpm.ui/build.properties index 0d947546fc..366a108e36 100644 --- a/rpm/org.eclipse.linuxtools.rpm.ui/build.properties +++ b/rpm/org.eclipse.linuxtools.rpm.ui/build.properties @@ -17,4 +17,5 @@ bin.includes = plugin.xml,\ META-INF/,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/ +src.includes = about.html diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/build.properties b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/build.properties index 26deb27cb4..75dfd24864 100644 --- a/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/build.properties +++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf,\ epl-v10.html +src.includes = license.html,\ + epl-v10.html diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby/about.html b/rpmstubby/org.eclipse.linuxtools.rpmstubby/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/rpmstubby/org.eclipse.linuxtools.rpmstubby/build.properties b/rpmstubby/org.eclipse.linuxtools.rpmstubby/build.properties index 1f73d97450..59d4f5c5bf 100644 --- a/rpmstubby/org.eclipse.linuxtools.rpmstubby/build.properties +++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/build.properties @@ -14,3 +14,4 @@ bin.includes = plugin.xml,\ META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.callgraph-feature/build.properties b/systemtap/org.eclipse.linuxtools.callgraph-feature/build.properties index 3fd2f77756..3c0771a975 100644 --- a/systemtap/org.eclipse.linuxtools.callgraph-feature/build.properties +++ b/systemtap/org.eclipse.linuxtools.callgraph-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ epl-v10.html,\ p2.inf,\ license.html +src.includes = license.html,\ + epl-v10.html diff --git a/systemtap/org.eclipse.linuxtools.callgraph.core/build.properties b/systemtap/org.eclipse.linuxtools.callgraph.core/build.properties index b55ab26674..0f9b8fab66 100644 --- a/systemtap/org.eclipse.linuxtools.callgraph.core/build.properties +++ b/systemtap/org.eclipse.linuxtools.callgraph.core/build.properties @@ -21,6 +21,8 @@ bin.includes = META-INF/,\ icons/,\ errors.prop,\ plugin.properties +src.includes = about.html,\ + schema/ diff --git a/systemtap/org.eclipse.linuxtools.callgraph.docs/build.properties b/systemtap/org.eclipse.linuxtools.callgraph.docs/build.properties index a96c4f29df..796871a566 100644 --- a/systemtap/org.eclipse.linuxtools.callgraph.docs/build.properties +++ b/systemtap/org.eclipse.linuxtools.callgraph.docs/build.properties @@ -7,3 +7,4 @@ bin.includes = META-INF/,\ Linux_Tools_Project/,\ images/,\ book.css +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/about.html b/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/systemtap/org.eclipse.linuxtools.callgraph.launch.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/build.properties b/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/build.properties index b9dbfcb0fd..2d6b2f87da 100644 --- a/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/build.properties +++ b/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/build.properties @@ -16,3 +16,4 @@ bin.includes = META-INF/,\ resources/,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/ +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.callgraph.launch/build.properties b/systemtap/org.eclipse.linuxtools.callgraph.launch/build.properties index 1ef19a8878..30614c7199 100644 --- a/systemtap/org.eclipse.linuxtools.callgraph.launch/build.properties +++ b/systemtap/org.eclipse.linuxtools.callgraph.launch/build.properties @@ -16,3 +16,4 @@ bin.includes = plugin.xml,\ .,\ about.html,\ icons/ +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.callgraph.tests/about.html b/systemtap/org.eclipse.linuxtools.callgraph.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/systemtap/org.eclipse.linuxtools.callgraph.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/systemtap/org.eclipse.linuxtools.callgraph.tests/build.properties b/systemtap/org.eclipse.linuxtools.callgraph.tests/build.properties index 314f885d24..374d499f66 100644 --- a/systemtap/org.eclipse.linuxtools.callgraph.tests/build.properties +++ b/systemtap/org.eclipse.linuxtools.callgraph.tests/build.properties @@ -11,3 +11,4 @@ bin.includes = META-INF/,\ main.graph,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/ +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.callgraph/build.properties b/systemtap/org.eclipse.linuxtools.callgraph/build.properties index 5edbf80b97..5a8c2d8267 100644 --- a/systemtap/org.eclipse.linuxtools.callgraph/build.properties +++ b/systemtap/org.eclipse.linuxtools.callgraph/build.properties @@ -16,3 +16,4 @@ bin.includes = plugin.xml,\ icons/,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap-feature/build.properties b/systemtap/org.eclipse.linuxtools.systemtap-feature/build.properties index b78441c98a..d6a10a719f 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap-feature/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap-feature/build.properties @@ -3,4 +3,6 @@ bin.includes = feature.xml,\ epl-v10.html,\ p2.inf,\ license.html +src.includes = epl-v10.html,\ + license.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core.tests/about.html b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core.tests/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core.tests/build.properties index aa1a008269..a14146d25c 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core.tests/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core.tests/build.properties @@ -3,3 +3,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core/build.properties index eaa54463cd..c182bc1e8e 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.core/build.properties @@ -5,3 +5,4 @@ bin.includes = META-INF/,\ src/,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/build.properties index b418be782e..73aa75ee2a 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/build.properties @@ -6,3 +6,4 @@ bin.includes = plugin.xml,\ icons/,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/about.html b/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/systemtap/org.eclipse.linuxtools.systemtap.structures.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/build.properties index 34d2e4d2da..774eb14393 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/build.properties @@ -2,3 +2,4 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ . +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.structures/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.structures/build.properties index 3297579ee3..df8e93d002 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.structures/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.structures/build.properties @@ -6,3 +6,4 @@ bin.includes = META-INF/,\ plugin.xml,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/about.html b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/build.properties index aa1a008269..a14146d25c 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/build.properties @@ -3,3 +3,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/build.properties index 24d99ddcb2..4d5ece26df 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/build.properties @@ -7,3 +7,4 @@ bin.includes = plugin.xml,\ plugin.properties,\ about.html,\ .classpath +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.doc/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.doc/build.properties index 52aae96f13..8e80b000ff 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.doc/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.doc/build.properties @@ -7,4 +7,5 @@ bin.includes = plugin.properties,\ images/,\ toc-doc.xml,\ book.css +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/build.properties index 4a9177f64d..ac03204b5b 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.editor/build.properties @@ -6,3 +6,4 @@ bin.includes = plugin.xml,\ .,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing/build.properties index 74f4c7d7af..7b97eb1d17 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.graphing/build.properties @@ -6,3 +6,4 @@ bin.includes = plugin.xml,\ icons/,\ about.html,\ plugin.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/about.html b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/about.html new file mode 100644 index 0000000000..c258ef55d8 --- /dev/null +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.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 ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). 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, "Program" 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 ("Redistributor") 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/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/build.properties index 34d2e4d2da..774eb14393 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/build.properties @@ -2,3 +2,4 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ . +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/build.properties index d0d6e9dc59..234659befd 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/build.properties @@ -7,3 +7,4 @@ bin.includes = plugin.xml,\ about.html,\ plugin.properties,\ completion/ +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/build.properties index 9280e2fd64..42dc531275 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.systemtapgui/build.properties @@ -6,3 +6,4 @@ bin.includes = plugin.xml,\ about.html,\ plugin.properties,\ build.properties +src.includes = about.html diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.tests/build.properties b/systemtap/org.eclipse.linuxtools.systemtap.ui.tests/build.properties index 1c8ddd3eab..75bd79ed99 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.tests/build.properties +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.tests/build.properties @@ -5,4 +5,5 @@ bin.includes = META-INF/,\ jars.compile.order = . source.. = src/ output.. = bin/ +src.includes = about.html diff --git a/valgrind/org.eclipse.linuxtools.valgrind-feature/build.properties b/valgrind/org.eclipse.linuxtools.valgrind-feature/build.properties index 3fd2f77756..619c7032f1 100644 --- a/valgrind/org.eclipse.linuxtools.valgrind-feature/build.properties +++ b/valgrind/org.eclipse.linuxtools.valgrind-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ epl-v10.html,\ p2.inf,\ license.html +src.includes = epl-v10.html,\ + license.html diff --git a/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/build.properties b/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/build.properties index 26deb27cb4..75dfd24864 100644 --- a/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/build.properties +++ b/valgrind/org.eclipse.linuxtools.valgrind.remote-feature/build.properties @@ -3,3 +3,5 @@ bin.includes = feature.xml,\ feature.properties,\ p2.inf,\ epl-v10.html +src.includes = license.html,\ + epl-v10.html diff --git a/valgrind/org.eclipse.linuxtools.valgrind.ui/build.properties b/valgrind/org.eclipse.linuxtools.valgrind.ui/build.properties index 39a02cf131..fcc4826a1a 100644 --- a/valgrind/org.eclipse.linuxtools.valgrind.ui/build.properties +++ b/valgrind/org.eclipse.linuxtools.valgrind.ui/build.properties @@ -7,4 +7,5 @@ bin.includes = META-INF/,\ about.html,\ icons/ bin.excludes = icons/source/ -src.includes = about.html +src.includes = about.html,\ + schema/ |