diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/about.html b/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/about.html new file mode 100644 index 000000000..b31348652 --- /dev/null +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/about.html @@ -0,0 +1,38 @@ + + + + + + About + + + +

About This Content

+ +

November 30, 2017

+

License

+ +

+ 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 2.0 ("EPL"). A copy of the EPL is + available at https://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +

+ +

+ 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 https://www.eclipse.org. +

+ + + + \ No newline at end of file diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/build.properties b/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/build.properties index 5e7475af8..56a42dd6e 100644 --- a/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/build.properties +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/build.properties @@ -5,4 +5,6 @@ bin.includes = plugin.xml,\ .,\ plugin.properties,\ schema/,\ - static-properties/ + static-properties/,\ + about.html +src.includes = about.html diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/about.html b/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/about.html new file mode 100644 index 000000000..b31348652 --- /dev/null +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/about.html @@ -0,0 +1,38 @@ + + + + + + About + + + +

About This Content

+ +

November 30, 2017

+

License

+ +

+ 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 2.0 ("EPL"). A copy of the EPL is + available at https://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +

+ +

+ 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 https://www.eclipse.org. +

+ + + + \ No newline at end of file diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/build.properties b/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/build.properties index 7b6db787b..42396caf3 100644 --- a/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/build.properties +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/build.properties @@ -2,4 +2,6 @@ source.. = src/main/java/ output.. = target/classes/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + about.html +src.includes = about.html diff --git a/microprofile.ls/org.eclipse.lsp4mp.ls/src/main/resources/about.html b/microprofile.ls/org.eclipse.lsp4mp.ls/src/main/resources/about.html new file mode 100644 index 000000000..b31348652 --- /dev/null +++ b/microprofile.ls/org.eclipse.lsp4mp.ls/src/main/resources/about.html @@ -0,0 +1,38 @@ + + + + + + About + + + +

About This Content

+ +

November 30, 2017

+

License

+ +

+ 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 2.0 ("EPL"). A copy of the EPL is + available at https://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +

+ +

+ 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 https://www.eclipse.org. +

+ + + + \ No newline at end of file