yangbiao лет назад: 9
Родитель
Сommit
5746281d06

+ 14 - 0
display-client/.classpath

@ -0,0 +1,14 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="src" path="gen"/>
4
	<classpathentry kind="src" path="src"/>
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 combineaccessrules="false" exported="true" kind="src" path="/wade-mobile"/>
9
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wade-mobile-data"/>
10
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wade-mobile-func"/>
11
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wade-mobile-im"/>
12
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wade-mobile-ui"/>
13
	<classpathentry kind="output" path="bin/classes"/>
14
</classpath>

+ 0 - 3
display-client/.gitignore

@ -2,6 +2,3 @@
2 2
/bin
3 3
/gen
4 4
/proguard
5
/project.properties
6
/.classpath
7
/src/com/ai/mobile/display/asd.java

+ 2 - 2
display-client/assets/mobile-config.xml

@ -1,11 +1,11 @@
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configs>
3 3
    <!-- 请求主机名或请求地址。包括服务器的ip地址和端口 -->
4
	<config name="request_host" value="http://192.168.51.103:8080"/>
4
	<config name="request_host" value="http://10.0.2.2:8080"/>
5 5
	<!-- 必须。10.0.2.2为Android模拟器的保留ip地址。访问到本机电脑时使用 -->
6 6
	<!-- <config name="request_host" value="http://10.0.2.2:8080"/> -->
7 7
	<!-- 必须。容器应用名或请求根路径 -->
8
	<config name="request_path" value="/display-server"/>
8
	<config name="request_path" value="/display"/>
9 9
	<!-- 必须。数据接口的servlet路径 -->
10 10
	<config name="request_servlet" value="/mobiledata"/>
11 11
	<!-- 非必须,默认应用名。sd卡上的应用根目录名字,解决应用中文名的问题 -->

+ 17 - 0
display-client/project.properties

@ -0,0 +1,17 @@
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
android.library.reference.1=../wade-mobile-lib
14
android.library.reference.2=../../android/wade-mobile-com
15
proguard.config=proguard-project.txt
16
# Project target.
17
target=android-15

BIN
wade-mobile-common/libs/wade-mobile-com.jar