From d50d0b0659df192462b4650cb35c63629a6a7de1 Mon Sep 17 00:00:00 2001 From: David Williams Date: Mon, 29 Feb 2016 02:25:50 -0500 Subject: Bug 470932 - remove scripts that create delta pack during build Made some slight improvements to make sure it works easily due to wnat to remove it soon. --- scripts/createdeltapack.xml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'scripts') diff --git a/scripts/createdeltapack.xml b/scripts/createdeltapack.xml index 893ae8662..21bdf4480 100644 --- a/scripts/createdeltapack.xml +++ b/scripts/createdeltapack.xml @@ -7,6 +7,12 @@ This script is a starting point for creating a traditional "delta pack" for anyone who does not what to use p2 directly. + The ant task has to be invoked via the antRunner application. Something + similar to + ./eclipse -application org.eclipse.ant.core.antRunner -f createdeltapack.xml + + Be sure to adjust, or pass in, the appropriate buildLabel and buildRepo. + Note: the resulting delta pack has not been tested. Please comment in bug 470913 with imrovements that can be made. @@ -21,8 +27,8 @@ name="projectDir" value="${basedir}" /> + name="buildLabel" + value="latestIBuild" /> @@ -38,25 +44,22 @@ + value="http://download.eclipse.org/eclipse/updates/I-builds" /> - + value="${archivePrefix}-${buildLabel}" /> @@ -148,7 +151,8 @@ includeOptional="false" includeNonGreedy="false" followStrict="true" - followOnlyFilteredRequirements="true" /> + followOnlyFilteredRequirements="true" + latestVersionOnly="true"/> @@ -208,7 +212,7 @@ --> -- cgit v1.2.3