From: <bo...@us...> - 2013-02-03 14:32:43
|
Revision: 516 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=516&view=rev Author: bodewig Date: 2013-02-03 14:32:36 +0000 (Sun, 03 Feb 2013) Log Message: ----------- remove logo from user's guide Modified Paths: -------------- branches/xmlunit-1.x/docbook.xml branches/xmlunit-1.x/src/user-guide/XMLUnit-Java.xml Modified: branches/xmlunit-1.x/docbook.xml =================================================================== --- branches/xmlunit-1.x/docbook.xml 2013-02-03 12:40:21 UTC (rev 515) +++ branches/xmlunit-1.x/docbook.xml 2013-02-03 14:32:36 UTC (rev 516) @@ -98,7 +98,7 @@ <target name="-users-guide-html-xsltproc" depends="-xsltproc-available?,-users-guide-html-pre" if="run xsltproc"> - <exec command="${xsltproc}" failonerror="true"> + <exec executable="${xsltproc}" failonerror="true"> <arg value="-o"/> <!-- xsltproc needs the trailing slash to work properly --> <arg value="${html.dir}/"/> @@ -117,7 +117,6 @@ depends="-users-guide-html-trax,-users-guide-html-xsltproc" unless="HTML is up-to-date" description="Creates HTML version of the User's Guide"> - <copy file="${src.dir}/site/xmlunit.png" toDir="${html.dir}"/> </target> <target name="-check-os"> @@ -159,7 +158,6 @@ <target name="users-guide-pdf" depends="-define-dblatex" description="Creates the PDF version of the User's Guide"> - <copy file="${src.dir}/site/xmlunit.png" toDir="${src.userguide.dir}"/> <dblatex sourcefile="${src.userguide.dir}/${user.guide}.xml"/> <move file="${src.userguide.dir}/${user.guide}.pdf" todir="${userguide.docs.dir}"/> Modified: branches/xmlunit-1.x/src/user-guide/XMLUnit-Java.xml =================================================================== --- branches/xmlunit-1.x/src/user-guide/XMLUnit-Java.xml 2013-02-03 12:40:21 UTC (rev 515) +++ branches/xmlunit-1.x/src/user-guide/XMLUnit-Java.xml 2013-02-03 14:32:36 UTC (rev 516) @@ -34,12 +34,7 @@ --> <article> - <title>XMLUnit Java User's Guide - <inlinemediaobject><imageobject> - <imagedata fileref="xmlunit.png" width="331" depth="100" - valign="middle" format="PNG"/> - </imageobject></inlinemediaobject> - </title> + <title>XMLUnit Java User's Guide</title> <articleinfo> <authorgroup> <author> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |