From a0d4b364c508341d8c01e8515a89ddffa99a0b49 Mon Sep 17 00:00:00 2001 From: DarkGuardsman Date: Tue, 3 Sep 2013 01:54:41 -0400 Subject: [PATCH] Created basic build file May need some more work so if commits start to pop up with",,," you'll know why. --- build.properties | 6 +++ build.xml | 98 ++++++++++++++++++++++++++++++++++++++++++++++++ git.bat | 4 ++ git.sh | 4 ++ 4 files changed, 112 insertions(+) create mode 100644 build.properties create mode 100644 build.xml create mode 100644 git.bat create mode 100644 git.sh diff --git a/build.properties b/build.properties new file mode 100644 index 000000000..c8aeb5259 --- /dev/null +++ b/build.properties @@ -0,0 +1,6 @@ +dir.development=./ +dir.mcp=${dir.development}forge/mcp +version.minecraft=1.6.2 +version.mod.major=0 +version.mod.minor=1 +version.mod.revis=3 diff --git a/build.xml b/build.xml new file mode 100644 index 000000000..0d72e7993 --- /dev/null +++ b/build.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/git.bat b/git.bat new file mode 100644 index 000000000..b4d5c1351 --- /dev/null +++ b/git.bat @@ -0,0 +1,4 @@ +git clone https://github.com/DarkGuardsman/Fluid-Mechanics.git +git clone https://github.com/DarkGuardsman/Assembly-Line.git +git clone https://github.com/DarkGuardsman/FarmTech.git +git clone https://github.com/DarkGuardsman/Greater-Security.git diff --git a/git.sh b/git.sh new file mode 100644 index 000000000..b4d5c1351 --- /dev/null +++ b/git.sh @@ -0,0 +1,4 @@ +git clone https://github.com/DarkGuardsman/Fluid-Mechanics.git +git clone https://github.com/DarkGuardsman/Assembly-Line.git +git clone https://github.com/DarkGuardsman/FarmTech.git +git clone https://github.com/DarkGuardsman/Greater-Security.git