Fix Swagger console base URL location issue.

This commit is contained in:
Paulo Gustavo Veiga
2014-12-16 00:43:40 -03:00
parent 81e9fa2793
commit 8003ef73bf
4 changed files with 188 additions and 190 deletions

View File

@@ -8,7 +8,7 @@ BASE_DIR=`pwd`
TARGET_DIR=$BASE_DIR/target
JETTY_DIR=$TARGET_DIR/wisemapping-$WISE_VERSION
WISE_WEBAPP_DIR=$JETTY_DIR/webapps/wisemapping
JETTY_VERSION=8.1.14.v20131031
JETTY_VERSION=8.1.16.v20140903
JETTY_DIST_DIR=jetty-distribution-${JETTY_VERSION}
JETTY_ZIP=${JETTY_DIST_DIR}.zip