aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-07-20 09:03:32 +0000
committerHenri Sara <henri.sara@itmill.com>2011-07-20 09:03:32 +0000
commitcb2abbf1d6d7da3bfdc0671af6b68c6f2867d16d (patch)
tree4906a1e2afffd4ae79a4449b1eccaf42755192bc /build
parentbbafadd9dc24596e6fc62b46b8de7adedfb6794d (diff)
downloadvaadin-framework-cb2abbf1d6d7da3bfdc0671af6b68c6f2867d16d.tar.gz
vaadin-framework-cb2abbf1d6d7da3bfdc0671af6b68c6f2867d16d.zip
Custom build compiles all widgetsets, demos and ZIP (without documentation) for internal testing
svn changeset:19855/svn branch:6.6
Diffstat (limited to 'build')
-rw-r--r--build/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml
index cc85563200..dde89ea882 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -997,7 +997,7 @@
<!-- ================================================================== -->
<!-- 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>
@@ -1015,7 +1015,7 @@
<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>