yangbiao 9 years ago
parent
commit
17af848e30

+ 0 - 5
display-client/.classpath

@ -5,10 +5,5 @@
5 5
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
6 6
	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7 7
	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
8
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wade-mobile-data"/>
9
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wade-mobile-func"/>
10
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wade-mobile-im"/>
11
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wade-mobile-ui"/>
12
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/wade-mobile"/>
13 8
	<classpathentry kind="output" path="bin/classes"/>
14 9
</classpath>

+ 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卡上的应用根目录名字,解决应用中文名的问题 -->

+ 1 - 1
display-client/project.properties

@ -13,5 +13,5 @@
13 13
# Project target.
14 14
target=android-15
15 15
android.library.reference.1=../wade-mobile-lib
16
android.library.reference.2=../../android/wade-mobile-com
16
android.library.reference.2=../wade-mobile-common
17 17
proguard.config=proguard-project.txt