Skip to content

Commit

Permalink
Remove the auto-update of the Android manifest from Maven.
Browse files Browse the repository at this point in the history
This feature cannot be used when the project is deployed.
  • Loading branch information
gallandarakhneorg committed Oct 23, 2013
1 parent 9a44f11 commit 0a4264c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions neteditor-androidpanel/pom.xml
Expand Up @@ -81,8 +81,9 @@
</emulator>
</configuration>
<extensions>true</extensions>
<!-- Update the Manifest according to currenty Maven configuration -->
<executions>
<!-- Update the Manifest according to currenty Maven configuration.
This configuration does not work on the CLI when deploying. -->
<!--<executions>
<execution>
<id>update-manifest</id>
<phase>process-resources</phase>
Expand All @@ -95,7 +96,7 @@
</manifest>
</configuration>
</execution>
</executions>
</executions>-->
</plugin>
</plugins>
</build>
Expand Down
7 changes: 4 additions & 3 deletions neteditor-fsm/fsm-droideditor/pom.xml
Expand Up @@ -84,8 +84,9 @@
</emulator>
</configuration>
<extensions>true</extensions>
<!-- Update the Manifest according to currenty Maven configuration -->
<executions>
<!-- Update the Manifest according to currenty Maven configuration.
This configuration does not work on the CLI when deploying. -->
<!--<executions>
<execution>
<id>update-manifest</id>
<phase>process-resources</phase>
Expand All @@ -98,7 +99,7 @@
</manifest>
</configuration>
</execution>
</executions>
</executions>-->
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 0a4264c

Please sign in to comment.