diff --git a/distribution/package-bin.sh b/distribution/package-bin.sh index e2e638fa..7c489f2e 100755 --- a/distribution/package-bin.sh +++ b/distribution/package-bin.sh @@ -54,6 +54,9 @@ cp $BASE_DIR/wisemapping.xml $JETTY_DIR/contexts/ # Distribute scripts cp -r $BASE_DIR/../wise-webapp/src/test/sql $TARGET_DIR/wisemapping-$WISE_VERSION/config +# Store version +echo $1 $WISE_WEBAPP_DIR/version + # Zip all ... cd $TARGET_DIR zip -r wisemapping-$WISE_VERSION.zip wisemapping-$WISE_VERSION diff --git a/wise-webapp/src/main/webapp/jsp/iframeWrapper.jsp b/wise-webapp/src/main/webapp/jsp/iframeWrapper.jsp index 0a86c3fd..94a090c5 100644 --- a/wise-webapp/src/main/webapp/jsp/iframeWrapper.jsp +++ b/wise-webapp/src/main/webapp/jsp/iframeWrapper.jsp @@ -4,7 +4,8 @@
- +
" id="submitBtn"/> " id="cancelBtn"/> @@ -12,7 +13,7 @@