updated a few about files
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
||||
<title>About Eclipse Language Server Commons</title>
|
||||
<meta name="author" content="Pivotal">
|
||||
</head>
|
||||
<body>
|
||||
<h2>About Eclipse Language Server Commons</h2>
|
||||
<p>Mar 20, 2019</p>
|
||||
<h3>License</h3>
|
||||
<p>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.</p>
|
||||
<h3>Third Party Content</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>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 <20> 2009 - 2017 Jonathan Hedley (jonathan@hedley.net), https://jsoup.org/license</li>
|
||||
<li>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</li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -3,4 +3,7 @@ output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
icons/
|
||||
icons/,\
|
||||
lib/,\
|
||||
about.html
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
||||
<title>About Client-side JDT extension for language servers</title>
|
||||
<meta name="author" content="Pivotal">
|
||||
</head>
|
||||
<body>
|
||||
<h2>About Client-side JDT extension for language servers</h2>
|
||||
<p>Mar 20, 2019</p>
|
||||
<h3>License</h3>
|
||||
<p>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.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -2,4 +2,5 @@ source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
lib/commons-lsp-extensions.jar
|
||||
lib/commons-lsp-extensions.jar,\
|
||||
about.html
|
||||
|
||||
Reference in New Issue
Block a user