From 57f3eea90fd114882c3a415191f922766aeb5647 Mon Sep 17 00:00:00 2001 From: pahimar Date: Thu, 12 Sep 2013 22:48:55 -0400 Subject: [PATCH] Making some improvements to the build script (we now have targets for downloading and installing Forge). Hoping to make build.properties exposed tomorrow after more testing. --- .gitignore | 1 + build.xml | 167 +++++++++++++++++++++++++--------------- build_number.properties | 4 +- 3 files changed, 108 insertions(+), 64 deletions(-) diff --git a/.gitignore b/.gitignore index 897d4656..803358fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build.properties +private.properties .DS_Store .DS_Store? .Spotlight-V100 diff --git a/build.xml b/build.xml index bcddabfd..4a68561f 100644 --- a/build.xml +++ b/build.xml @@ -1,96 +1,139 @@ - + - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + - - - - - + + + + - - - - - - - - - - + + + + + - - - - - - - - - - + - - - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - - - - + + + + + + - + - + - + - + - - - - - + + + + + + - + - + diff --git a/build_number.properties b/build_number.properties index 4c77f071..ad75cf0d 100644 --- a/build_number.properties +++ b/build_number.properties @@ -1,3 +1,3 @@ -#Mon, 27 May 2013 09:17:55 -0400 +#Thu, 12 Sep 2013 22:45:26 -0400 -build_number=17 +build_number=23