huangbo vor 9 Jahren
Ursprung
Commit
e01f4c0d39

+ 3 - 3
display-server/build/build.properties

@ -1,6 +1,6 @@
1
project_name = display
2
project_home = ..
3
common_lib = ../../wade-mobile-library/common
1
project_name=display
2
project_home=..
3
common_lib=../../wade-mobile-library/common
4 4

5 5
build=${project_home}/build
6 6
config=${project_home}/etc

+ 4 - 4
ipu-server/build/build.properties

@ -1,6 +1,6 @@
1
project_name = ipu-server
2
project_home = ..
3
common_lib = ../../wade-mobile-library/common
1
project_name=display
2
project_home=..
3
common_lib=../../wade-mobile-library/common
4 4

5 5
build=${project_home}/build
6 6
config=${project_home}/etc
@ -12,7 +12,7 @@ template=${web}/template
12 12
encrypt=${web}/encrypt
13 13
version_class=com.ailk.mobile.tool.VersionTool
14 14
encrypt_class=com.ailk.mobile.tool.FileEncryptTool
15
version_filter=setup
15
version_filter=upload|setup|.gitignore|.DS_Store
16 16
is_debug=false
17 17

18 18
encode=UTF-8

+ 1 - 0
ipu-server/build/build.xml

@ -78,6 +78,7 @@
78 78
			<fileset dir="${web}">
79 79
				<exclude name="**/CVS/**/*.*"/>
80 80
				<exclude name="**/.svn/**/*.*"/>
81
				<exclude name="**/.gitignore"/>
81 82
				<exclude name="**/*#*.*" />
82 83
			</fileset>
83 84
		</copy>

BIN
wade-mobile-library/common/wade-mobile-server.jar