Add a comment to custom_rules.xml saying why we move AndroidManifest.xml

This commit is contained in:
Andrew Grieve 2014-06-03 15:28:45 -04:00
parent 36e9fb292b
commit 94de0a7ce2

View File

@ -13,6 +13,7 @@
</path>
<echo message="Set jars path to: ${toString:project.all.jars.path}"/>
</target>
<!-- Rename AndroidManifest.xml so that Eclipse's import wizard doesn't detect ant-build as a project -->
<target name="-post-build">
<move file="ant-build/AndroidManifest.xml" tofile="ant-build/AndroidManifest.cordova.xml" failonerror="false" overwrite="true" />
<move file="CordovaLib/ant-build/AndroidManifest.xml" tofile="CordovaLib/ant-build/AndroidManifest.cordova.xml" failonerror="false" overwrite="true" />