From ea7189aa43ed030baf871bcf5bf2a1228a111c50 Mon Sep 17 00:00:00 2001
From: Martin Lippert
Date: Wed, 20 Mar 2019 16:00:35 +0100
Subject: [PATCH] updated a few about files
---
.../about.html | 26 +++++++++++++++++++
.../build.properties | 5 +++-
.../META-INF/MANIFEST.MF | 2 +-
.../about.html | 19 ++++++++++++++
.../build.properties | 3 ++-
5 files changed, 52 insertions(+), 3 deletions(-)
create mode 100644 eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/about.html
create mode 100644 headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/about.html
diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/about.html b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/about.html
new file mode 100644
index 000000000..dc09d09e6
--- /dev/null
+++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/about.html
@@ -0,0 +1,26 @@
+
+
+
+
+About Eclipse Language Server Commons
+
+
+
+About Eclipse Language Server Commons
+Mar 20, 2019
+License
+Pivotal Software, Inc. (“Pivotal”) makes available all content
+in this download ("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 in
+the file called license.txt. For purposes of the EPL, "Program" will
+mean the Content.
+Third Party Content
+
+
+ - jsoup 1.9.2, The jsoup code-base (including source and compiled packages) are distributed under the open source MIT license, The MIT License, Copyright 2009 - 2017 Jonathan Hedley (jonathan@hedley.net), https://jsoup.org/license
+ - remark 1.0.0, Copyright 2011 OverZealous Creations, LLC, Licensed under the Apache License, Version 2.0, https://www.apache.org/licenses/LICENSE-2.0
+
+
+
+
diff --git a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/build.properties b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/build.properties
index 5790750d2..e7026d441 100644
--- a/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/build.properties
+++ b/eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/build.properties
@@ -3,4 +3,7 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- icons/
\ No newline at end of file
+ icons/,\
+ lib/,\
+ about.html
+
diff --git a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/META-INF/MANIFEST.MF b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/META-INF/MANIFEST.MF
index 21d13f800..2268c2386 100644
--- a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/META-INF/MANIFEST.MF
+++ b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Commons
+Bundle-Name: Client-side JDT extension for language servers
Bundle-SymbolicName: org.springframework.tooling.jdt.ls.commons
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Pivotal, Inc.
diff --git a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/about.html b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/about.html
new file mode 100644
index 000000000..fc067a3d9
--- /dev/null
+++ b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/about.html
@@ -0,0 +1,19 @@
+
+
+
+
+About Client-side JDT extension for language servers
+
+
+
+About Client-side JDT extension for language servers
+Mar 20, 2019
+License
+Pivotal Software, Inc. (“Pivotal”) makes available all content
+in this download ("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 in
+the file called license.txt. For purposes of the EPL, "Program" will
+mean the Content.
+
+
diff --git a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/build.properties b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/build.properties
index f7483e520..302bffca0 100644
--- a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/build.properties
+++ b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/build.properties
@@ -2,4 +2,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- lib/commons-lsp-extensions.jar
+ lib/commons-lsp-extensions.jar,\
+ about.html