Browse Source

moved gwt generation target path

svn changeset:1599/svn branch:trunk
tags/6.7.0.beta1
Joonas Lehtinen 17 years ago
parent
commit
e0d204245e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build/bin/compile-gwt-components

+ 1
- 1
build/bin/compile-gwt-components View File

@@ -1,2 +1,2 @@
#!/bin/sh
java -XstartOnFirstThread -cp "../../src:$APPDIR/bin:../gwt/gwt-mac-1.4.10/gwt-user.jar:../gwt/gwt-mac-1.4.10/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent/gwt" "$@" com.itmill.toolkit.terminal.gwt.Client;
java -XstartOnFirstThread -cp "../../src:$APPDIR/bin:../gwt/gwt-mac-1.4.10/gwt-user.jar:../gwt/gwt-mac-1.4.10/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent" "$@" com.itmill.toolkit.terminal.gwt.Client;

Loading…
Cancel
Save