From 35803ee3b4362248489db1dd1fc6d483f3c3ee65 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Fri, 2 Mar 2012 13:57:08 -0800 Subject: More fixes to the test projects. - add eclipse files for a bunch of them - package name refactoring to match the folder structure somehow (more need this) - updated the javaproject to have an extra java project and to have code that access java resources to test packaging too. Change-Id: Ie13842c1b891e495e04d8a157a12cac9db13f30e --- testapps/jarCheckTests3/app/project.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testapps/jarCheckTests3/app/project.properties (limited to 'testapps/jarCheckTests3/app/project.properties') diff --git a/testapps/jarCheckTests3/app/project.properties b/testapps/jarCheckTests3/app/project.properties new file mode 100644 index 0000000..1d28b51 --- /dev/null +++ b/testapps/jarCheckTests3/app/project.properties @@ -0,0 +1,13 @@ +# 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-15 +android.library.reference.1=../lib1 +android.library.reference.2=../lib2 -- cgit v1.1