You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Stephen McConnell <mc...@apache.org> on 2004/09/02 00:43:17 UTC

[patch] avalon/central


The following patch updates avalon/central with two changes:

  1. updating of the index.xml to rename the site project 
     from site to avalon-central-site

  2. update the site buildfile to exclude the generation of 
     javadoc for facilities and magic (simply because magic's 
     javadoc task needs some attention)

As soon as the patch is applied I'll run the gump update.

Cheers, Steve.



Index: site/build.properties
===================================================================
--- site/build.properties       (revision 37342)
+++ site/build.properties       (working copy)
@@ -1,6 +1,6 @@

 project.home = ..
-project.name = site
+project.name = avalon-central-site
 project.xdoc.anchor.url =
https://svn.apache.org/repos/asf/avalon/trunk/central/site/src/xdocs
 project.xdoc.logo.left.file = images/feather.jpg

Index: site/build.xml
===================================================================
--- site/build.xml      (revision 37342)
+++ site/build.xml      (working copy)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>

-<project name="site" default="site" basedir="."
+<project name="avalon-central-site" default="site" basedir="."
     xmlns:x="antlib:org.apache.avalon.tools">

   <property file="build.properties"/>
@@ -18,12 +18,14 @@
     <x:javadoc title="Avalon Runtime" id="avalon-runtime"
staged="true">
       <x:link href="http://java.sun.com/j2se/1.4/docs/api" />
     </x:javadoc>
-    <x:javadoc title="Avalon Magic" id="avalon-tools-magic">
+    <!--
+    <x:javadoc title="Avalon Facilities" id="avalon-planet-facilities">
       <x:link href="http://java.sun.com/j2se/1.4/docs/api" />
     </x:javadoc>
-    <x:javadoc title="Avalon Facilities" id="avalon-planet-facilities">
+    <x:javadoc title="Avalon Magic" id="avalon-tools-magic">
       <x:link href="http://java.sun.com/j2se/1.4/docs/api" />
     </x:javadoc>
+    -->
   </target>

   <target name="site" depends="standard.site">
Index: index.xml
===================================================================
--- index.xml   (revision 37342)
+++ index.xml   (working copy)
@@ -8,8 +8,10 @@
   <import index="../runtime/index.xml"
 
href="http://svn.apache.org/repos/asf/avalon/trunk/runtime/index.xml"/>

+  <!--
   <import index="../planet/index.xml"
 
href="http://svn.apache.org/repos/asf/avalon/trunk/planet/index.xml"/>
+  -->

   <!--
   Avalon Central.
@@ -18,7 +20,7 @@
   <project basedir="site">
     <info>
       <group>avalon</group>
-      <name>site</name>
+      <name>avalon-central-site</name>
       <type>doc</type>
     </info>
     <dependencies>



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