Skip to content

Commit 56e4e9e

Browse files
Bananeweizenlkoe
authored andcommitted
Optimize target platform resolution
The Juno update site is a composite update site. By referencing only the latest version of Juno we avoid reading all the other child update sites during the Maven build process and save some seconds of build time. The overall build result is the same, nevertheless.
1 parent 2c7a257 commit 56e4e9e

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<?pde?>
3-
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
4-
<target name="Eclipse Checkstyle" sequenceNumber="1515838239">
5-
<locations>
6-
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
7-
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
8-
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
9-
<unit id="org.eclipse.emf.feature.group" version="0.0.0"/>
10-
<repository location="http://download.eclipse.org/releases/juno/"/>
11-
</location>
12-
</locations>
13-
</target>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?pde?>
3+
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
4+
<target name="Eclipse Checkstyle" sequenceNumber="1523084336">
5+
<locations>
6+
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
7+
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
8+
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
9+
<unit id="org.eclipse.emf.feature.group" version="0.0.0"/>
10+
<repository location="http://download.eclipse.org/releases/juno/201303010900/"/>
11+
</location>
12+
</locations>
13+
</target>

net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
// install http://mbarbero.github.io/fr.obeo.releng.targetplatform/p2/ to use this target definition
12
target "Eclipse Checkstyle"
23
with source configurePhase
34

4-
location "http://download.eclipse.org/releases/juno/" {
5+
// use the latest version of Juno only, to avoid downloading all children of the Juno composite update site
6+
location "http://download.eclipse.org/releases/juno/201303010900/" {
57
org.eclipse.jdt.feature.group lazy
68
org.eclipse.sdk.ide lazy
79

0 commit comments

Comments
 (0)