summaryrefslogtreecommitdiff
path: root/src/server/gwt/Translate-compile
diff options
context:
space:
mode:
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'