aboutsummaryrefslogtreecommitdiff
path: root/testapps/jarCheckTests3/lib1/.project
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-03-02 13:57:08 -0800
committerXavier Ducrohet <xav@android.com>2012-03-02 14:19:12 -0800
commit35803ee3b4362248489db1dd1fc6d483f3c3ee65 (patch)
treebd26c3f561390247b9af0eac7b26ff3c947d5502 /testapps/jarCheckTests3/lib1/.project
parent81c5fb5448a6342cb3bb29ea501fccf95573288c (diff)
downloadsdk-35803ee3b4362248489db1dd1fc6d483f3c3ee65.tar.gz
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
Diffstat (limited to 'testapps/jarCheckTests3/lib1/.project')
-rw-r--r--testapps/jarCheckTests3/lib1/.project33
1 files changed, 33 insertions, 0 deletions
diff --git a/testapps/jarCheckTests3/lib1/.project b/testapps/jarCheckTests3/lib1/.project
new file mode 100644
index 000000000..14ffc89ae
--- /dev/null
+++ b/testapps/jarCheckTests3/lib1/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jarCheckTests3-lib1</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.android.ide.eclipse.adt.ApkBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>