Update build files for test project.

This commit is contained in:
Sebastian Kaspari 2011-11-26 23:20:08 +01:00
parent a0a1d3fb3d
commit 2522aacb11
4 changed files with 15 additions and 9 deletions

7
.gitignore vendored
View File

@ -5,8 +5,9 @@ bin/
gen/
R.java
# local ant properties
# Build files
local.properties
ant.properties
build.xml
proguard.cfg
# Config file for the build_release.sh script (Because everyone has a different version)
build.conf

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry combineaccessrules="false" kind="src" path="/Yaaic"/>
<classpathentry kind="lib" path="libs/robotium-solo-2.0.2.jar"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

View File

@ -1,10 +1,10 @@
# 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,
# "build.properties", and override values to adapt the script to your
# "ant.properties", and override values to adapt the script to your
# project structure.
# Project target.

4
test/test.sh Executable file
View File

@ -0,0 +1,4 @@
android update test-project -p . -m ../application
ant clean debug install test