[Jsxe-cvs] SF.net SVN: jsxe: [1199] trunk/jsxe/build.xml
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-08-29 20:10:31
|
Revision: 1199 Author: ian_lewis Date: 2006-08-29 13:10:17 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1199&view=rev Log Message: ----------- Disable building the users manual by default Modified Paths: -------------- trunk/jsxe/build.xml Modified: trunk/jsxe/build.xml =================================================================== --- trunk/jsxe/build.xml 2006-08-29 17:56:30 UTC (rev 1198) +++ trunk/jsxe/build.xml 2006-08-29 20:10:17 UTC (rev 1199) @@ -380,6 +380,7 @@ <copy file="${root.dir}/NEWS" tofile="${build.docs}/NEWS"/> <!-- generate the html manual --> + <!-- <mkdir dir="${build.docs}/manual"/> <xslt basedir="${docs.dir}/manual" destdir="${build.docs}/manual" @@ -388,9 +389,11 @@ <outputproperty name="encoding" value="UTF-8"/> <mapper type="glob" from="*.xml" to="*.html"/> <xmlcatalog refid="docbook-catalog"/> - </xslt> + </xslt> + --> <!-- generate the pdf manual --> + <!-- <mkdir dir="${build.dir}/manual"/> <xslt basedir="${docs.dir}/manual" destdir="${build.dir}/manual" @@ -408,8 +411,8 @@ <include name="*.fo"/> </fileset> </fop> + --> - <javadoc author="true" destdir="${build.javadocs}" doctitle="${app.name} ${app.version} API" locale="en_US" packagenames="*" sourcepath="${build.src}" version="true" windowtitle="${app.name} ${app.version} API"> <link href="${java.javadoc.link}"/> <link href="${xerces.javadoc.link}"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |