Fix build script to read correct version information
This commit is contained in:
parent
6acb0e2ef2
commit
0af6bda540
|
@ -41,7 +41,6 @@
|
||||||
</tstamp>
|
</tstamp>
|
||||||
<property environment="env" />
|
<property environment="env" />
|
||||||
<property file="build.properties" />
|
<property file="build.properties" />
|
||||||
<property file="ironchestversion.properties" />
|
|
||||||
<property name="modname" value="mod_ironchests" />
|
<property name="modname" value="mod_ironchests" />
|
||||||
<condition property="dev.home" value="${env.WORKSPACE}" else="${default.dev.home}">
|
<condition property="dev.home" value="${env.WORKSPACE}" else="${default.dev.home}">
|
||||||
<isset property="env.WORKSPACE" />
|
<isset property="env.WORKSPACE" />
|
||||||
|
|
Loading…
Reference in New Issue