summaryrefslogtreecommitdiff
path: root/src/ui/gwt/Editor-compile.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/gwt/Editor-compile.bat')
-rw-r--r--src/ui/gwt/Editor-compile.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/gwt/Editor-compile.bat b/src/ui/gwt/Editor-compile.bat
deleted file mode 100644
index 2c9b77f4e..000000000
--- a/src/ui/gwt/Editor-compile.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-@echo off
-
-set APPDIR=.
-set GWT_DIR=C:\Program Files\eclipse\plugins\com.google.gwt.eclipse.sdkbundle.2.0.4_2.0.4.v201006301254\gwt-2.0.4
-set GWT_CLASSPATH=%GWT_DIR%\gwt-user.jar;%GWT_DIR%\gwt-dev.jar
-
-java %GWT_JAVA_OPTS% -Xmx256M -cp "%APPDIR%\src;%GWT_CLASSPATH%" com.google.gwt.dev.Compiler -war "%APPDIR%\www\editor" org.grammaticalframework.ui.gwt.EditorApp -style PRETTY