summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-06-29 10:42:37 +0000
committerHenri Sara <henri.sara@itmill.com>2011-06-29 10:42:37 +0000
commit8156999d9278bbc71312b490bac54b0709d188cb (patch)
tree89deda02957307b062d901e1d7f2209bb204191e /build
parentb1c8a2a3eb22837dcf842c43afaf4670195bfd8e (diff)
downloadvaadin-framework-8156999d9278bbc71312b490bac54b0709d188cb.tar.gz
vaadin-framework-8156999d9278bbc71312b490bac54b0709d188cb.zip
Do not build demos or other widgetsets in custom build
svn changeset:19565/svn branch:6.6
Diffstat (limited to 'build')
-rw-r--r--build/build.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index 44ac65bbf0..a99bd31033 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -995,7 +995,7 @@
<!-- ================================================================== -->
<!-- Main target for the custom build. -->
- <target name="custom-build" depends="clean-result, custom-build-init, nightly-init, package-init, init, build">
+ <target name="custom-build" depends="clean-result, custom-build-init, nightly-init, package-init, init, compile-server-side, compile-client-side, vaadin.jar, vaadin-sources.jar">
</target>
@@ -1013,8 +1013,7 @@
<property file="${build.properties.file}" />
<property name="version" value="${vaadin.version}"/>
<property name="version.full" value="${version}.custom-${build.date.compact}"/>
- <!-- Other widgetsets required as long as building demo WAR -->
- <!-- <property name="compile.only.default-widgetset" value="1"/> -->
+ <property name="compile.only.default-widgetset" value="1"/>
</then>
<!-- Otherwise version and snapshot.repository.url come from target "init" -->
</antcontrib:if>