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

+

+

+

+ + 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