Loading tools/build.sh +4 −2 Original line number Diff line number Diff line Loading @@ -81,13 +81,15 @@ mv basex $RELEASE_DIR #create symlink to max web app in basex webapp echo 'create symlink to max web app in basex webapp' cd $RELEASE_DIR/basex/webapp ln -s ../../max max #copy saxon & fop jars in basex lib dir echo 'copy saxon & fop jars in basex lib dir' cd $DIRECTORY cp basex/lib/custom/Saxon-HE-10.8.jar $RELEASE_DIR/basex/custom/ cp basex/lib/custom/FOP.jar $RELEASE_DIR/basex/custom/ cp ../basex/lib/custom/Saxon-HE-10.8.jar $RELEASE_DIR/basex/lib/custom/ cp ../basex/lib/custom/FOP.jar $RELEASE_DIR/basex/lib/custom/ # generate Makefile from dev one echo 'TOOLS_DIR=max/tools/' > Makefile Loading Loading
tools/build.sh +4 −2 Original line number Diff line number Diff line Loading @@ -81,13 +81,15 @@ mv basex $RELEASE_DIR #create symlink to max web app in basex webapp echo 'create symlink to max web app in basex webapp' cd $RELEASE_DIR/basex/webapp ln -s ../../max max #copy saxon & fop jars in basex lib dir echo 'copy saxon & fop jars in basex lib dir' cd $DIRECTORY cp basex/lib/custom/Saxon-HE-10.8.jar $RELEASE_DIR/basex/custom/ cp basex/lib/custom/FOP.jar $RELEASE_DIR/basex/custom/ cp ../basex/lib/custom/Saxon-HE-10.8.jar $RELEASE_DIR/basex/lib/custom/ cp ../basex/lib/custom/FOP.jar $RELEASE_DIR/basex/lib/custom/ # generate Makefile from dev one echo 'TOOLS_DIR=max/tools/' > Makefile Loading