pom.xml now no longer modifies AndroidManifest.xml

This commit is contained in:
daniel oeh 2013-01-10 22:01:15 +01:00
parent 93be98c0eb
commit 04e2923183
1 changed files with 0 additions and 14 deletions

14
pom.xml
View File

@ -93,13 +93,6 @@
</configuration>
<extensions>true</extensions>
<executions>
<execution>
<id>manifestUpdate</id>
<phase>process-resources</phase>
<goals>
<goal>manifest-update</goal>
</goals>
</execution>
<execution>
<id>alignApk</id>
<phase>package</phase>
@ -198,13 +191,6 @@
</proguard>
</configuration>
<executions>
<execution>
<id>manifestUpdate</id>
<phase>process-resources</phase>
<goals>
<goal>manifest-update</goal>
</goals>
</execution>
<execution>
<id>alignApk</id>
<phase>package</phase>