Author: smukhina
Date: 2007-11-29 07:41:06 -0500 (Thu, 29 Nov 2007)
New Revision: 5147
Modified:
trunk/seam/docs/reference/build.xml
Log:
the line was deleted with the previous commit "<property
name="modulename" value="seam"></property>"
it couses the build failed
this is fixed now
Modified: trunk/seam/docs/reference/build.xml
===================================================================
--- trunk/seam/docs/reference/build.xml 2007-11-29 00:16:50 UTC (rev 5146)
+++ trunk/seam/docs/reference/build.xml 2007-11-29 12:41:06 UTC (rev 5147)
@@ -1,5 +1,6 @@
<project name="Documentation" default="all.doc"
basedir=".">
+<property name="modulename" value="seam"/>
<!-- Set the following property to generate the doco in the output folder -->
<condition property="build.dir" value="${doc-root}/${modulename}"
else="${basedir}/../../build/reference">
<isset property="doc-root"/>
Show replies by date