Test fixed + pom changes

This commit is contained in:
Sergey Solovyev
2012-04-20 12:41:51 +04:00
parent c033e820fc
commit 1b4a682a61
8 changed files with 102 additions and 97 deletions

View File

@@ -1,6 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:a="http://schemas.android.com/apk/res/android"
package="org.solovyev.android.calculator"
a:versionCode="1"
a:versionName="1.0"/>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="0.1" package="org.solovyev.android.calculator"/>

View File

@@ -32,38 +32,4 @@
</dependencies>
<build>
<extensions>
<extension>
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>3.1.1</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-2</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>read-project-properties</goal>
</goals>
<configuration>
<files>
<file>${basedir}/src/misc/env/env.properties</file>
</files>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@@ -0,0 +1,3 @@
<resources>
<!--this file is needed only for one purpose - to save res folder as it is needed for build-->
</resources>