diff --git a/.idea/libraries/Maven__net_mantucon_baracus_baracus_framework_apklib_0_6_2_SNAPSHOT.xml b/.idea/libraries/Maven__net_mantucon_baracus_baracus_framework_apklib_0_6_2_SNAPSHOT.xml deleted file mode 100644 index 9268027..0000000 --- a/.idea/libraries/Maven__net_mantucon_baracus_baracus_framework_apklib_0_6_2_SNAPSHOT.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_baracus_baracus_framework_apklib_0_8.xml b/.idea/libraries/Maven__org_baracus_baracus_framework_apklib_0_8.xml new file mode 100644 index 0000000..50c7c51 --- /dev/null +++ b/.idea/libraries/Maven__org_baracus_baracus_framework_apklib_0_8.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..3b00020 --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b85f2f1..13920b5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,26 +1,27 @@ - + + - + \ No newline at end of file diff --git a/README b/README index 365ab63..b296420 100644 --- a/README +++ b/README @@ -1 +1,8 @@ -This file was created by IntelliJ IDEA 12.1.6 for binding GitHub repository \ No newline at end of file +BUILDING THE EXAMPLES + +You MUST set the sdk path (I am developing and compiling under several machines, so there are profiles!) and activate +Your matching profile on a maven build. + +Example : Windows Machine, Android SDK under C:\sdk\android\ +-> Modify the pom's android.sdk.path in the windows profile and build the app via mvn clean install -Pwindows + diff --git a/baracus-tutorial.iml b/baracus-tutorial.iml index 7d84ed9..420d537 100644 --- a/baracus-tutorial.iml +++ b/baracus-tutorial.iml @@ -8,22 +8,30 @@