diff --git a/distribution/package-bin.sh b/distribution/package-bin.sh index 9bdadee0..7c489f2e 100755 --- a/distribution/package-bin.sh +++ b/distribution/package-bin.sh @@ -55,8 +55,7 @@ cp $BASE_DIR/wisemapping.xml $JETTY_DIR/contexts/ cp -r $BASE_DIR/../wise-webapp/src/test/sql $TARGET_DIR/wisemapping-$WISE_VERSION/config # Store version -echo $1 > $WISE_WEBAPP_DIR/version -git rev-parse HEAD >> $WISE_WEBAPP_DIR/version +echo $1 $WISE_WEBAPP_DIR/version # Zip all ... cd $TARGET_DIR diff --git a/wise-editor/src/main/webapp/images/topic-link.png b/wise-editor/src/main/webapp/images/topic-link.png new file mode 100644 index 00000000..e5a05326 Binary files /dev/null and b/wise-editor/src/main/webapp/images/topic-link.png differ diff --git a/wise-editor/src/main/webapp/images/zoom-in.png b/wise-editor/src/main/webapp/images/zoom-in.png index 7e95f7fa..008cfc49 100644 Binary files a/wise-editor/src/main/webapp/images/zoom-in.png and b/wise-editor/src/main/webapp/images/zoom-in.png differ diff --git a/wise-editor/src/main/webapp/images/zoom_in2.png b/wise-editor/src/main/webapp/images/zoom_in2.png deleted file mode 100644 index 6a636ef5..00000000 Binary files a/wise-editor/src/main/webapp/images/zoom_in2.png and /dev/null differ diff --git a/wise-editor/src/main/webapp/images/zoom_out2.png b/wise-editor/src/main/webapp/images/zoom_out2.png deleted file mode 100644 index dba5fe71..00000000 Binary files a/wise-editor/src/main/webapp/images/zoom_out2.png and /dev/null differ