From 70a0f6e84cf7b03c7edf444d643025357c945cad Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 13 Oct 2009 15:15:53 +0200 Subject: Pretty big revamp of the build script system. Downloading dependencies is now done automatically by this script, which also means that e.g. lombok-patcher.jar no longer needs to be checked in. --- buildScripts/git.ant.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 buildScripts/git.ant.xml (limited to 'buildScripts/git.ant.xml') diff --git a/buildScripts/git.ant.xml b/buildScripts/git.ant.xml new file mode 100644 index 00000000..14d3e963 --- /dev/null +++ b/buildScripts/git.ant.xml @@ -0,0 +1,73 @@ + + + Useful macrodefs for using git from ant. + + + + + + + + + + + + + + + + + + +[GIT NOT FOUND] + +You don't appear to have git installed. If you're on windows, try running this in your git shell. +Otherwise, install git. git is a free and open source version control system. +You can download it from: http://git-scm.com/ + + + + + + + + + + + + + + + + + + + + + + + + -- cgit