From 63276271a79baa4cfb4d8eb617adc6503cfd6ef4 Mon Sep 17 00:00:00 2001 From: Erwan Le Huitouze Date: Wed, 20 May 2020 16:41:00 +0200 Subject: [PATCH] Remove mvn files --- build.xml | 32 -------- gradle/wrapper/gradle-wrapper.properties | 2 +- pom-child.xml | 93 ------------------------ pom.xml | 38 ---------- 4 files changed, 1 insertion(+), 164 deletions(-) delete mode 100644 build.xml delete mode 100644 pom-child.xml delete mode 100644 pom.xml diff --git a/build.xml b/build.xml deleted file mode 100644 index b2b7bfa6a..000000000 --- a/build.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 330a2c9f8..77bd028de 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-1.8-bin.zip diff --git a/pom-child.xml b/pom-child.xml deleted file mode 100644 index 4f0c72df4..000000000 --- a/pom-child.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - - 4.0.0 - com.activeandroid - activeandroid - 3.1-SNAPSHOT - jar - ActiveAndroid - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - com.activeandroid - activeandroid-parent - 3.1-SNAPSHOT - ./pom.xml - - - - scm:git:git@github.com:pardom/ActiveAndroid.git - scm:git:git@github.com:pardom/ActiveAndroid.git - git@github.com:pardom/ActiveAndroid.git - - - - 1.6 - 16 - 4.1.1.4 - r7 - - - - - com.google.android - android - ${platform.version} - provided - - - com.google.android - android-test - ${platform.version} - provided - - - com.google.android - support-v4 - ${platform.support-version} - - - - - src - - - org.apache.maven.plugins - maven-surefire-plugin - 2.14.1 - - - maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - - - - com.jayway.maven.plugins.android.generation2 - android-maven-plugin - 3.8.2 - - - ${env.ANDROID_HOME} - ${platform.sdk} - - - true - - - - - diff --git a/pom.xml b/pom.xml deleted file mode 100644 index eafb111c5..000000000 --- a/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - 4.0.0 - com.activeandroid - activeandroid-parent - 3.1-SNAPSHOT - pom - ActiveAndroid - Parent - - - pom-child.xml - tests - - - - 1.6 - 16 - 4.1.1.4 - r7 - - - - - - - com.jayway.maven.plugins.android.generation2 - android-maven-plugin - 3.8.2 - - - maven-compiler-plugin - 3.1 - - - - -