aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2009-05-14 15:08:21 +0000
committerMarko Grönroos <magi@iki.fi>2009-05-14 15:08:21 +0000
commitb352310fa0cf2f58a4b253838c118577e5560b2d (patch)
treecc6a10886911132f8075006bf48991a0f4cb2e62 /build
parente4e7bcd25cd15027f786798604f286a503c0b0e9 (diff)
downloadvaadin-framework-b352310fa0cf2f58a4b253838c118577e5560b2d.tar.gz
vaadin-framework-b352310fa0cf2f58a4b253838c118577e5560b2d.zip
Some renamings for Vaadin 6.0 package.
svn changeset:7819/svn branch:6.0
Diffstat (limited to 'build')
-rw-r--r--build/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index 5f8878c6af..efd9228822 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1026,8 +1026,8 @@
<copy todir="${output-dir}/WebContent/doc">
<fileset dir="${docdir}/build/result/package/WebContent/doc">
<exclude name="**/.svn" />
- <include name="manual/**" />
- <include name="manual.pdf" />
+ <include name="book/**" />
+ <include name="book-of-vaadin.pdf" />
</fileset>
</copy>
</target>
@@ -1039,7 +1039,7 @@
<!-- Documentation: Add documentation including style files -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<target name="package-docs">
- <copy todir="${output-dir}/WebContent/doc/manual/html-style">
+ <copy todir="${output-dir}/WebContent/doc/book/html-style">
<fileset dir="doc/manual/html-style">
<exclude name="**/.svn" />
<exclude name="**/test.html" />