1
This commit is contained in:
parent
890b4d73d2
commit
b488344aca
3
.gitignore
vendored
3
.gitignore
vendored
@ -0,0 +1,3 @@
|
||||
target
|
||||
res
|
||||
config
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "third_party/tools"]
|
||||
path = third_party/tools
|
||||
url = git@git.kingsome.cn:server_common/tools.git
|
||||
[submodule "third_party/wjtx"]
|
||||
path = third_party/wjtx
|
||||
url = git@git.kingsome.cn:/server/wjtx.git
|
||||
|
@ -12,8 +12,8 @@ JAVA_OPTS="$JAVA_OPTS -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApp
|
||||
JAVA_OPTS="$JAVA_OPTS -Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector"
|
||||
JAVA_OPTS="$JAVA_OPTS -Dlog4j.configurationFile=${LOG4J2_FILE}"
|
||||
|
||||
SOURCE_PATH="third_party/wjtx/legend-admin/guns/trunk"
|
||||
SOURCE_PATH="third_party/wjtx/game-web/trunk"
|
||||
PRE_COMPILE_CMD=""
|
||||
COMPILE_CMD="mvn clean package install -Dmaven.test.skip=true"
|
||||
POST_COMPILE_CMD=""
|
||||
EXT_PKG_FILES="upload WEB-INF static"
|
||||
EXT_PKG_FILES=""
|
||||
|
1
third_party/wjtx
vendored
Submodule
1
third_party/wjtx
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 25278f848037b87a648e1ec2f3fe2718af87d0d5
|
Loading…
x
Reference in New Issue
Block a user