Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fedorov2019-12-31 14:47:51 +0000
committerAlexander Fedorov2019-12-31 14:47:51 +0000
commit9f1ccbd5366dbfe045e5cca181f0c08b43ba1ec0 (patch)
treefa320c905c854cccce433d972842b16b820bffbe
parente6b712325c1b7cff5e49ac44ed052ba38d3c400b (diff)
downloadorg.eclipse.cdt-9f1ccbd5366dbfe045e5cca181f0c08b43ba1ec0.tar.gz
org.eclipse.cdt-9f1ccbd5366dbfe045e5cca181f0c08b43ba1ec0.tar.xz
org.eclipse.cdt-9f1ccbd5366dbfe045e5cca181f0c08b43ba1ec0.zip
Bug 558703 - CDT LSP bundles should include about.html
Added about.html to: org.eclipse.cdt.lsp.core org.eclipse.cdt.lsp.core.tests org.eclipse.cdt.lsp.ui Change-Id: I4281407953f4a6ef338a342cc1345cb301e5e131 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
-rw-r--r--lsp/org.eclipse.cdt.lsp.core.tests/about.html36
-rw-r--r--lsp/org.eclipse.cdt.lsp.core.tests/build.properties3
-rw-r--r--lsp/org.eclipse.cdt.lsp.core/about.html36
-rw-r--r--lsp/org.eclipse.cdt.lsp.core/build.properties3
-rw-r--r--lsp/org.eclipse.cdt.lsp.ui/about.html36
-rw-r--r--lsp/org.eclipse.cdt.lsp.ui/build.properties3
6 files changed, 114 insertions, 3 deletions
diff --git a/lsp/org.eclipse.cdt.lsp.core.tests/about.html b/lsp/org.eclipse.cdt.lsp.core.tests/about.html
new file mode 100644
index 00000000000..164f781a8fd
--- /dev/null
+++ b/lsp/org.eclipse.cdt.lsp.core.tests/about.html
@@ -0,0 +1,36 @@
+<!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>November 30, 2017</p>
+ <h3>License</h3>
+
+ <p>
+ The Eclipse Foundation makes available all content in this plug-in
+ (&quot;Content&quot;). Unless otherwise indicated below, the Content
+ is provided to you under the terms and conditions of the Eclipse
+ Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
+ available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
+ For purposes of the EPL, &quot;Program&quot; will mean the Content.
+ </p>
+
+ <p>
+ If you did not receive this Content directly from the Eclipse
+ Foundation, the Content is being redistributed by another party
+ (&quot;Redistributor&quot;) and different terms and conditions may
+ apply to your use of any object code in the Content. Check the
+ Redistributor's license that was provided with the Content. If no such
+ license exists, contact the Redistributor. Unless otherwise indicated
+ below, the terms and conditions of the EPL still apply to any source
+ code in the Content and such source code may be obtained at <a
+ href="http://www.eclipse.org/">http://www.eclipse.org</a>.
+ </p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/lsp/org.eclipse.cdt.lsp.core.tests/build.properties b/lsp/org.eclipse.cdt.lsp.core.tests/build.properties
index 06aba106a10..3d566d65f9b 100644
--- a/lsp/org.eclipse.cdt.lsp.core.tests/build.properties
+++ b/lsp/org.eclipse.cdt.lsp.core.tests/build.properties
@@ -16,4 +16,5 @@ source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
.,\
- OSGI-INF/
+ OSGI-INF/,\
+ about.html
diff --git a/lsp/org.eclipse.cdt.lsp.core/about.html b/lsp/org.eclipse.cdt.lsp.core/about.html
new file mode 100644
index 00000000000..164f781a8fd
--- /dev/null
+++ b/lsp/org.eclipse.cdt.lsp.core/about.html
@@ -0,0 +1,36 @@
+<!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>November 30, 2017</p>
+ <h3>License</h3>
+
+ <p>
+ The Eclipse Foundation makes available all content in this plug-in
+ (&quot;Content&quot;). Unless otherwise indicated below, the Content
+ is provided to you under the terms and conditions of the Eclipse
+ Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
+ available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
+ For purposes of the EPL, &quot;Program&quot; will mean the Content.
+ </p>
+
+ <p>
+ If you did not receive this Content directly from the Eclipse
+ Foundation, the Content is being redistributed by another party
+ (&quot;Redistributor&quot;) and different terms and conditions may
+ apply to your use of any object code in the Content. Check the
+ Redistributor's license that was provided with the Content. If no such
+ license exists, contact the Redistributor. Unless otherwise indicated
+ below, the terms and conditions of the EPL still apply to any source
+ code in the Content and such source code may be obtained at <a
+ href="http://www.eclipse.org/">http://www.eclipse.org</a>.
+ </p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/lsp/org.eclipse.cdt.lsp.core/build.properties b/lsp/org.eclipse.cdt.lsp.core/build.properties
index d9f2b57e30f..10584a44e89 100644
--- a/lsp/org.eclipse.cdt.lsp.core/build.properties
+++ b/lsp/org.eclipse.cdt.lsp.core/build.properties
@@ -17,4 +17,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
- plugin.xml
+ plugin.xml,\
+ about.html
diff --git a/lsp/org.eclipse.cdt.lsp.ui/about.html b/lsp/org.eclipse.cdt.lsp.ui/about.html
new file mode 100644
index 00000000000..164f781a8fd
--- /dev/null
+++ b/lsp/org.eclipse.cdt.lsp.ui/about.html
@@ -0,0 +1,36 @@
+<!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>November 30, 2017</p>
+ <h3>License</h3>
+
+ <p>
+ The Eclipse Foundation makes available all content in this plug-in
+ (&quot;Content&quot;). Unless otherwise indicated below, the Content
+ is provided to you under the terms and conditions of the Eclipse
+ Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
+ available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
+ For purposes of the EPL, &quot;Program&quot; will mean the Content.
+ </p>
+
+ <p>
+ If you did not receive this Content directly from the Eclipse
+ Foundation, the Content is being redistributed by another party
+ (&quot;Redistributor&quot;) and different terms and conditions may
+ apply to your use of any object code in the Content. Check the
+ Redistributor's license that was provided with the Content. If no such
+ license exists, contact the Redistributor. Unless otherwise indicated
+ below, the terms and conditions of the EPL still apply to any source
+ code in the Content and such source code may be obtained at <a
+ href="http://www.eclipse.org/">http://www.eclipse.org</a>.
+ </p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/lsp/org.eclipse.cdt.lsp.ui/build.properties b/lsp/org.eclipse.cdt.lsp.ui/build.properties
index c91c5656ee2..bf9c387d9cd 100644
--- a/lsp/org.eclipse.cdt.lsp.ui/build.properties
+++ b/lsp/org.eclipse.cdt.lsp.ui/build.properties
@@ -16,5 +16,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
- plugin.xml
+ plugin.xml,\
+ about.html

Back to the top