summaryrefslogtreecommitdiffstats
path: root/build/package/build-widgetset.xml
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2009-05-12 11:12:45 +0000
committerMarc Englund <marc.englund@itmill.com>2009-05-12 11:12:45 +0000
commite14bcef7f580a6e85c85665cd633105288c8f9c5 (patch)
treeb4c92e97bd78c98e3cd81ab76b5a42513009ac8b /build/package/build-widgetset.xml
parente0c9e338d7e575d29c19a391854f6539bd30b10d (diff)
downloadvaadin-framework-e14bcef7f580a6e85c85665cd633105288c8f9c5.tar.gz
vaadin-framework-e14bcef7f580a6e85c85665cd633105288c8f9c5.zip
Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)
svn changeset:7762/svn branch:6.0
Diffstat (limited to 'build/package/build-widgetset.xml')
-rw-r--r--build/package/build-widgetset.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/package/build-widgetset.xml b/build/package/build-widgetset.xml
index 79e7512658..8f64ce735f 100644
--- a/build/package/build-widgetset.xml
+++ b/build/package/build-widgetset.xml
@@ -3,7 +3,7 @@
<!--
Client-side code is compiled by using GWTCompiler which compiles client-side Java code into
-JavaScript. Generated files are located under WebContent/ITMILL/widgetsets/*.
+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)
@@ -43,7 +43,7 @@ See configure target to adjust this buildfile.
<property name="client-side-src-location" value="${base}WebContent/WEB-INF/src" />
<!-- where to generate compiled javascript and theme files -->
- <property name="client-side-destination" value="${base}WebContent/ITMILL/widgetsets" />
+ <property name="client-side-destination" value="${base}WebContent/VAADIN/widgetsets" />
</target>
<target name="init" depends="configure">