Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-05-10 17:40:35 +0000
committerAlexander Kurtakov2017-05-10 19:00:22 +0000
commit9668a94a7300c844494040f3cb2de10aec7797cb (patch)
tree31cdf51486b79293a1c0c8ef78e3a94b735f0b21 /releng
parent13fc62b45c3ba6ad613621fe086976eff86cd053 (diff)
downloadorg.eclipse.linuxtools-9668a94a7300c844494040f3cb2de10aec7797cb.tar.gz
org.eclipse.linuxtools-9668a94a7300c844494040f3cb2de10aec7797cb.tar.xz
org.eclipse.linuxtools-9668a94a7300c844494040f3cb2de10aec7797cb.zip
releng: Reduce updates sites in target platform.
There is no need to define location per feature, this just slow downs build. Change-Id: If28edc197f90f3c449d29daf41d2fd17161fe999 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/96762 Tested-by: Hudson CI
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target17
1 files changed, 4 insertions, 13 deletions
diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target b/releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target
index 67a09570ad..55afaba2db 100644
--- a/releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target
+++ b/releng/org.eclipse.linuxtools.target/linuxtools-e4.7.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="linuxtools-e4.7" sequenceNumber="8">
+<?pde version="3.8"?><target name="linuxtools-e4.7" sequenceNumber="9">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.swtchart" version="0.0.0"/>
@@ -12,6 +12,9 @@
<unit id="org.bouncycastle.bcpkix" version="0.0.0"/>
<unit id="org.mockito" version="0.0.0"/>
<unit id="org.assertj" version="0.0.0"/>
+<unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
+<unit id="org.apache.commons.io" version="2.2.0.v201405211200"/>
+<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20170306214312/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
@@ -59,19 +62,7 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.jboss.reddeer.junit.extension.feature.feature.group" version="1.2.1.Final"/>
-<repository location="http://download.jboss.org/jbosstools/neon/stable/updates/reddeer/1.2.1/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.jboss.reddeer.eclipse.feature.feature.group" version="1.2.1.Final"/>
-<repository location="http://download.jboss.org/jbosstools/neon/stable/updates/reddeer/1.2.1/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.apache.commons.lang" version="2.6.0.v201404270220"/>
-<unit id="org.apache.commons.io" version="2.2.0.v201405211200"/>
-<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20161205183421/repository/"/>
-</location>
-<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.jboss.reddeer.ui.feature.feature.group" version="1.2.1.Final"/>
<repository location="http://download.jboss.org/jbosstools/neon/stable/updates/reddeer/1.2.1/"/>
</location>

Back to the top