]> source.dussan.org Git - vaadin-framework.git/commitdiff
Do not build documentation and ZIP package for custom build
authorHenri Sara <henri.sara@itmill.com>
Wed, 29 Jun 2011 10:40:23 +0000 (10:40 +0000)
committerHenri Sara <henri.sara@itmill.com>
Wed, 29 Jun 2011 10:40:23 +0000 (10:40 +0000)
svn changeset:19564/svn branch:6.6

build/build.xml

index 8715c8ff1f7de7e9a100d744fc06cf0198e6defb..44ac65bbf0e50526471589aa7e6469b51abe11a1 100644 (file)
     <!-- ================================================================== -->
 
     <!-- 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>
 
 
                        <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>