huangbo 9 years ago
parent
commit
5ff196fb48
3 changed files with 26 additions and 3 deletions
  1. 9 0
      display-client/.classpath
  2. 1 3
      display-client/.gitignore
  3. 16 0
      display-client/project.properties

+ 9 - 0
display-client/.classpath

@ -0,0 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="src"/>
4
	<classpathentry kind="src" path="gen"/>
5
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
6
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
8
	<classpathentry kind="output" path="bin/classes"/>
9
</classpath>

+ 1 - 3
display-client/.gitignore

@ -1,6 +1,4 @@
1 1
/.settings
2 2
/bin
3 3
/gen
4
/proguard
5
/.classpath
6
/project.properties
4
/proguard

+ 16 - 0
display-client/project.properties

@ -0,0 +1,16 @@
1
# This file is automatically generated by Android Tools.
2
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3
#
4
# This file must be checked in Version Control Systems.
5
#
6
# To customize properties used by the Ant build system edit
7
# "ant.properties", and override values to adapt the script to your
8
# project structure.
9
#
10
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12
13
# Project target.
14
target=android-15
15
android.library.reference.1=../wade-mobile-common
16
android.library.reference.2=../wade-mobile-lib