don't send the simulator properties to api docs

This commit is contained in:
Prasanna Santhanam 2012-05-23 16:26:47 +05:30
parent 98b6c46fdd
commit 972690352a
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@
<arg value="${target.dir}/jar" />
<arg value="${deps.dir}" />
<arg value="${dist.dir}" />
<arg value="-f ${commands.file},${commands.ext.file},${commands.simulator.file}" />
<arg value="-f ${commands.file},${commands.ext.file}" />
</exec>
<echo message="Result locates at ${dist.dir}/commands.xml" />