Tweak build file for jenkins building @ Forge Jenkins

This commit is contained in:
Christian 2013-06-08 15:39:22 -04:00
parent 0bb43992d7
commit d1531d1f7b

View file

@ -31,7 +31,7 @@
<condition property="out-of-date">
<not>
<and>
<available file="${download.dir}/${forge.name}"/>
<isset property="forge-exists"/>
<available file="${mcpsrc.dir}"/>
</and>
</not>