From ff3bd8e65b273f7a0846b44cddbcb653743cc569 Mon Sep 17 00:00:00 2001 From: Xavier Hanin Date: Thu, 9 Nov 2006 14:47:31 +0000 Subject: [PATCH] IMPROVE: add release target to build file (IVY-339) git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/trunk@484583 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + build.properties | 1 + build.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 81 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index cc27e675..fce031e1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,7 @@ for detailed view of each issue, please consult http://jira.jayasoft.org/ - IMPROVE: ability to rebuild all dependent projects from a leaf (IVY-101) - IMPROVE: Artifact pattern list attribute for the ivy:publish (IVY-113) - IMPROVE: Measure code coverage (IVY-323) +- IMPROVE: add release target to build file (IVY-339) - IMPROVE: Add a 'conf' parameter to the ivy 'publish' ant task (IVY-322) (thanks to Emmanuel Pellereau) - FIX: retrieve fails when resolve is done with useOrigin set to true (IVY-304) diff --git a/build.properties b/build.properties index 0d2930b7..238c986c 100644 --- a/build.properties +++ b/build.properties @@ -5,6 +5,7 @@ build.dir=${basedir}/build classes.build.dir=${basedir}/build/classes test.build.dir=${basedir}/build/test artifacts.build.dir=${basedir}/build/artifact +distrib.dir=${basedir}/build/distrib doc.build.dir=${basedir}/doc/ivy test.xml.dir=${build.dir}/test-report test.report.dir=${doc.build.dir}/test-report diff --git a/build.xml b/build.xml index 0037bf05..f37563a9 100644 --- a/build.xml +++ b/build.xml @@ -112,17 +112,33 @@ debug="${debug.mode}"/> - + + + + + + + + basedir="${classes.build.dir}"> + + + + + excludes="fr/jayasoft/ivy/ant/*"> + + + + + + @@ -250,8 +266,66 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +