Updated the build script to automagically inject the version number from the build properties into the code and mcmod.info file

This commit is contained in:
pahimar 2012-10-26 10:14:46 -04:00
parent 3cd83d283c
commit 5499a1c1c3

View file

@ -14,6 +14,7 @@
<fileset dir="${dir.development}\source\Equivalent-Exchange-3\ee3_client\" />
<fileset dir="${dir.development}\source\Equivalent-Exchange-3\ee3_common\" />
</copy>
<replace dir="${dir.development}\mcp\src\common" token="@VERSION@" value="${release.mod.version}" />
</target>
<target name="recompile">