From 1283af3fb89fdf58732649434cf0c28f971c4a64 Mon Sep 17 00:00:00 2001 From: Emil Lauridsen Date: Mon, 15 Jul 2013 22:14:49 +0200 Subject: [PATCH] Add a ant script for building. - Based on pahimar's script for building pahimar/Equivalent-Exchange-3 --- build.properties | 8 +++++++ build.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 build.properties create mode 100644 build.xml diff --git a/build.properties b/build.properties new file mode 100644 index 0000000..406ea1a --- /dev/null +++ b/build.properties @@ -0,0 +1,8 @@ +mod_name=AestusCraft +mod_version=0.1 +mc_version=1.6.2 +mcp_dir=F:\\development\\forge\\mcp +source_dir=aestuscraft_common +resource_dir=resources +jar_dir=releases +base_package=dk\\kiljacken \ No newline at end of file diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..bdcc9d2 --- /dev/null +++ b/build.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +