Author: smukhina
Date: 2007-11-23 12:24:48 -0500 (Fri, 23 Nov 2007)
New Revision: 5072
Modified:
trunk/documentation/guides/userguide/Exadel-migration/build.xml
trunk/documentation/guides/userguide/GettingStartedGuide/build.xml
trunk/documentation/guides/userguide/Legacy-jsf-struts/build.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-303
Modified: trunk/documentation/guides/userguide/Exadel-migration/build.xml
===================================================================
--- trunk/documentation/guides/userguide/Exadel-migration/build.xml 2007-11-23 17:24:23
UTC (rev 5071)
+++ trunk/documentation/guides/userguide/Exadel-migration/build.xml 2007-11-23 17:24:48
UTC (rev 5072)
@@ -1,8 +1,11 @@
<project name="Documentation" default="all.doc"
basedir=".">
+ <property name="modulename"
value="Exadel-migration"></property>
+ <condition property="build.dir" value="${doc-root}/${modulename}"
else="${basedir}/../../build/Exadel-migration">
+ <isset property="doc-root"/>
+ </condition>
<!-- Set the following property to generate the doco in the output folder -->
- <property name="build.dir"
value="${basedir}/../../build/Exadel-migration"/>
-
+
<property name="pdf.name"
value="Exadel-migration.pdf" />
<import file="../../resources/support.xml" />
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/build.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/build.xml 2007-11-23 17:24:23
UTC (rev 5071)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/build.xml 2007-11-23 17:24:48
UTC (rev 5072)
@@ -1,7 +1,9 @@
<project name="Documentation" default="all.doc"
basedir=".">
- <!-- Set the following property to generate the doco in the output folder -->
- <property name="build.dir"
value="${basedir}/../../build/GettingStartedGuide"/>
+ <property name="modulename"
value="GettingStartedGuide"></property>
+ <condition property="build.dir" value="${doc-root}/${modulename}"
else="${basedir}/../../build/GettingStartedGuide">
+ <isset property="doc-root"/>
+ </condition>
<property name="pdf.name"
value="Getting_Started_with_RHDS.pdf" />
<import file="../../resources/support.xml" />
Modified: trunk/documentation/guides/userguide/Legacy-jsf-struts/build.xml
===================================================================
--- trunk/documentation/guides/userguide/Legacy-jsf-struts/build.xml 2007-11-23 17:24:23
UTC (rev 5071)
+++ trunk/documentation/guides/userguide/Legacy-jsf-struts/build.xml 2007-11-23 17:24:48
UTC (rev 5072)
@@ -1,7 +1,10 @@
<project name="Documentation" default="all.doc"
basedir=".">
<!-- Set the following property to generate the doco in the output folder -->
- <property name="build.dir"
value="${basedir}/../../build/legacy-jsf-struts"/>
+ <property name="modulename"
value="legacy-jsf-struts"></property>
+ <condition property="build.dir" value="${doc-root}/${modulename}"
else="${basedir}/../../build/legacy-jsf-struts">
+ <isset property="doc-root"/>
+ </condition>
<property name="pdf.name"
value="Legacy-jsf-struts.pdf" />
<import file="../../resources/support.xml" />