aboutsummaryrefslogtreecommitdiffstats
path: root/build/package/build-widgetset.xml
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-05-19 09:44:29 +0000
committerHenri Sara <henri.sara@itmill.com>2009-05-19 09:44:29 +0000
commit055d2732b6a91041a40656409fca460e8f7a21e7 (patch)
tree9e4cd4c1596cd2ff9909f19216b49c33f03363d5 /build/package/build-widgetset.xml
parent654095152b0aaa8508bf0cde97a442480d8ab720 (diff)
downloadvaadin-framework-055d2732b6a91041a40656409fca460e8f7a21e7.tar.gz
vaadin-framework-055d2732b6a91041a40656409fca460e8f7a21e7.zip
#2904 A few more Toolkit -> Vaadin renames (also in the build branch) and a related fix to Eclipse classpath
svn changeset:7878/svn branch:6.0
Diffstat (limited to 'build/package/build-widgetset.xml')
-rw-r--r--build/package/build-widgetset.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/package/build-widgetset.xml b/build/package/build-widgetset.xml
index 18e5c0ff48..55962ae263 100644
--- a/build/package/build-widgetset.xml
+++ b/build/package/build-widgetset.xml
@@ -6,10 +6,10 @@ Client-side code is compiled by using GWTCompiler which compiles client-side Jav
JavaScript. Generated files are located under WebContent/VAADIN/widgetsets/*.
Client-side compilation is required if you create new or modify existing widgets.
-You may use either this script or IT Mill Toolkit Hosted Mode.launch (in Eclipse)
+You may use either this script or Vaadin Hosted Mode Browser.launch (in Eclipse)
to compile your client-side java code.
-By default IT Mill Toolkit first tries to serve widgetset resources from the file system, if that
+By default Vaadin first tries to serve widgetset resources from the file system, if that
fails then files are streamed from vaadin-<version>.jar.
See configure target to adjust this buildfile.
@@ -27,7 +27,7 @@ See configure target to adjust this buildfile.
-->
<target name="configure">
- <!-- Path from this file to the root of the toolkit distribution package -->
+ <!-- Path from this file to the root of the Vaadin distribution package -->
<property name="base" value="../../../" />
<!-- which platform we are in, possible values are windows, linux and mac -->
@@ -36,7 +36,7 @@ See configure target to adjust this buildfile.
<!-- where platform specific GWT distribution is located -->
<property name="gwt-location" value="${base}gwt" />
- <!-- where Toolkit jar is located -->
+ <!-- where Vaadin jar is located -->
<property name="toolkit-jar-location" value="${base}WebContent/WEB-INF/lib/vaadin-@version@.jar" />
<!-- where project client-side widgetset source files are located -->