aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/libsAndJarTest/lib2
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/libsAndJarTest/lib2')
-rw-r--r--testapps/libsAndJarTest/lib2/project.properties2
-rw-r--r--testapps/libsAndJarTest/lib2/res/values/strings.xml5
2 files changed, 6 insertions, 1 deletions
diff --git a/testapps/libsAndJarTest/lib2/project.properties b/testapps/libsAndJarTest/lib2/project.properties
index 36f1594..9be8830 100644
--- a/testapps/libsAndJarTest/lib2/project.properties
+++ b/testapps/libsAndJarTest/lib2/project.properties
@@ -13,3 +13,5 @@
# Project target.
target=android-15
android.library=true
+verbose=true
+
diff --git a/testapps/libsAndJarTest/lib2/res/values/strings.xml b/testapps/libsAndJarTest/lib2/res/values/strings.xml
index 549e4ea..e1e7a9d 100644
--- a/testapps/libsAndJarTest/lib2/res/values/strings.xml
+++ b/testapps/libsAndJarTest/lib2/res/values/strings.xml
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+
<string name="app_name">Main</string>
-</resources>
+ <string name="foo2">foo</string>
+
+</resources> \ No newline at end of file