Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2014-04-29 08:53:07 +0000
committerPierre-Charles David2014-04-29 09:22:27 +0000
commitf358e777854db152aa3071a86e5f9101a1cf3246 (patch)
treeeaeeaad2859ca021df1d72db97a926d55eb34a1c /packaging/org.eclipse.sirius.runtime.ide.ui/feature.xml
parent3106fdc4b900e70d9a24df353e8ae715146f78ce (diff)
downloadorg.eclipse.sirius-f358e777854db152aa3071a86e5f9101a1cf3246.tar.gz
org.eclipse.sirius-f358e777854db152aa3071a86e5f9101a1cf3246.tar.xz
org.eclipse.sirius-f358e777854db152aa3071a86e5f9101a1cf3246.zip
[430527] Use the always up-to-date share license
Use the shared org.eclipse.license feature from the CBI update-site at http://download.eclipse.org/cbi/updates/license. This ensures we always get the officiel up-to-date license text. Bug: 430527 Change-Id: I51498a125a6b7b31319de0cef1a547ad5a7dd6b8 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'packaging/org.eclipse.sirius.runtime.ide.ui/feature.xml')
-rw-r--r--packaging/org.eclipse.sirius.runtime.ide.ui/feature.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/org.eclipse.sirius.runtime.ide.ui/feature.xml b/packaging/org.eclipse.sirius.runtime.ide.ui/feature.xml
index dbd6ebe7e0..40e5cdba77 100644
--- a/packaging/org.eclipse.sirius.runtime.ide.ui/feature.xml
+++ b/packaging/org.eclipse.sirius.runtime.ide.ui/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES
+ Copyright (c) 2007, 2014 THALES GLOBAL SERVICES and others
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -14,7 +14,9 @@
label="%featureName"
version="1.0.0.qualifier"
provider-name="%providerName"
- plugin="org.eclipse.sirius">
+ plugin="org.eclipse.sirius"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
<description url="http://www.eclipse.org/sirius">
Sirius UI and workbench integration, including graphical editors for all types of Sirius representations, and support for Modeling projects with streamlined workflow. Install this if you need to use Sirius-based modelers or create new ones.

Back to the top