diff --git a/.gitignore b/.gitignore index 803358fb..3ea1640e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -build.properties private.properties +environment.properties .DS_Store .DS_Store? .Spotlight-V100 diff --git a/build.properties b/build.properties new file mode 100644 index 00000000..b6360465 --- /dev/null +++ b/build.properties @@ -0,0 +1,5 @@ +#Tue, 17 Sep 2013 20:27:04 -0400 +minecraft_version=1.6.2 +forge_version=9.10.1.871 +mod_version=pre2a +build_number=26 diff --git a/build.xml b/build.xml index f02b833c..76f893a7 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ - + - - - - - - + + + + + + @@ -125,12 +125,12 @@ - - - - - - + + + + + + diff --git a/build_number.properties b/build_number.properties deleted file mode 100644 index ad75cf0d..00000000 --- a/build_number.properties +++ /dev/null @@ -1,3 +0,0 @@ -#Thu, 12 Sep 2013 22:45:26 -0400 - -build_number=23 diff --git a/environment.properties_sample b/environment.properties_sample new file mode 100644 index 00000000..2869a5eb --- /dev/null +++ b/environment.properties_sample @@ -0,0 +1,4 @@ +base_location=D:/development/ +source_location=${base_location}/eclipse/Equivalent-Exchange-3 +mcp_location=${base_location}/forge/mcp +release_location=D:/Dropbox/Public/EE3 \ No newline at end of file