mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-10 11:15:09 -05:00
Update build files for test project.
This commit is contained in:
parent
a0a1d3fb3d
commit
2522aacb11
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
|
||||
|
@ -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>
|
||||
|
@ -4,7 +4,7 @@
|
||||
# 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
4
test/test.sh
Executable file
@ -0,0 +1,4 @@
|
||||
android update test-project -p . -m ../application
|
||||
|
||||
ant clean debug install test
|
||||
|
Loading…
Reference in New Issue
Block a user