Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2020-01-30 19:27:27 +0000
committerMatthias Sohn2020-02-02 20:21:30 +0000
commit77d9424d862ea861ca078d845668a2a369daedfa (patch)
tree53d38c4e2807c3a0638a98185552238115a6bca7 /org.eclipse.egit.target/egit-4.10.target
parent7d3e66aa073bcffce787a4b09fd3443bc7aea25a (diff)
downloadegit-77d9424d862ea861ca078d845668a2a369daedfa.tar.gz
egit-77d9424d862ea861ca078d845668a2a369daedfa.tar.xz
egit-77d9424d862ea861ca078d845668a2a369daedfa.zip
Speed up target resolution in Maven builds
Don't iterate all Neon update sites, but read just the latest. Saves fetching the p2 index from all other composite update sites underneath neon, and might even improve the target resolution time due to potentially less constraints to be solved by the SAT solver. For more recent target platforms, there seems to be no iteration during Maven target resolution, so the benefit is only seen on the old platforms. Change-Id: I91d3f03af00b11f6fb9b8d5eab447a9f01c379ba Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.egit.target/egit-4.10.target')
-rw-r--r--org.eclipse.egit.target/egit-4.10.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.target/egit-4.10.target b/org.eclipse.egit.target/egit-4.10.target
index 6e78f79f25..0b7e69e0eb 100644
--- a/org.eclipse.egit.target/egit-4.10.target
+++ b/org.eclipse.egit.target/egit-4.10.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="egit-4.10" sequenceNumber="1580290264">
+<target name="egit-4.10" sequenceNumber="1580672978">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.jetty.client" version="9.4.25.v20191220"/>
@@ -120,7 +120,7 @@
<unit id="org.eclipse.mylyn.context_feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.mylyn.bugzilla_feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.tools.layout.spy" version="0.0.0"/>
- <repository location="https://download.eclipse.org/releases/2018-12/"/>
+ <repository location="https://download.eclipse.org/releases/2018-12/201812191000/"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="javax.xml" version="0.0.0"/>

Back to the top