JWS-116 Added entries for the jabaws docs source files to the build.xml
authorFábio Madeira <fmmarquesmadeira@dundee.ac.uk>
Tue, 11 Apr 2017 16:17:03 +0000 (17:17 +0100)
committerFábio Madeira <fmmarquesmadeira@dundee.ac.uk>
Tue, 11 Apr 2017 16:48:06 +0000 (17:48 +0100)
build.xml

index d570b14..0ae53df 100644 (file)
--- a/build.xml
+++ b/build.xml
                        </zipfileset>
                        <!-- Add JABAWS web site apart from the binary archive -->
                        <zipfileset dir="${basedir}/website" excludes="archive/**, devel*.html, tests/**, template.html"/>
+                       <!-- Add JABAWS docs apart from the contents of _build -->
+                       <zipfileset dir="${basedir}/docs" excludes="_build/**"/>
                        <zipfileset dir="." includes="${full-jabaws-client}" fullpath="WEB-INF/lib/jabaws-client.jar"/>
                        <!-- Put a copy of log4j configuration file where it can be used  -->
                        <zipfileset dir="log" includes="log4j.properties" prefix="WEB-INF/classes"/>
                <zip destfile="${jabaws-devel-web}" whenempty="create">
                        <!-- Add JABAWS web site apart from the binary archive -->
                        <zipfileset dir="${basedir}/website" excludes="template.html, download.html, index.html, manual.html, howto.html, archive/**, prog_docs/**"/>
+                       <!-- Add JABAWS docs apart from the contents of _build -->
+                       <zipfileset dir="${basedir}/docs" excludes="_build/**"/>
                </zip>
        </target>