aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-05-15 12:09:20 +0000
committerArtur Signell <artur.signell@itmill.com>2009-05-15 12:09:20 +0000
commit6c801113b8726559b9f6322beddb52b00a3e3e15 (patch)
treebeb11e1f22ac35443bd5c0b2ddd5d371ce885a35 /build
parent61108bc5c3a0f80a363144247a8ebd91295c1eda (diff)
downloadvaadin-framework-6c801113b8726559b9f6322beddb52b00a3e3e15.tar.gz
vaadin-framework-6c801113b8726559b9f6322beddb52b00a3e3e15.zip
Fixed #2899 - Drop HTML-formatted manual from Vaadin package
svn changeset:7831/svn branch:6.0
Diffstat (limited to 'build')
-rw-r--r--build/build.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/build/build.xml b/build/build.xml
index 75c44a7bcc..e9e0423912 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -212,7 +212,6 @@
<mkdir dir="${output-dir}/WebContent" />
<mkdir dir="${output-dir}/WebContent/demo" />
<mkdir dir="${output-dir}/WebContent/docs" />
- <mkdir dir="${output-dir}/WebContent/docs/manual" />
<mkdir dir="${output-dir}/WebContent/docs/api" />
<mkdir dir="${output-dir}/WebContent/docs/example-source" />
<mkdir dir="${output-dir}/WebContent/WEB-INF" />
@@ -1026,7 +1025,6 @@
<copy todir="${output-dir}/WebContent/docs">
<fileset dir="${docdir}/build/result/package/WebContent/docs">
<exclude name="**/.svn" />
- <include name="book/**" />
<include name="book-of-vaadin.pdf" />
</fileset>
</copy>
@@ -1036,24 +1034,6 @@
</target>
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
- <!-- Documentation: Add documentation including style files -->
- <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
- <target name="package-docs">
- <copy todir="${output-dir}/WebContent/docs/book/html-style">
- <fileset dir="docs/manual/html-style">
- <exclude name="**/.svn" />
- <exclude name="**/test.html" />
- </fileset>
- </copy>
- <copy todir="${output-dir}/WebContent/docs">
- <fileset dir="docs">
- <exclude name="**/.svn" />
- <include name="dtd/**/*.dtd" />
- </fileset>
- </copy>
- </target>
-
- <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- Documentation: Add Javadoc to doc -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<target name="javadoc" depends="preprocess-src">