Add missing argument

This commit is contained in:
LexManos 2013-06-27 22:29:10 -07:00
parent 90c643183e
commit cf448bb934

View file

@ -275,6 +275,7 @@
<arg value="${mcp.home}" /> <arg value="${mcp.home}" />
<arg value="--fml-dir" /> <arg value="--fml-dir" />
<arg value="${basedir}" /> <arg value="${basedir}" />
<arg value="--gen-conf" />
</exec> </exec>
</target> </target>