]> source.dussan.org Git - vaadin-framework.git/commitdiff
updated compile script for new directory structure
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 19 Sep 2007 06:55:15 +0000 (06:55 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 19 Sep 2007 06:55:15 +0000 (06:55 +0000)
svn changeset:2322/svn branch:trunk

build/bin/compile-gwt-components

index 3f02e923157e39532993146503428b3ac85cce08..ab042a2c20afe79db4592a8eea982521f99d9053 100755 (executable)
@@ -13,5 +13,5 @@ else
        PLATFORM="linux"
 fi
 
-rm -r ../../WebContent/com.itmill.toolkit.terminal.gwt.Client/*
-java $JVMVARS -cp "../../src:../gwt/gwt/gwt-user.jar:../gwt/gwt/gwt-dev-$PLATFORM.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent" "$@" com.itmill.toolkit.terminal.gwt.Client;
+rm -r ../../WebContent/ITK-INF/widgetsets/com.itmill.toolkit.terminal.gwt.WidgetSet/*
+java $JVMVARS -cp "../../src:../gwt/gwt/gwt-user.jar:../gwt/gwt/gwt-dev-$PLATFORM.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent/ITK-INF/widgetsets" "$@" com.itmill.toolkit.terminal.gwt.DefaultWidgetSet -style DETAILED;