From: vincent@cubedesigners.com Date: Mon, 7 Mar 2011 09:57:55 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=649e2d9bb717e99aa2c5902f9b5d989d5546fb93;p=cubeextranet.git --- diff --git a/fluidbook/tools/fwstk b/fluidbook/tools/fwstk new file mode 100644 index 000000000..f168f3ab3 --- /dev/null +++ b/fluidbook/tools/fwstk @@ -0,0 +1,2 @@ +#!/bin/sh +java -jar fwstk.jar $* \ No newline at end of file diff --git a/fluidbook/tools/fwstk.bat b/fluidbook/tools/fwstk.bat new file mode 100644 index 000000000..c2ceb4c58 --- /dev/null +++ b/fluidbook/tools/fwstk.bat @@ -0,0 +1 @@ +@"C:\Program Files\Java\jre6\bin\java.exe" -jar C:\Users\Vincent\Documents\Works\cubeExtranet\fluidbook\tools\fwstk.jar %* \ No newline at end of file diff --git a/fluidbook/tools/fwstk.jar b/fluidbook/tools/fwstk.jar new file mode 100644 index 000000000..8e038c66c Binary files /dev/null and b/fluidbook/tools/fwstk.jar differ