mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
Add a comment to custom_rules.xml saying why we move AndroidManifest.xml
This commit is contained in:
parent
36e9fb292b
commit
94de0a7ce2
@ -13,6 +13,7 @@
|
|||||||
</path>
|
</path>
|
||||||
<echo message="Set jars path to: ${toString:project.all.jars.path}"/>
|
<echo message="Set jars path to: ${toString:project.all.jars.path}"/>
|
||||||
</target>
|
</target>
|
||||||
|
<!-- Rename AndroidManifest.xml so that Eclipse's import wizard doesn't detect ant-build as a project -->
|
||||||
<target name="-post-build">
|
<target name="-post-build">
|
||||||
<move file="ant-build/AndroidManifest.xml" tofile="ant-build/AndroidManifest.cordova.xml" failonerror="false" overwrite="true" />
|
<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" />
|
<move file="CordovaLib/ant-build/AndroidManifest.xml" tofile="CordovaLib/ant-build/AndroidManifest.cordova.xml" failonerror="false" overwrite="true" />
|
||||||
|
Loading…
Reference in New Issue
Block a user