diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-06-29 10:40:23 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-06-29 10:40:23 +0000 |
commit | b1c8a2a3eb22837dcf842c43afaf4670195bfd8e (patch) | |
tree | 2239b99e0b6a8f66671dbcdcf5858599b3a024b2 /build/build.xml | |
parent | 2776a22823fd3150ad520aff6997e02e011dd592 (diff) | |
download | vaadin-framework-b1c8a2a3eb22837dcf842c43afaf4670195bfd8e.tar.gz vaadin-framework-b1c8a2a3eb22837dcf842c43afaf4670195bfd8e.zip |
Do not build documentation and ZIP package for custom build
svn changeset:19564/svn branch:6.6
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 8715c8ff1f..44ac65bbf0 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, docs, internal-package-zip"> + <target name="custom-build" depends="clean-result, custom-build-init, nightly-init, package-init, init, build"> </target> @@ -1013,6 +1013,8 @@ <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"/> --> </then> <!-- Otherwise version and snapshot.repository.url come from target "init" --> </antcontrib:if> |