diff options
author | slewis | 2014-05-01 17:16:38 +0000 |
---|---|---|
committer | slewis | 2014-05-01 17:16:38 +0000 |
commit | 064b4a8f554de33739c995ed880914f8ce5a7dd3 (patch) | |
tree | 1b88be14f47615bf1948c069da0a0531d44cc90c | |
parent | d1591f671ec016071c4e2b4f6df7a2af553a9eac (diff) | |
download | org.eclipse.ecf-064b4a8f554de33739c995ed880914f8ce5a7dd3.tar.gz org.eclipse.ecf-064b4a8f554de33739c995ed880914f8ce5a7dd3.tar.xz org.eclipse.ecf-064b4a8f554de33739c995ed880914f8ce5a7dd3.zip |
Fix for missing about.html in
http://build.eclipse.org/simrel/luna/reporeports/reports/layoutCheck.txt
Change-Id: Ifa7a40dd6dd77ee653ba7da4ef786ae622a9492d
24 files changed, 377 insertions, 17 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.async/about.html b/examples/bundles/com.mycorp.examples.timeservice.async/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.async/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.async/build.properties b/examples/bundles/com.mycorp.examples.timeservice.async/build.properties index 34d2e4d2d..9cbab3c13 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.async/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.async/build.properties @@ -1,4 +1,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + about.html +src.includes = about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/about.html b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/build.properties b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/build.properties index 931756a21..529e35c21 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/build.properties @@ -3,6 +3,8 @@ bin.includes = META-INF/,\ .,\ OSGI-INF/timeservicecomponentasync.xml,\ OSGI-INF/,\ - launch/ + launch/,\ + about.html source.. = src/ -src.includes = launch/ +src.includes = launch/,\ + about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/about.html b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/build.properties b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/build.properties index 1ddc70b10..ae221b989 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/build.properties @@ -3,6 +3,8 @@ bin.includes = META-INF/,\ .,\ OSGI-INF/timeservicecomponent.xml,\ OSGI-INF/,\ - launch/ + launch/,\ + about.html source.. = src/ -src.includes = launch/ +src.includes = launch/,\ + about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/about.html b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/build.properties b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/build.properties index 8accc557b..7442499c4 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/build.properties @@ -2,5 +2,7 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - timeservicerestendpointdescription.xml -src.includes = timeservicerestendpointdescription.xml + timeservicerestendpointdescription.xml,\ + about.html +src.includes = timeservicerestendpointdescription.xml,\ + about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rosgi/about.html b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rosgi/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rosgi/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rosgi/build.properties b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rosgi/build.properties index 24e86ec65..32954c6dd 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rosgi/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rosgi/build.properties @@ -2,4 +2,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - timeservicerestendpointdescription.xml + timeservicerestendpointdescription.xml,\ + about.html +src.includes = about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/about.html b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/build.properties b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/build.properties index 1aa9b79ee..42b1d7f7b 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/build.properties @@ -2,5 +2,7 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - timeserviceendpointdescription.xml -src.includes = timeserviceendpointdescription.xml + timeserviceendpointdescription.xml,\ + about.html +src.includes = timeserviceendpointdescription.xml,\ + about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer/about.html b/examples/bundles/com.mycorp.examples.timeservice.consumer/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer/build.properties b/examples/bundles/com.mycorp.examples.timeservice.consumer/build.properties index 34d2e4d2d..9cbab3c13 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.consumer/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.consumer/build.properties @@ -1,4 +1,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + about.html +src.includes = about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/about.html b/examples/bundles/com.mycorp.examples.timeservice.host/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.host/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/build.properties b/examples/bundles/com.mycorp.examples.timeservice.host/build.properties index d24b1491e..621e99db1 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.host/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.host/build.properties @@ -2,5 +2,7 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - launch/ -src.includes = launch/ + launch/,\ + about.html +src.includes = launch/,\ + about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.common/about.html b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.common/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.common/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.common/build.properties b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.common/build.properties index e9863e281..e5a949cc4 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.common/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.common/build.properties @@ -2,4 +2,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + about.html +src.includes = about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/about.html b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/build.properties b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/build.properties index e9863e281..e5a949cc4 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/build.properties @@ -2,4 +2,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + about.html +src.includes = about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/about.html b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/build.properties b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/build.properties index dfc69c3d5..20ce1e84c 100644 --- a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/build.properties @@ -3,5 +3,7 @@ bin.includes = META-INF/,\ .,\ OSGI-INF/httpservicecomponent.xml,\ OSGI-INF/,\ - plugin.xml + plugin.xml,\ + about.html source.. = src/ +src.includes = about.html diff --git a/examples/bundles/com.mycorp.examples.timeservice/about.html b/examples/bundles/com.mycorp.examples.timeservice/about.html new file mode 100644 index 000000000..4c79781a5 --- /dev/null +++ b/examples/bundles/com.mycorp.examples.timeservice/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 25, 2008</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</a>.</p> + +</body> +</html>
\ No newline at end of file diff --git a/examples/bundles/com.mycorp.examples.timeservice/build.properties b/examples/bundles/com.mycorp.examples.timeservice/build.properties index 34d2e4d2d..9cbab3c13 100644 --- a/examples/bundles/com.mycorp.examples.timeservice/build.properties +++ b/examples/bundles/com.mycorp.examples.timeservice/build.properties @@ -1,4 +1,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + about.html +src.includes = about.html |