Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-10-05 06:51:58 +0000
committerMichael Keppler2019-10-05 06:51:58 +0000
commitad4afe010ca03d69c93bbf25ddeb1cea14ae4eef (patch)
treea39766717f4c632d5e027e04d7952435efcb6141 /org.eclipse.mylyn.github.target/github.target
parentc5eafc8ca7252d879db6f4a71f8e05bdc2e48fbe (diff)
downloadegit-github-ad4afe010ca03d69c93bbf25ddeb1cea14ae4eef.tar.gz
egit-github-ad4afe010ca03d69c93bbf25ddeb1cea14ae4eef.tar.xz
egit-github-ad4afe010ca03d69c93bbf25ddeb1cea14ae4eef.zip
Reproducable license feature version
Have the license feature as part of the target platform and version control it by using the version specific URL. That way rebuilding maintenance branches will always lead to the identical license version, even if a more recent one is globally available. This technique was recommended by Ed via cross platform mailing list. Change-Id: If73a622279f6bf6028c648d52360415eb109af8f Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.mylyn.github.target/github.target')
-rw-r--r--org.eclipse.mylyn.github.target/github.target6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.target/github.target b/org.eclipse.mylyn.github.target/github.target
index c6ce65b9..97ff976a 100644
--- a/org.eclipse.mylyn.github.target/github.target
+++ b/org.eclipse.mylyn.github.target/github.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="github" sequenceNumber="1570257787">
+<target name="github" sequenceNumber="1570258139">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.jetty.client" version="9.4.21.v20190926"/>
@@ -23,6 +23,10 @@
<repository id="jetty-9.4.21" location="https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.21.v20190926/"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
+ <unit id="org.eclipse.license.feature.group" version="0.0.0"/>
+ <repository id="eclipse-public-license" location="https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210"/>
+ </location>
+ <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0"/>
<unit id="org.eclipse.swtbot.eclipse.test.junit.feature.group" version="0.0.0"/>

Back to the top