From e5f57674fdf0cbaef44ff74648a00d20df1e7036 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sat, 31 Mar 2012 12:34:14 -0400 Subject: [PATCH] Updated build paths to be ADt 17 compliant Change-Id: I546db4472b918539501951ca11082b107994d328 Signed-off-by: Ricky Barrette --- FindMyCarFull/.classpath | 7 ------- FindMyCarFull/project.properties | 2 +- FindMyCarLib/.classpath | 8 +------- FindMyCarLib/lint.xml | 3 +++ FindMyCarLib/project.properties | 4 ++-- 5 files changed, 7 insertions(+), 17 deletions(-) create mode 100644 FindMyCarLib/lint.xml diff --git a/FindMyCarFull/.classpath b/FindMyCarFull/.classpath index f85e4be..a4763d1 100644 --- a/FindMyCarFull/.classpath +++ b/FindMyCarFull/.classpath @@ -4,12 +4,5 @@ - - - - - - - diff --git a/FindMyCarFull/project.properties b/FindMyCarFull/project.properties index 24c7b19..54582a9 100644 --- a/FindMyCarFull/project.properties +++ b/FindMyCarFull/project.properties @@ -9,8 +9,8 @@ # Indicates whether an apk should be generated for each density. split.density=false -android.library.reference.1=../FindMyCarLib # Project target. target=Google Inc.:Google APIs:15 #proguard.config=proguard.cfg +android.library.reference.1=../FindMyCarLib diff --git a/FindMyCarLib/.classpath b/FindMyCarLib/.classpath index a53a264..e39cc86 100644 --- a/FindMyCarLib/.classpath +++ b/FindMyCarLib/.classpath @@ -3,13 +3,7 @@ - - - - - - - + diff --git a/FindMyCarLib/lint.xml b/FindMyCarLib/lint.xml new file mode 100644 index 0000000..ee0eead --- /dev/null +++ b/FindMyCarLib/lint.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/FindMyCarLib/project.properties b/FindMyCarLib/project.properties index 01ccf29..4b702d5 100644 --- a/FindMyCarLib/project.properties +++ b/FindMyCarLib/project.properties @@ -10,7 +10,7 @@ android.library=true # Project target. target=Google Inc.:Google APIs:15 -android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib -android.library.reference.2=../../location_library/LocationLib proguard.config=proguard.cfg +android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib +android.library.reference.2=../../location_library/LocationLib