diff options
author | Eike Stepper | 2013-11-19 05:49:43 +0000 |
---|---|---|
committer | Eike Stepper | 2013-11-19 12:39:00 +0000 |
commit | 23f58445b0c21a1f6c2906ad58963e4c35ea82a8 (patch) | |
tree | ab434bde357fa82f0d8b7dd1b48d2a49778c6303 /plugins/org.eclipse.emf.cdo.releng/build.xml | |
parent | a4b2bd9d841d279d8b0d25f4cf696e5314c40b07 (diff) | |
download | cdo-23f58445b0c21a1f6c2906ad58963e4c35ea82a8.tar.gz cdo-23f58445b0c21a1f6c2906ad58963e4c35ea82a8.tar.xz cdo-23f58445b0c21a1f6c2906ad58963e4c35ea82a8.zip |
Improve setup related models
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng/build.xml')
-rw-r--r-- | plugins/org.eclipse.emf.cdo.releng/build.xml | 38 |
1 files changed, 28 insertions, 10 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml index c95882af06..170fff5099 100644 --- a/plugins/org.eclipse.emf.cdo.releng/build.xml +++ b/plugins/org.eclipse.emf.cdo.releng/build.xml @@ -468,27 +468,41 @@ <args> <arg value="-r" /> <arg value="file:${build.root}" /> + <arg value="-r" /> <arg value="http://download.eclipse.org/releases/${train}" /> - <arg value="-r" /> + + <arg value="-r" /> <arg value="http://download.eclipse.org/releases/${train.previous}" /> - <arg value="-r" /> + + <arg value="-r" /> <arg value="http://download.eclipse.org/eclipse/updates/${eclipse}" /> - <arg value="-r" /> + + <arg value="-r" /> <arg value="http://download.eclipse.org/eclipse/updates/${eclipse}-I-builds" /> - <arg value="-d" /> + + <arg value="-d" /> <arg value="${temp.products}/@{profile}-@{platform}" /> - <arg value="-p" /> + + <arg value="-p" /> <arg value="@{profile}" /> - <arg value="-i" /> + + <arg value="-profileProperties" /> + <arg value="org.eclipse.update.install.features=true" /> + + <arg value="-i" /> <arg value="@{id}" /> - <arg value="-p2.os" /> + + <arg value="-p2.os" /> <arg value="@{os}" /> - <arg value="-p2.ws" /> + + <arg value="-p2.ws" /> <arg value="@{ws}" /> - <arg value="-p2.arch" /> + + <arg value="-p2.arch" /> <arg value="@{arch}" /> - <arg value="-roaming" /> + + <arg value="-roaming" /> <arg value="-purgeHistory" /> </args> </eclipse> @@ -1038,6 +1052,10 @@ </if> </target> + <target name="generate.products.only" depends="init.properties" > + <generate.products/> + </target> + <!-- === --> <!-- All --> <!-- === --> |