You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/06/04 05:41:11 UTC

svn commit: rev 20808 - avalon/trunk/central/site

Author: mcconnell
Date: Thu Jun  3 20:41:11 2004
New Revision: 20808

Modified:
   avalon/trunk/central/site/build.properties
   avalon/trunk/central/site/build.xml
Log:
Update build to sync with latest changes to project tasks.

Modified: avalon/trunk/central/site/build.properties
==============================================================================
--- avalon/trunk/central/site/build.properties	(original)
+++ avalon/trunk/central/site/build.properties	Thu Jun  3 20:41:11 2004
@@ -1,13 +1,3 @@
  
-xdoc.output.format=html
-xdoc.fail.on.error = true 
-xdoc.print.stack.trace = true
-xdoc.svn.root.xdocs = https://svn.apache.org/repos/asf/avalon/trunk/central/site/src/xdocs
-xdoc.organization = The Apache Software Foundation. 
-xdoc.logo.left.file = images/feather.jpg
-xdoc.logo.left.url = 
-xdoc.logo.right.file = 
-xdoc.logo.right.url = 
-xdoc.logo.middle.file = 
-xdoc.logo.middle.url = 
-xdoc.brand.name = Apache Avalon 
+project.xdoc.anchor.url = https://svn.apache.org/repos/asf/avalon/trunk/central/site/src/xdocs
+project.xdoc.logo.left.file = images/feather.jpg

Modified: avalon/trunk/central/site/build.xml
==============================================================================
--- avalon/trunk/central/site/build.xml	(original)
+++ avalon/trunk/central/site/build.xml	Thu Jun  3 20:41:11 2004
@@ -2,7 +2,7 @@
 <project name="site" default="site" basedir="." 
     xmlns:x="antlib:org.apache.avalon.tools"> 
 
-  <x:project index="../system/index.xml"/>
+  <x:home index="../system/index.xml"/>
 
   <target name="site">
     <x:prepare/>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org