Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-05-17 10:10:00 +0000
committerUwe Stieber2014-05-17 10:10:00 +0000
commit8be883856e7dce49cca63b25a75948e93da6c18d (patch)
tree73637c29598c30e2803c1ac96f46c9afc21409d3 /admin/target-defs/eclipse-4.4.x-luna.target
parentf4a3e1ccaa162b8c8aafad2f73e18e33521884f8 (diff)
downloadorg.eclipse.tcf-8be883856e7dce49cca63b25a75948e93da6c18d.tar.gz
org.eclipse.tcf-8be883856e7dce49cca63b25a75948e93da6c18d.tar.xz
org.eclipse.tcf-8be883856e7dce49cca63b25a75948e93da6c18d.zip
Releng: Added Eclipse license feature to target platform definitions
Diffstat (limited to 'admin/target-defs/eclipse-4.4.x-luna.target')
-rw-r--r--admin/target-defs/eclipse-4.4.x-luna.target6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/target-defs/eclipse-4.4.x-luna.target b/admin/target-defs/eclipse-4.4.x-luna.target
index 2466a3c70..18dfb0667 100644
--- a/admin/target-defs/eclipse-4.4.x-luna.target
+++ b/admin/target-defs/eclipse-4.4.x-luna.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Eclipse 4.4.x (Luna)" sequenceNumber="38">
+<?pde version="3.8"?><target name="Eclipse 4.4.x (Luna)" sequenceNumber="39">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson.source" version="2.2.4.v201311231704"/>
@@ -42,5 +42,9 @@
<unit id="org.eclipse.tm.terminal.core.sdk.feature.group" version="3.3.300.201405151114"/>
<repository location="http://download.eclipse.org/tm/builds/luna/nightly"/>
</location>
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
+<repository location="http://download.eclipse.org/cbi/updates/license"/>
+</location>
</locations>
</target>

Back to the top