From e1a19a7c62fd23ccdcc76c086c55e119e24e44ea Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Mon, 14 Apr 2025 16:12:28 +0200 Subject: [PATCH] Add missing about.html to org.eclipse.swt.svg fragment #2009 The recently added org.eclipse.swt.svg fragment is lacking the required about.html file. This change adds the file to the generated source and binary artifacts bundles. Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/2009 --- bundles/org.eclipse.swt.svg/about.html | 36 ++++++++++++++++++++ bundles/org.eclipse.swt.svg/build.properties | 4 ++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 bundles/org.eclipse.swt.svg/about.html diff --git a/bundles/org.eclipse.swt.svg/about.html b/bundles/org.eclipse.swt.svg/about.html new file mode 100644 index 00000000000..164f781a8fd --- /dev/null +++ b/bundles/org.eclipse.swt.svg/about.html @@ -0,0 +1,36 @@ + + + + +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 http://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 http://www.eclipse.org. +

+ + + \ No newline at end of file diff --git a/bundles/org.eclipse.swt.svg/build.properties b/bundles/org.eclipse.swt.svg/build.properties index 3befd9a518b..e0f5dbe1093 100644 --- a/bundles/org.eclipse.swt.svg/build.properties +++ b/bundles/org.eclipse.swt.svg/build.properties @@ -15,7 +15,9 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - fragment.properties + fragment.properties,\ + about.html +src.includes = about.html jars.extra.classpath = platform:/plugin/org.eclipse.swt.cocoa.macosx.aarch64,\ platform:/plugin/org.eclipse.swt.cocoa.macosx.x86_64,\