hammant 2002/12/03 15:17:06 Modified: . build.xml src/documentation/content/assemblers book.xml src/documentation/content/bdg book.xml src/documentation/content/mx book.xml Log: punit links copy to ../site reinstated Revision Changes Path 1.191 +4 -0 jakarta-avalon-phoenix/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v retrieving revision 1.190 retrieving revision 1.191 diff -u -r1.190 -r1.191 --- build.xml 27 Nov 2002 07:03:53 -0000 1.190 +++ build.xml 3 Dec 2002 23:17:06 -0000 1.191 @@ -878,6 +878,10 @@ <copy todir="${build.docs}/api" filtering="off"> <fileset dir="${build.javadocs}"/> </copy> + + <copy todir="../jakarta-avalon-site/docs/phoenix" filtering="off"> + <fileset dir="${build.docs}"/> + </copy> </target> 1.2 +1 -0 jakarta-avalon-phoenix/src/documentation/content/assemblers/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/src/documentation/content/assemblers/book.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- book.xml 18 Nov 2002 14:18:49 -0000 1.1 +++ book.xml 3 Dec 2002 23:17:06 -0000 1.2 @@ -17,6 +17,7 @@ <menu-item href="../bdg/index.html" label="for Block Developers"/> <menu-item href="../mx/index.html" label="Management Guide"/> <menu-item href="../guide-example-configuration.html" label="Example configuration"/> +<menu-item href="../guide-punit.html" label="PUnit unit testing"/> </menu> <menu label="Reference"> <menu-item href="../api/index.html" label="API Docs"/> 1.2 +1 -0 jakarta-avalon-phoenix/src/documentation/content/bdg/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/src/documentation/content/bdg/book.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- book.xml 18 Nov 2002 14:19:01 -0000 1.1 +++ book.xml 3 Dec 2002 23:17:06 -0000 1.2 @@ -17,6 +17,7 @@ <menu-item href="../bdg/index.html" label="for Block Developers"/> <menu-item href="../mx/index.html" label="Management Guide"/> <menu-item href="../guide-example-configuration.html" label="Example configuration"/> +<menu-item href="../guide-punit.html" label="PUnit unit testing"/> </menu> <menu label="Reference"> <menu-item href="../api/index.html" label="API Docs"/> 1.2 +1 -0 jakarta-avalon-phoenix/src/documentation/content/mx/book.xml Index: book.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/src/documentation/content/mx/book.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- book.xml 18 Nov 2002 14:19:13 -0000 1.1 +++ book.xml 3 Dec 2002 23:17:06 -0000 1.2 @@ -17,6 +17,7 @@ <menu-item href="../bdg/index.html" label="for Block Developers"/> <menu-item href="../mx/index.html" label="Management Guide"/> <menu-item href="../guide-example-configuration.html" label="Example configuration"/> +<menu-item href="../guide-punit.html" label="PUnit unit testing"/> </menu> <menu label="Reference"> <menu-item href="../api/index.html" label="API Docs"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>