diff --git a/HoloColorPicker.iml b/HoloColorPicker.iml new file mode 100644 index 000000000..a256227a9 --- /dev/null +++ b/HoloColorPicker.iml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/k9mail.iml b/k9mail.iml index 0ef93abec..fa9063006 100644 --- a/k9mail.iml +++ b/k9mail.iml @@ -45,6 +45,7 @@ + diff --git a/k9mail.ipr b/k9mail.ipr index ce392dc02..4d3ad635b 100644 --- a/k9mail.ipr +++ b/k9mail.ipr @@ -126,6 +126,8 @@ + + @@ -155,12 +157,15 @@ + + + @@ -174,6 +179,7 @@ + @@ -232,6 +238,7 @@ @@ -402,6 +409,7 @@ + diff --git a/plugins/HoloColorPicker/pom.xml b/plugins/HoloColorPicker/pom.xml new file mode 100644 index 000000000..072a73da4 --- /dev/null +++ b/plugins/HoloColorPicker/pom.xml @@ -0,0 +1,131 @@ + + + 4.0.0 + com.larswerkman + colorpicker + apklib + Holo ColorPicker + A Holo themed colorpicker designed by Marie Schweiz and Nick Butcher. + https://github.com/LarsWerkman/HoloColorPicker + + org.sonatype.oss + oss-parent + 7 + + + + Apache License Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + https://github.com/LarsWerkman/HoloColorPicker + scm:git:git://github.com/LarsWerkman/HoloColorPicker.git + scm:git:git@github.com:LarsWerkman/HoloColorPicker.git + + + + Lars Werkman + http://www.androidviews.net/ + LarsWerkman + + + + + UTF-8 + UTF-8 + 1.6 + 4.1.1.4 + 16 + 3.2.0 + r99 + + + + com.google.android + android + ${android.version} + provided + + + com.google.android + support-v4 + ${android-support.version} + system + ${basedir}/libs/android-support-v4.jar + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + + + org.apache.maven.plugins + maven-eclipse-plugin + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-release-plugin + 2.3.2 + + v@{project.version} + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + ${android-maven.version} + + + ${android.platform} + + true + ${sourceCompatibility} + ${sourceCompatibility} + + true + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + + com.google.android:android + + bin + + com.android.ide.eclipse.adt.ANDROID_FRAMEWORK + + + com.android.ide.eclipse.adt.AndroidNature + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + com.android.ide.eclipse.adt.PreCompilerBuilder + com.android.ide.eclipse.adt.ApkBuilder + + + + + + src + +