]> source.dussan.org Git - vaadin-framework.git/commitdiff
Custom build compiles all widgetsets, demos and ZIP (without documentation) for inter...
authorHenri Sara <henri.sara@itmill.com>
Wed, 20 Jul 2011 09:03:32 +0000 (09:03 +0000)
committerHenri Sara <henri.sara@itmill.com>
Wed, 20 Jul 2011 09:03:32 +0000 (09:03 +0000)
svn changeset:19855/svn branch:6.6

build/build.xml

index cc8556320042ecc9c96baff1b35e047c4dea64c2..dde89ea882e3ce08c71b776730b2c5db510dc891 100644 (file)
     <!-- ================================================================== -->
 
     <!-- Main target for the custom 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 name="custom-build" depends="clean-result, custom-build-init, nightly-init, package-init, init, build, internal-package-zip">
     </target>
 
 
                        <property file="${build.properties.file}" />
                                <property name="version" value="${vaadin.version}"/>
                        <property name="version.full" value="${version}.custom-${build.date.compact}"/>
-                               <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>