Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-04-26 17:16:23 +0000
committerMarkus Knauer2014-04-26 17:16:23 +0000
commit0721091bedfe97d794dd5bc2afabf38face1b029 (patch)
tree0500595b8143a859a012813d059896a34bd74256 /packages/org.eclipse.epp.package.standard.feature/feature.xml
parentba3ecad1ac7e538b841878e999795a0ab46c02b6 (diff)
downloadorg.eclipse.epp.packages-0721091bedfe97d794dd5bc2afabf38face1b029.tar.gz
org.eclipse.epp.packages-0721091bedfe97d794dd5bc2afabf38face1b029.tar.xz
org.eclipse.epp.packages-0721091bedfe97d794dd5bc2afabf38face1b029.zip
Update packages to new SUA (2014)
- Use new CBI-based License Feature mechanism - Remove license.html files from all features - Update feature.properties, including moving the package description from the feature.xml to a property in this file - Update the feature.xml with the new license-feature properties - Include a copyright notice Bug 433568: Need to update the SUA (Software User Agreement) https://bugs.eclipse.org/bugs/show_bug.cgi?id=433568 Change-Id: Ie8f370d829c25ec6f41876110d91a288a0e3cfdf Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.standard.feature/feature.xml')
-rw-r--r--packages/org.eclipse.epp.package.standard.feature/feature.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.standard.feature/feature.xml b/packages/org.eclipse.epp.package.standard.feature/feature.xml
index 9590389a..09f3fcda 100644
--- a/packages/org.eclipse.epp.package.standard.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.standard.feature/feature.xml
@@ -4,13 +4,19 @@
label="Eclipse Standard/SDK Feature"
version="4.4.0.qualifier"
provider-name="Eclipse Packaging Project"
- plugin="org.eclipse.epp.package.standard">
+ plugin="org.eclipse.epp.package.standard"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
- <description>
- The Eclipse Platform, and all the tools needed to develop and debug it: Java and Plug-in Development Tooling, Git and CVS support, including source and developer documentation.
+ <description url="http://eclipse.org/epp">
+ %description
</description>
- <license url="license.html">
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
%license
</license>

Back to the top