From cf9a609d6b2f18e2f7c9e3a6d3a4aa9a24d370d0 Mon Sep 17 00:00:00 2001 From: serso Date: Thu, 20 Sep 2012 11:10:23 +0400 Subject: [PATCH] POM changes --- calculatorpp/project.properties | 39 +-- pom.xml | 444 ++++++++++++++++---------------- 2 files changed, 238 insertions(+), 245 deletions(-) diff --git a/calculatorpp/project.properties b/calculatorpp/project.properties index 1b733b09..0b0ebc4d 100644 --- a/calculatorpp/project.properties +++ b/calculatorpp/project.properties @@ -1,19 +1,20 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "ant.properties", and override values to adapt the script to your -# project structure. - -# Project target. -target=android-15 -android.library.reference.1=gen-external-apklibs/org.solovyev.android_android-common-core_1.0.0 -android.library.reference.2=gen-external-apklibs/org.solovyev.android_android-common-ads_1.0.0 -android.library.reference.3=gen-external-apklibs/org.solovyev.android_android-common-view_1.0.0 -android.library.reference.4=gen-external-apklibs/org.solovyev.android_android-common-preferences_1.0.0 -android.library.reference.5=gen-external-apklibs/org.solovyev.android_android-common-other_1.0.0 -android.library.reference.6=gen-external-apklibs/org.solovyev.android_android-common-menu_1.0.0 - - +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-15 +android.library.reference.1=../calculatorpp-service +android.library.reference.2=gen-external-apklibs/org.solovyev.android_android-common-core_1.0.0 +android.library.reference.3=gen-external-apklibs/org.solovyev.android_android-common-ads_1.0.0 +android.library.reference.4=gen-external-apklibs/org.solovyev.android_android-common-view_1.0.0 +android.library.reference.5=gen-external-apklibs/org.solovyev.android_android-common-preferences_1.0.0 +android.library.reference.6=gen-external-apklibs/org.solovyev.android_android-common-other_1.0.0 +android.library.reference.7=gen-external-apklibs/org.solovyev.android_android-common-menu_1.0.0 + + diff --git a/pom.xml b/pom.xml index f8fe79ac..a4352372 100644 --- a/pom.xml +++ b/pom.xml @@ -1,227 +1,219 @@ - - - - 4.0.0 - - org.solovyev.android - calculatorpp-parent - pom - 1.3.1 - Calculator++ - - - calculatorpp - calculatorpp-service - calculatorpp-test - - - - UTF-8 - - - - - - - org.solovyev - common-core - 1.0.0 - - - - org.solovyev - common-text - 1.0.1 - - - - org.solovyev.android - android-common-core - apklib - 1.0.0 - - - - org.solovyev.android - android-common-ads - apklib - 1.0.0 - - - - org.solovyev.android - android-common-view - apklib - 1.0.0 - - - - org.solovyev.android - android-common-preferences - apklib - 1.0.0 - - - - org.solovyev.android - android-common-menu - apklib - 1.0.0 - - - - org.solovyev.android - android-common-other - apklib - 1.0.0 - - - - junit - junit - 4.8.1 - - - - com.google.android - android - 4.0.1.2 - provided - - - - com.google.android - android-test - 2.3.1 - - - - com.google.guava - guava - 11.0.2 - - - - - - - - - - - com.jayway.maven.plugins.android.generation2 - android-maven-plugin - true - - - - true - - - - - - - manifestUpdate - process-resources - - manifest-update - - - - - - - - - - - - - - org.apache.maven.plugins - maven-jarsigner-plugin - 1.2 - - - - com.jayway.maven.plugins.android.generation2 - android-maven-plugin - 3.1.1 - - - - ${project.basedir}/src/main/java - - - - 15 - - - - 23 - 10000 - - - - - true - - - true - - - - - - - com.pyx4me - proguard-maven-plugin - 2.0.4 - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.5 - - - - - - - - com.jayway.maven.plugins.android.generation2 - android-maven-plugin - 3.1.1 - - - - - - - - - - standard - - - - - release - - - - performRelease - true - - - - - - - + + + + 4.0.0 + + org.solovyev.android + calculatorpp-parent + pom + 1.3.1 + Calculator++ + + + calculatorpp + calculatorpp-service + calculatorpp-test + + + + UTF-8 + + + + + + + org.solovyev + common-core + 1.0.0 + + + + org.solovyev + common-text + 1.0.1 + + + + org.solovyev.android + android-common-core + apklib + 1.0.0 + + + + org.solovyev.android + android-common-ads + apklib + 1.0.0 + + + + org.solovyev.android + android-common-view + apklib + 1.0.0 + + + + org.solovyev.android + android-common-preferences + apklib + 1.0.0 + + + + org.solovyev.android + android-common-menu + apklib + 1.0.0 + + + + org.solovyev.android + android-common-other + apklib + 1.0.0 + + + + junit + junit + 4.8.1 + + + + com.google.android + android + 4.0.1.2 + provided + + + + com.google.android + android-test + 2.3.1 + + + + com.google.guava + guava + 11.0.2 + + + + + + + + + + + com.electriccloud + javac2-maven-plugin + 1.0.1 + + + @NotNull Instrumentation + + instrument + + + compile + + + + + + + + + + + org.apache.maven.plugins + maven-jarsigner-plugin + 1.2 + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.1.1 + + + + ${project.basedir}/src/main/java + + + + 15 + + + + 23 + 10000 + + + + + true + + + true + + + + + + + com.pyx4me + proguard-maven-plugin + 2.0.4 + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.5 + + + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.1.1 + + + + + + + + + + standard + + + + + release + + + + performRelease + true + + + + + + + \ No newline at end of file