瀏覽代碼

Merge branch 'master' of http://114.215.100.48:3000/ipu/android-share.git

huangbo 9 年之前
父節點
當前提交
015f65a01b

+ 0 - 9
display-client/.classpath

@ -1,9 +0,0 @@
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 kind="output" path="bin/classes"/>
9
</classpath>

+ 2 - 1
display-client/.gitignore

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

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

@ -38,4 +38,4 @@
38 38
	<config name="loadurl_timeout" value="20000"/>
39 39
	<!-- 非必须,默认false。打开调试模式,不再比对资源版本,客户端每次下载所有资源-->
40 40
	<!-- <config name="is_debug" value="true"/> -->
41
</configs>
41
</configs>

+ 0 - 17
display-client/project.properties

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

+ 1 - 1
ipu-client/assets/mobile-config.xml

@ -1,7 +1,7 @@
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configs>
3 3
    <!-- 必须。10.0.2.2为Android模拟器的保留ip地址。访问到本机电脑时使用 -->
4
	<config name="request_host" value="http://10.0.2.2:8080"/>
4
	<config name="request_host" value="http://192.168.57.1:8080"/>
5 5
	<!-- 请求主机名或请求地址。包括服务器的ip地址和端口 -->
6 6
	<!-- <config name="request_host" value="http://192.168.0.143:8080"/>  -->
7 7
	<!-- 必须。容器应用名或请求根路径 -->

+ 1 - 1
multiple-client/assets/mobile-config.xml

@ -3,7 +3,7 @@
3 3
    <!-- 请求主机名或请求地址。包括服务器的ip地址和端口 -->
4 4
	<!-- <config name="request_host" value="http://192.168.1.102:8080"/> -->
5 5
	<!-- 必须。10.0.2.2为Android模拟器的保留ip地址。访问到本机电脑时使用 -->
6
	<config name="request_host" value="http://10.0.2.2:8080"/>
6
	<config name="request_host" value="http://192.168.57.1:8080"/>
7 7
	<!-- 必须。容器应用名或请求根路径 -->
8 8
	<config name="request_path" value="/mult"/>
9 9
	<!-- 必须。数据接口的servlet路径 -->

+ 1 - 0
multiple-server/.gitignore

@ -2,3 +2,4 @@
2 2
/.settings
3 3
/mult.war
4 4
/bin/*
5
/bin/