diff --git a/actionbarsherlock-i18n/pom.xml b/actionbarsherlock-i18n/pom.xml index 65b45e95e..a1e5a000c 100644 --- a/actionbarsherlock-i18n/pom.xml +++ b/actionbarsherlock-i18n/pom.xml @@ -3,7 +3,7 @@ 4.0.0 actionbarsherlock-i18n - ActionBarSherlock Internationalization + ActionBarSherlock i18n apklib @@ -28,6 +28,7 @@ com.google.android support-v4 + provided @@ -38,33 +39,18 @@ android-maven-plugin true - - - - - org.holoeverywhere - translator - 1.4.2 - true - - ${project.basedir}/res - ${project.basedir} - - abs__strings.json - - - - - - - + + org.holoeverywhere + translator + + ${project.basedir}/res + ${project.basedir} + + abs__strings.json + + + + diff --git a/actionbarsherlock-i18n/project.properties b/actionbarsherlock-i18n/project.properties new file mode 100644 index 000000000..1b2b95927 --- /dev/null +++ b/actionbarsherlock-i18n/project.properties @@ -0,0 +1,18 @@ +# 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-14 +android.library.reference.1=../actionbarsherlock + + + + + + diff --git a/actionbarsherlock-i18n/src/.gitnop b/actionbarsherlock-i18n/src/.gitignore similarity index 100% rename from actionbarsherlock-i18n/src/.gitnop rename to actionbarsherlock-i18n/src/.gitignore diff --git a/pom.xml b/pom.xml index 8ae4ae3a5..44fd336b3 100644 --- a/pom.xml +++ b/pom.xml @@ -146,6 +146,12 @@ 1.0.0 + + org.holoeverywhere + translator + 1.4.2 + + org.apache.maven.plugins maven-site-plugin