summaryrefslogtreecommitdiff
path: root/src/server/gwt/Translate-compile
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-04-22 14:01:08 +0000
committerkrasimir <krasimir@chalmers.se>2010-04-22 14:01:08 +0000
commite3a279e457c8159c07db2db652dbe151afb51f36 (patch)
treec3cf73a14297d7c40288b7403f4d778282032a6b /src/server/gwt/Translate-compile
parentba7467a550b83c942fbeb414667697337d3ca3a9 (diff)
now the PGF service communicates with Graphviz using UTF8 for the input and binary for the output
Diffstat (limited to 'src/server/gwt/Translate-compile')
-rw-r--r--src/server/gwt/Translate-compile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/gwt/Translate-compile b/src/server/gwt/Translate-compile
index 42c02da33..a2c6faaf0 100644
--- a/src/server/gwt/Translate-compile
+++ b/src/server/gwt/Translate-compile
@@ -1,6 +1,8 @@
#!/bin/sh
APPDIR=`dirname $0`;
+export GWT_DIR="/home/angelov/gwt-linux-1.5.3"
+export GWT_CLASSPATH="$GWT_DIR/gwt-user.jar:$GWT_DIR/gwt-dev-linux.jar"
if [ -z "$GWT_CLASSPATH" ]; then
echo 'ERROR: $GWT_CLASSPATH is not set'