]> source.dussan.org Git - vaadin-framework.git/commitdiff
Now also copies images for manual
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sat, 10 Feb 2007 13:51:37 +0000 (13:51 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Sat, 10 Feb 2007 13:51:37 +0000 (13:51 +0000)
svn changeset:630/svn branch:toolkit

build/build.xml

index 5086ff7b6ed3f0fd16995dbea41993d6c7b75b9b..2be9b6407b50161d3c97fdc25237c5e8df926b10 100644 (file)
                        <classpath refid="docbook-xsl.classpath" />
                </java>
                <delete file="build/docbook/conf/temp.xsl" />
+               <copy todir="${output-dir}/doc/manual/img">
+                       <fileset dir="doc/manual/img">
+                               <exclude name="**/.svn" />
+                       </fileset>
+               </copy>
        </target>
 
        <!-- ZIP Package creation - - - - - - - - - - - - - - - - - - - - - - - - - -->