You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/13 23:47:33 UTC

svn commit: r111755 - /lenya/branches/BRANCH_1_2_X/src/targets/export-build.xml

Author: gregor
Date: Mon Dec 13 14:47:31 2004
New Revision: 111755

URL: http://svn.apache.org/viewcvs?view=rev&rev=111755
Log:
Made the start page for the export target valid.
Modified:
   lenya/branches/BRANCH_1_2_X/src/targets/export-build.xml

Modified: lenya/branches/BRANCH_1_2_X/src/targets/export-build.xml
Url: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/targets/export-build.xml?view=diff&rev=111755&p1=lenya/branches/BRANCH_1_2_X/src/targets/export-build.xml&r1=111754&p2=lenya/branches/BRANCH_1_2_X/src/targets/export-build.xml&r2=111755
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/targets/export-build.xml	(original)
+++ lenya/branches/BRANCH_1_2_X/src/targets/export-build.xml	Mon Dec 13 14:47:31 2004
@@ -63,7 +63,7 @@
     <arg value="-C${build.webapp}/WEB-INF/cocoon.xconf"/> <!-- cocoon.xconf file to use -->
     <arg value="-b${build.export}/brokenlinks.txt"/>  <!-- output list of broken links -->
     <arg value="-k${build.webapp}/WEB-INF/logkit.xconf"/>  <!-- logkit configuration -->
-    <arg value="${publication}/live/index.html"/>  <!-- starting page -->
+    <arg value="/${publication}/live/index.html"/>  <!-- starting page -->
     <arg value="-efalse"/> <!-- don't confirm extensions -->
     <arg value="-V" />  <!-- be verbose -->
   </java>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org