]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed #2899 - Drop HTML-formatted manual from Vaadin package
authorArtur Signell <artur.signell@itmill.com>
Fri, 15 May 2009 12:09:20 +0000 (12:09 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 15 May 2009 12:09:20 +0000 (12:09 +0000)
svn changeset:7831/svn branch:6.0

build/build.xml

index 75c44a7bcc8b0ec992872f8c93c2828837ff7b6b..e9e042391222089978e578159c0aec2d7be5e759 100644 (file)
                <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" />
                <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>
        <target name="manual" depends="init, manual-init, manual-checkout, manual-build, manual-copy">
     </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                                  -->
        <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -->