summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-05-15 13:44:32 +0000
committerMarko Grönroos <magi@iki.fi>2009-05-15 13:44:32 +0000
commit59717b6fcaad5c39428e6fb18e0d3050bafc61e4 (patch)
tree1240abded4683f3b7fe51bce6be6ff92b61b5c24 /build
parent18eae1a2031d1cf911a4e04f93bd44c46c2d59e3 (diff)
downloadvaadin-framework-59717b6fcaad5c39428e6fb18e0d3050bafc61e4.tar.gz
vaadin-framework-59717b6fcaad5c39428e6fb18e0d3050bafc61e4.zip
Enabled the JavaDoc target from building the manual, was disabled at some point.
svn changeset:7835/svn branch:6.0
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index e9e0423912..2cf1d7d076 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -976,7 +976,7 @@
<!-- ================================================================== -->
<!-- Documentation -->
<!-- ================================================================== -->
- <target name="docs" depends="init, manual">
+ <target name="docs" depends="init, javadoc, manual">
</target>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->