| author | pschonbac | 2009-06-08 04:48:52 (EDT) |
|---|---|---|
| committer | sefftinge | 2009-06-08 04:48:52 (EDT) |
| commit | f4b291ad6cf323e9e840387f4256e2df1ed9b090 (patch) (side-by-side diff) | |
| tree | e2ef7e39a03242d22af99e3a069f69380d69d7be | |
| parent | 41541224d56eba78875cf1637d6c8632df51bd3e (diff) | |
| download | org.eclipse.xtext-f4b291ad6cf323e9e840387f4256e2df1ed9b090.zip org.eclipse.xtext-f4b291ad6cf323e9e840387f4256e2df1ed9b090.tar.gz org.eclipse.xtext-f4b291ad6cf323e9e840387f4256e2df1ed9b090.tar.bz2 | |
about.html files added
38 files changed, 570 insertions, 19 deletions
diff --git a/devtools/org.eclipse.xtext.reference.ui/about.html b/devtools/org.eclipse.xtext.reference.ui/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/devtools/org.eclipse.xtext.reference.ui/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</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/devtools/org.eclipse.xtext.reference.ui/build.properties b/devtools/org.eclipse.xtext.reference.ui/build.properties index c1b6703..609112f 100644 --- a/devtools/org.eclipse.xtext.reference.ui/build.properties +++ b/devtools/org.eclipse.xtext.reference.ui/build.properties @@ -3,4 +3,5 @@ output.. = bin/ bin.includes = META-INF/,\ plugin.xml,\ .,\ - icons/ + icons/,\ + about.html diff --git a/devtools/org.eclipse.xtext.reference/about.html b/devtools/org.eclipse.xtext.reference/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/devtools/org.eclipse.xtext.reference/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</p> +<h3>License</h3> + +<p>The Eclipse Foundation makes available all content in this plug-in ("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/devtools/org.eclipse.xtext.reference/build.properties b/devtools/org.eclipse.xtext.reference/build.properties index c948997..593d699 100644 --- a/devtools/org.eclipse.xtext.reference/build.properties +++ b/devtools/org.eclipse.xtext.reference/build.properties @@ -3,4 +3,5 @@ source.. = src/,\ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + about.html diff --git a/examples/org.eclipse.xtext.example.domainmodel.ui/about.html b/examples/org.eclipse.xtext.example.domainmodel.ui/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/examples/org.eclipse.xtext.example.domainmodel.ui/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</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/examples/org.eclipse.xtext.example.domainmodel.ui/build.properties b/examples/org.eclipse.xtext.example.domainmodel.ui/build.properties index 130b3d0..a77a836 100644 --- a/examples/org.eclipse.xtext.example.domainmodel.ui/build.properties +++ b/examples/org.eclipse.xtext.example.domainmodel.ui/build.properties @@ -2,4 +2,5 @@ source.. = src/,src-gen/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - icons/ + icons/,\ + about.html diff --git a/examples/org.eclipse.xtext.example.domainmodel/about.html b/examples/org.eclipse.xtext.example.domainmodel/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/examples/org.eclipse.xtext.example.domainmodel/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</p> +<h3>License</h3> + +<p>The Eclipse Foundation makes available all content in this plug-in ("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/examples/org.eclipse.xtext.example.domainmodel/build.properties b/examples/org.eclipse.xtext.example.domainmodel/build.properties index ab0871c..e07aa11 100644 --- a/examples/org.eclipse.xtext.example.domainmodel/build.properties +++ b/examples/org.eclipse.xtext.example.domainmodel/build.properties @@ -1,4 +1,5 @@ source.. = src/,src-gen/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + about.html diff --git a/examples/org.eclipse.xtext.example.ecoredsl.ui/about.html b/examples/org.eclipse.xtext.example.ecoredsl.ui/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/examples/org.eclipse.xtext.example.ecoredsl.ui/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</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/examples/org.eclipse.xtext.example.ecoredsl.ui/build.properties b/examples/org.eclipse.xtext.example.ecoredsl.ui/build.properties index b4c28ad..6beed05 100644 --- a/examples/org.eclipse.xtext.example.ecoredsl.ui/build.properties +++ b/examples/org.eclipse.xtext.example.ecoredsl.ui/build.properties @@ -5,4 +5,5 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ icons/,\ - templates/ + templates/,\ + about.html diff --git a/examples/org.eclipse.xtext.example.ecoredsl/about.html b/examples/org.eclipse.xtext.example.ecoredsl/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/examples/org.eclipse.xtext.example.ecoredsl/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</p> +<h3>License</h3> + +<p>The Eclipse Foundation makes available all content in this plug-in ("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/examples/org.eclipse.xtext.example.ecoredsl/build.properties b/examples/org.eclipse.xtext.example.ecoredsl/build.properties index 43a9292..e9f57d4 100644 --- a/examples/org.eclipse.xtext.example.ecoredsl/build.properties +++ b/examples/org.eclipse.xtext.example.ecoredsl/build.properties @@ -2,4 +2,5 @@ source.. = src/,\ src-gen/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + about.html diff --git a/examples/org.eclipse.xtext.example.fowlerdsl.ui/about.html b/examples/org.eclipse.xtext.example.fowlerdsl.ui/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/examples/org.eclipse.xtext.example.fowlerdsl.ui/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</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/examples/org.eclipse.xtext.example.fowlerdsl.ui/build.properties b/examples/org.eclipse.xtext.example.fowlerdsl.ui/build.properties index b4c28ad..6beed05 100644 --- a/examples/org.eclipse.xtext.example.fowlerdsl.ui/build.properties +++ b/examples/org.eclipse.xtext.example.fowlerdsl.ui/build.properties @@ -5,4 +5,5 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ icons/,\ - templates/ + templates/,\ + about.html diff --git a/examples/org.eclipse.xtext.example.fowlerdsl/about.html b/examples/org.eclipse.xtext.example.fowlerdsl/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/examples/org.eclipse.xtext.example.fowlerdsl/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</p> +<h3>License</h3> + +<p>The Eclipse Foundation makes available all content in this plug-in ("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/examples/org.eclipse.xtext.example.fowlerdsl/build.properties b/examples/org.eclipse.xtext.example.fowlerdsl/build.properties index c948997..593d699 100644 --- a/examples/org.eclipse.xtext.example.fowlerdsl/build.properties +++ b/examples/org.eclipse.xtext.example.fowlerdsl/build.properties @@ -3,4 +3,5 @@ source.. = src/,\ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + about.html diff --git a/plugins/org.eclipse.emf.index.ui/about.html b/plugins/org.eclipse.emf.index.ui/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/plugins/org.eclipse.emf.index.ui/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</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/plugins/org.eclipse.emf.index.ui/build.properties b/plugins/org.eclipse.emf.index.ui/build.properties index e9863e2..786b1df 100644 --- a/plugins/org.eclipse.emf.index.ui/build.properties +++ b/plugins/org.eclipse.emf.index.ui/build.properties @@ -2,4 +2,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + about.html diff --git a/plugins/org.eclipse.emf.index/about.html b/plugins/org.eclipse.emf.index/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/plugins/org.eclipse.emf.index/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</p> +<h3>License</h3> + +<p>The Eclipse Foundation makes available all content in this plug-in ("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/plugins/org.eclipse.emf.index/build.properties b/plugins/org.eclipse.emf.index/build.properties index 34d2e4d..17daa5b 100644 --- a/plugins/org.eclipse.emf.index/build.properties +++ b/plugins/org.eclipse.emf.index/build.properties @@ -1,4 +1,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + about.html diff --git a/plugins/org.eclipse.xtext.log4j/about.html b/plugins/org.eclipse.xtext.log4j/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/plugins/org.eclipse.xtext.log4j/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</p> +<h3>License</h3> + +<p>The Eclipse Foundation makes available all content in this plug-in ("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/plugins/org.eclipse.xtext.log4j/build.properties b/plugins/org.eclipse.xtext.log4j/build.properties index 670342d..c3a2592 100644 --- a/plugins/org.eclipse.xtext.log4j/build.properties +++ b/plugins/org.eclipse.xtext.log4j/build.properties @@ -1,5 +1,6 @@ source.. = . output.. = . bin.includes = META-INF/,\ - org/ + org/,\ + about.html diff --git a/plugins/org.eclipse.xtext.ui.common/about.html b/plugins/org.eclipse.xtext.ui.common/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/plugins/org.eclipse.xtext.ui.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 5, 2007</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/plugins/org.eclipse.xtext.ui.common/build.properties b/plugins/org.eclipse.xtext.ui.common/build.properties index 230dd9c..df9a2a2 100644 --- a/plugins/org.eclipse.xtext.ui.common/build.properties +++ b/plugins/org.eclipse.xtext.ui.common/build.properties @@ -5,4 +5,5 @@ bin.includes = META-INF/,\ .,\ plugin.properties,\ icons/,\ - plugin.xml + plugin.xml,\ + about.html diff --git a/plugins/org.eclipse.xtext.ui.core/about.html b/plugins/org.eclipse.xtext.ui.core/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/plugins/org.eclipse.xtext.ui.core/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</p> +<h3>License</h3> + +<p>The Eclipse Foundation makes available all content in this plug-in ("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/plugins/org.eclipse.xtext.ui.core/build.properties b/plugins/org.eclipse.xtext.ui.core/build.properties index 4f80778..c371512 100644 --- a/plugins/org.eclipse.xtext.ui.core/build.properties +++ b/plugins/org.eclipse.xtext.ui.core/build.properties @@ -3,5 +3,6 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ plugin.properties,\ - icons/ + icons/,\ + about.html src.includes = src/ diff --git a/plugins/org.eclipse.xtext.xtend/about.html b/plugins/org.eclipse.xtext.xtend/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/plugins/org.eclipse.xtext.xtend/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> +<title>About</title> +</head> +<body lang="EN-US"> +<h2>About This Content</h2> + +<p>June 5, 2007</p> +<h3>License</h3> + +<p>The Eclipse Foundation makes available all content in this plug-in ("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/plugins/org.eclipse.xtext.xtend/build.properties b/plugins/org.eclipse.xtext.xtend/build.properties index 34d2e4d..17daa5b 100644 --- a/plugins/org.eclipse.xtext.xtend/build.properties +++ b/plugins/org.eclipse.xtext.xtend/build.properties @@ -1,4 +1,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + about.html diff --git a/tests/org.eclipse.emf.index.tests/about.html b/tests/org.eclipse.emf.index.tests/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/tests/org.eclipse.emf.index.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, 2007</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/tests/org.eclipse.emf.index.tests/build.properties b/tests/org.eclipse.emf.index.tests/build.properties index 34d2e4d..17daa5b 100644 --- a/tests/org.eclipse.emf.index.tests/build.properties +++ b/tests/org.eclipse.emf.index.tests/build.properties @@ -1,4 +1,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + about.html diff --git a/tests/org.eclipse.xtext.generator.tests/about.html b/tests/org.eclipse.xtext.generator.tests/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/tests/org.eclipse.xtext.generator.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, 2007</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/tests/org.eclipse.xtext.generator.tests/build.properties b/tests/org.eclipse.xtext.generator.tests/build.properties index 10d7c6c..259ff10 100644 --- a/tests/org.eclipse.xtext.generator.tests/build.properties +++ b/tests/org.eclipse.xtext.generator.tests/build.properties @@ -6,5 +6,6 @@ bin.includes = META-INF/,\ .,\ test.xml,\ lib/simple.jar,\ - plugin.xml + plugin.xml,\ + about.html diff --git a/tests/org.eclipse.xtext.ui.core.tests/about.html b/tests/org.eclipse.xtext.ui.core.tests/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/tests/org.eclipse.xtext.ui.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, 2007</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/tests/org.eclipse.xtext.ui.core.tests/build.properties b/tests/org.eclipse.xtext.ui.core.tests/build.properties index a4cf2bb..c628a5c 100644 --- a/tests/org.eclipse.xtext.ui.core.tests/build.properties +++ b/tests/org.eclipse.xtext.ui.core.tests/build.properties @@ -2,5 +2,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - test.xml + test.xml,\ + about.html diff --git a/tests/org.eclipse.xtext.ui.integration.tests/about.html b/tests/org.eclipse.xtext.ui.integration.tests/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/tests/org.eclipse.xtext.ui.integration.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, 2007</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/tests/org.eclipse.xtext.ui.integration.tests/build.properties b/tests/org.eclipse.xtext.ui.integration.tests/build.properties index 2f6fbbf..07c8d1f 100644 --- a/tests/org.eclipse.xtext.ui.integration.tests/build.properties +++ b/tests/org.eclipse.xtext.ui.integration.tests/build.properties @@ -3,5 +3,6 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xmltemp,\ - testfiles/ + testfiles/,\ + about.html diff --git a/tests/org.eclipse.xtext.xtend.tests/about.html b/tests/org.eclipse.xtext.xtend.tests/about.html new file mode 100644 index 0000000..1b8f940 --- a/dev/null +++ b/tests/org.eclipse.xtext.xtend.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, 2007</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/tests/org.eclipse.xtext.xtend.tests/build.properties b/tests/org.eclipse.xtext.xtend.tests/build.properties index 17b2b0f..0721a3b 100644 --- a/tests/org.eclipse.xtext.xtend.tests/build.properties +++ b/tests/org.eclipse.xtext.xtend.tests/build.properties @@ -4,4 +4,5 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - icons/ + icons/,\ + about.html |

