diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-11-01 11:50:41 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-11-01 11:50:41 +0000 |
commit | 15f8b8a7e50e01bed9cb83d799d120827a15e940 (patch) | |
tree | 503ff9ed7bde3b818a461841ededd70250067476 /build | |
parent | 52c1cb21e1ac6d4c149522ab6171bad48a31336e (diff) | |
download | vaadin-framework-15f8b8a7e50e01bed9cb83d799d120827a15e940.tar.gz vaadin-framework-15f8b8a7e50e01bed9cb83d799d120827a15e940.zip |
fix.. Sorry committed with reserv widgetset recompile disabled...(now fixed)
svn changeset:2654/svn branch:trunk
Diffstat (limited to 'build')
-rwxr-xr-x | build/bin/compile-gwt-components | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/bin/compile-gwt-components b/build/bin/compile-gwt-components index 52ab6417c3..42ce80af9c 100755 --- a/build/bin/compile-gwt-components +++ b/build/bin/compile-gwt-components @@ -30,10 +30,10 @@ SRCDIR=../../src STYLE=OBF # Clean anything that could be wrong -#rm -r $OUTDIR/* -#rm -r .gwt-cache +rm -r $OUTDIR/* +rm -r .gwt-cache # Build the widgetsets java $JVMVARS -cp "$SRCDIR:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-$PLATFORM.jar" com.google.gwt.dev.GWTCompiler -out $OUTDIR com.itmill.toolkit.terminal.gwt.DefaultWidgetSet -style $STYLE -#java $JVMVARS -cp "$SRCDIR:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-$PLATFORM.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent/ITMILL/widgetsets" com.itmill.toolkit.demo.colorpicker.gwt.WidgetSet -style $STYLE -#java $JVMVARS -cp "$SRCDIR:$GWTDIR/gwt-user.jar:../../lib/reservr/googlemaps_gwt.jar:$GWTDIR/gwt-dev-$PLATFORM.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent/ITMILL/widgetsets" com.itmill.toolkit.demo.reservation.gwt.WidgetSet -style $STYLE +java $JVMVARS -cp "$SRCDIR:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-$PLATFORM.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent/ITMILL/widgetsets" com.itmill.toolkit.demo.colorpicker.gwt.WidgetSet -style $STYLE +java $JVMVARS -cp "$SRCDIR:$GWTDIR/gwt-user.jar:../../lib/reservr/googlemaps_gwt.jar:$GWTDIR/gwt-dev-$PLATFORM.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent/ITMILL/widgetsets" com.itmill.toolkit.demo.reservation.gwt.WidgetSet -style $STYLE |