1
This commit is contained in:
parent
7abafbf0c8
commit
e437f42c89
13
boundle.sh
13
boundle.sh
@ -1,13 +0,0 @@
|
||||
cd third_party/wjtx/trunk/
|
||||
mvn clean package install -Dmaven.test.skip=true
|
||||
cd ../game-web/trunk
|
||||
mvn clean package install -Dmaven.test.skip=true
|
||||
|
||||
cd ../../../../
|
||||
pwd
|
||||
|
||||
tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
|
||||
dir_name=`basename $PWD`
|
||||
package_name=${dir_name}.tar.gz
|
||||
|
||||
tar --exclude=*.git -chzf target/${package_name} bin reload.sh restart.sh start_instance.sh config lib public static templates
|
1
boundle.sh
Symbolic link
1
boundle.sh
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_java/boundle.sh
|
@ -1,3 +0,0 @@
|
||||
cd bin
|
||||
sh shutdown.sh
|
||||
sh startup.sh
|
1
restart.sh
Symbolic link
1
restart.sh
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_java/restart.sh
|
1
start_instance.sh
Symbolic link
1
start_instance.sh
Symbolic link
@ -0,0 +1 @@
|
||||
third_party/tools/scripts/publish_java/start_instance.sh
|
Loading…
x
Reference in New Issue
Block a user