提交 87558e2f 编写于 作者: A andrewleo2013

Merge branch 'master' of https://github.com/NetEase/Emmagee.git

......@@ -7,10 +7,10 @@
<target name="update_project" >
<exec
executable="android"
executable="cmd"
failonerror="true" >
<arg line="update project -n Emmagee -p ." />
<arg line="/C android update project -n Emmagee -p ." />
</exec>
</target>
......@@ -19,10 +19,10 @@
depends="update_project" >
<exec
executable="ant"
executable="cmd"
failonerror="true" >
<arg line="debug" />
<arg line="/C ant debug" />
</exec>
</target>
......@@ -41,4 +41,4 @@
</delete>
</target>
</project>
\ No newline at end of file
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册