Repository: ant-ivyde Updated Branches: refs/heads/master 8337fcb21 -> 74a5b5459
fix the path of the downloaded eclipse Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/74a5b545 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/74a5b545 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/74a5b545 Branch: refs/heads/master Commit: 74a5b5459e6ee0c7492d1d234955651cdc5f34b5 Parents: 8337fcb Author: Nicolas LaleveÌe <[email protected]> Authored: Sun Jun 25 16:25:38 2017 +0200 Committer: Nicolas LaleveÌe <[email protected]> Committed: Sun Jun 25 16:25:38 2017 +0200 ---------------------------------------------------------------------- build.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/74a5b545/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 6d2589a..222f567 100644 --- a/build.xml +++ b/build.xml @@ -573,13 +573,11 @@ You have to specify the Ivy to install with one of the following property: <target name="jenkins-prepare-properties"> <tstamp /> - <property name="baseLocation" value="${basedir}/dependencies/${jenkins.eclipse.name}" /> <condition property="jenkins.version.qualifier" value="${DSTAMP}${TSTAMP}-jenkins-${env.BUILD_NUMBER}"> <length string="${version.qualifier}" trim="true" length="0" /> </condition> <property name="jenkins.version.qualifier" value="${version.qualifier}-${DSTAMP}${TSTAMP}-jenkins-${env.BUILD_NUMBER}" /> <echo file="local.build.properties"> -baseLocation=${basedir}/dependencies/${eclipse.download.sdk.name} forceContextQualifier=${jenkins.version.qualifier} </echo> </target>
