This commit is contained in:
aozhiwei 2020-02-18 21:41:17 +08:00
parent 66317afec5
commit 80ffa5e9df

View File

@ -1,6 +1,6 @@
GAME_ID=1009
LOG4J2_FILE="config/log4j2.xml"
JAR_NAME="web-load-1.0.jar"
JAR_NAME="lib/web-load-1.0.jar"
if [ ! -f "bin/is_test_env" ]; then
JAVA_OPTS="-server -Xms512m -Xmx512m -Xmn128m -XX:SurvivorRatio=4 -XX:InitiatingHeapOccupancyPercent=75"
else
@ -16,4 +16,4 @@ 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=""
EXT_PKG_FILES="conf public static templates"