Fix up MCP location

This commit is contained in:
Christian 2012-12-19 09:08:21 -05:00
parent 8a3852513a
commit a5d0320adf
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<property environment="env" /> <property environment="env" />
<property file="build.properties" /> <property file="build.properties" />
<property name="modname" value="ironchest" /> <property name="modname" value="ironchest" />
<condition property="mcp.home" value="${env.WORKSPACE}/mcpworkspace" else="${default.mcp.home}"> <condition property="mcp.home" value="${env.WORKSPACE}/mcpworkspace/forge/mcp" else="${default.mcp.home}">
<isset property="env.WORKSPACE" /> <isset property="env.WORKSPACE" />
</condition> </condition>
<condition property="python.exe" value="${mcp.home}/runtime/bin/python/python_mcp" else="python"> <condition property="python.exe" value="${mcp.home}/runtime/bin/python/python_mcp" else="python">