summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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">