diff options
author | Johannes Faltermeier | 2014-08-22 11:59:57 +0000 |
---|---|---|
committer | Johannes Faltermeier | 2014-08-22 11:59:57 +0000 |
commit | 30913d8b3914384121d6a0f4f1ede7f2b89b7dd1 (patch) | |
tree | 8a839f65a74b508fba6f772a9e9e9ea8ded74626 | |
parent | f66caca6fa017cafc22d92348fb687905945ac59 (diff) | |
download | org.eclipse.emf.ecp.core-30913d8b3914384121d6a0f4f1ede7f2b89b7dd1.tar.gz org.eclipse.emf.ecp.core-30913d8b3914384121d6a0f4f1ede7f2b89b7dd1.tar.xz org.eclipse.emf.ecp.core-30913d8b3914384121d6a0f4f1ede7f2b89b7dd1.zip |
412348: Remove all warnings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=412348
11 files changed, 128 insertions, 6 deletions
diff --git a/bundles/org.eclipse.emf.ecp.view.control.multireference/about.html b/bundles/org.eclipse.emf.ecp.view.control.multireference/about.html new file mode 100644 index 0000000000..d35d5aed64 --- /dev/null +++ b/bundles/org.eclipse.emf.ecp.view.control.multireference/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> diff --git a/bundles/org.eclipse.emf.ecp.view.control.multireference/build.properties b/bundles/org.eclipse.emf.ecp.view.control.multireference/build.properties index 6c480f39f1..461e561286 100644 --- a/bundles/org.eclipse.emf.ecp.view.control.multireference/build.properties +++ b/bundles/org.eclipse.emf.ecp.view.control.multireference/build.properties @@ -3,4 +3,6 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - icons/ + icons/,\ + about.html +src.includes = about.html diff --git a/bundles/org.eclipse.emf.ecp.view.group.swt.collapsable/about.html b/bundles/org.eclipse.emf.ecp.view.group.swt.collapsable/about.html new file mode 100644 index 0000000000..d35d5aed64 --- /dev/null +++ b/bundles/org.eclipse.emf.ecp.view.group.swt.collapsable/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> diff --git a/bundles/org.eclipse.emf.ecp.view.group.swt.collapsable/build.properties b/bundles/org.eclipse.emf.ecp.view.group.swt.collapsable/build.properties index e9863e281e..e5a949cc43 100644 --- a/bundles/org.eclipse.emf.ecp.view.group.swt.collapsable/build.properties +++ b/bundles/org.eclipse.emf.ecp.view.group.swt.collapsable/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/bundles/org.eclipse.emf.ecp.view.stack.ui.swt/build.properties b/bundles/org.eclipse.emf.ecp.view.stack.ui.swt/build.properties index ae22b3b40a..f70828ba55 100644 --- a/bundles/org.eclipse.emf.ecp.view.stack.ui.swt/build.properties +++ b/bundles/org.eclipse.emf.ecp.view.stack.ui.swt/build.properties @@ -5,3 +5,4 @@ bin.includes = META-INF/,\ about.html,\ plugin.properties,\ plugin.xml +src.includes = about.html diff --git a/bundles/org.eclipse.emf.ecp.view.stack.viewmodel/about.html b/bundles/org.eclipse.emf.ecp.view.stack.viewmodel/about.html new file mode 100644 index 0000000000..d35d5aed64 --- /dev/null +++ b/bundles/org.eclipse.emf.ecp.view.stack.viewmodel/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> diff --git a/bundles/org.eclipse.emf.ecp.view.stack.viewmodel/build.properties b/bundles/org.eclipse.emf.ecp.view.stack.viewmodel/build.properties index f667a5fb95..8a90500230 100644 --- a/bundles/org.eclipse.emf.ecp.view.stack.viewmodel/build.properties +++ b/bundles/org.eclipse.emf.ecp.view.stack.viewmodel/build.properties @@ -1,4 +1,6 @@ bin.includes = META-INF/,\ .,\ viewmodel/,\ - plugin.xml + plugin.xml,\ + about.html +src.includes = about.html diff --git a/bundles/org.eclipse.emf.ecp.view.template.tooling/about.html b/bundles/org.eclipse.emf.ecp.view.template.tooling/about.html new file mode 100644 index 0000000000..d35d5aed64 --- /dev/null +++ b/bundles/org.eclipse.emf.ecp.view.template.tooling/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> diff --git a/bundles/org.eclipse.emf.ecp.view.template.tooling/build.properties b/bundles/org.eclipse.emf.ecp.view.template.tooling/build.properties index 416fe4d947..9d4af39dcc 100644 --- a/bundles/org.eclipse.emf.ecp.view.template.tooling/build.properties +++ b/bundles/org.eclipse.emf.ecp.view.template.tooling/build.properties @@ -4,4 +4,6 @@ bin.includes = plugin.xml,\ META-INF/,\ .,\ icons/,\ - viewmodel/ + viewmodel/,\ + about.html +src.includes = about.html diff --git a/examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/META-INF/MANIFEST.MF b/examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/META-INF/MANIFEST.MF index 844b59270b..6b3e6d54f0 100644 --- a/examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.emf.ecp.makeithappen.application.sample.e4/META-INF/MANIFEST.MF @@ -19,6 +19,6 @@ Require-Bundle: javax.inject;bundle-version="1.0.0", org.eclipse.emf.ecp.ui.view;bundle-version="[1.4.0,2.0.0)" Import-Package: javax.annotation;version="1.0.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Bundle-Vendor: Eclipse Modeling Framework +Bundle-Vendor: Eclipse Modeling Project Export-Package: org.eclipse.emf.ecp.makeithappen.application.sample.e4.handlers;version="1.4.0";x-internal:=true, org.eclipse.emf.ecp.makeithappen.application.sample.e4.parts;version="1.4.0";x-internal:=true diff --git a/features/org.eclipse.emf.ecp.license.feature/build.properties b/features/org.eclipse.emf.ecp.license.feature/build.properties index b4786f2c7e..18220eeeda 100644 --- a/features/org.eclipse.emf.ecp.license.feature/build.properties +++ b/features/org.eclipse.emf.ecp.license.feature/build.properties @@ -8,5 +8,6 @@ bin.includes = feature.xml,\ rootfiles/,\
build.properties
src.includes = epl-v10.html,\
- license.html
+ license.html,\
+ rootfiles/
root=rootfiles
|