leosimons 2003/02/20 06:14:50 Modified: concurrent build.xml concurrent/src/xdocs index.xml Added: concurrent/src/xdocs book.xml tabs.xml Removed: concurrent/src/xdocs menu.xml Log: forrestize Revision Changes Path 1.27 +1 -1 avalon-excalibur/concurrent/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/concurrent/build.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- build.xml 29 Jan 2003 14:07:38 -0000 1.26 +++ build.xml 20 Feb 2003 14:14:50 -0000 1.27 @@ -327,7 +327,7 @@ <target name="docs" depends="setup-filters"> <!-- depends="javadocs" description="Generates the Docs" --> <mkdir dir="${docs.dir}"/> - <ant antfile="${basedir}/../cocoonbuild.xml"/> + <ant antfile="${basedir}/../forrestbuild.xml"/> <copy todir="${docs.dir}"> <fileset dir="${build.docs}"> 1.6 +10 -6 avalon-excalibur/concurrent/src/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/concurrent/src/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.xml 2 Oct 2002 21:40:56 -0000 1.5 +++ index.xml 20 Feb 2003 14:14:50 -0000 1.6 @@ -9,7 +9,7 @@ </authors> </header> <body> - <s1 title="Introduction"> + <section><title>Introduction</title> <p> Avalon Excalibur's concurrency management utilities are in the <code>org.apache.avalon.excalibur.concurrent</code> package. @@ -17,8 +17,8 @@ Mutex implementation), DjikstraSemaphore, ThreadBarrier, and ConditionalEvent. </p> - </s1> - <s1 title="Consider This Package Deprecated"> + </section> + <section><title>Consider This Package Deprecated</title> <p> The Avalon team recognizes the stellar work that Doug Lea has done with his thread concurrency management utilities. @@ -29,6 +29,10 @@ are providing a JAR file (the link is down below). </p> <p> + The maven repository at ibiblio now has the concurrent + library. The link has been updated. + </p> + <p> Instead of duplicating his work, we decided to let the package stand as the standard for all the concurrency management tools in the Avalon code base. Since this @@ -37,9 +41,9 @@ recommend using it for new development though. </p> <ul> - <li><link href="util.concurrent-1.3.1.jar">Download Doug Lea's Concurrent utilities.</link></li> + <li><link href="http://www.ibiblio.org/maven/concurrent/jars/concurrent-1.3.1.jar">Download Doug Lea's Concurrent utilities.</link></li> </ul> - </s1> + </section> </body> <footer> <legal> 1.5 +13 -18 avalon-excalibur/concurrent/src/xdocs/book.xml 1.1 avalon-excalibur/concurrent/src/xdocs/tabs.xml Index: tabs.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "tab-cocoon-v10.dtd"> <tabs software="Excalibur concurrent" title="Excalibur concurrent" copyright="Foo" xmlns:xlink="http://www.w3.org/1999/xlink"> <tab label="Avalon Home" href="http://avalon.apache.org/"/> <tab label="Framework" href="http://avalon.apache.org/framework/"/> <tab label="Components" href="http://avalon.apache.org/components/"/> <tab label="Phoenix" href="http://avalon.apache.org/phoenix/"/> <tab label="SECA" href="http://avalon.apache.org/seca/"/> <tab label="Apps" href="http://avalon.apache.org/apps/"/> </tabs>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]