mcconnell 2003/12/06 14:14:21
Modified: util/xdocs index.xml navigation.xml
util/xdocs/defaults navigation.xml
util/xdocs/env navigation.xml
util/xdocs/exception navigation.xml
Added: util/xdocs/criteria index.xml navigation.xml
Removed: util/xdocs/factory index.xml navigation.xml
Log:
Update docs to reflect simplification.
Revision Changes Path
1.4 +4 -5 avalon/util/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/avalon/util/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 5 Dec 2003 01:27:48 -0000 1.3
+++ index.xml 6 Dec 2003 22:14:20 -0000 1.4
@@ -75,6 +75,10 @@
<table>
<tr><th>Utility</th><th>Description</th></tr>
<tr>
+ <td><a href="criteria/index.html">Criteria</a></td>
+ <td>A parameterized map implementation.</td>
+ </tr>
+ <tr>
<td><a href="defaults/index.html">Defaults</a></td>
<td>Collection and consilidation of properties.</td>
</tr>
@@ -87,11 +91,6 @@
<td><a href="exception/index.html">Exception</a></td>
<td>A static class that provides support for report
generation from cascading exceptions.</td>
- </tr>
- <tr>
- <td><a href="factory/index.html">Factory</a></td>
- <td>A generic factory interface and a default
- map implementation.</td>
</tr>
</table>
</subsection>
1.2 +1 -1 avalon/util/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/avalon/util/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 4 Dec 2003 21:01:32 -0000 1.1
+++ navigation.xml 6 Dec 2003 22:14:20 -0000 1.2
@@ -64,10 +64,10 @@
<menu name="About Utilities">
<item name="Overview" href="/index.html"/>
+ <item name="Criteria" href="/criteria/index.html"/>
<item name="Defaults" href="/defaults/index.html"/>
<item name="Environment" href="/env/index.html"/>
<item name="Exception" href="/exception/index.html"/>
- <item name="Factory" href="/factory/index.html"/>
</menu>
<menu name="Resources">
1.1 avalon/util/xdocs/criteria/index.xml
Index: index.xml
===================================================================
<?xml version="1.0"?>
<!--
============================================================================
The Apache Software License, Version 1.1
============================================================================
Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. The end-user documentation included with the redistribution, if any, must
include the following acknowledgment: "This product includes software
developed by the Apache Software Foundation (http://www.apache.org/)."
Alternately, this acknowledgment may appear in the software itself, if
and wherever such third-party acknowledgments normally appear.
4. The names "Jakarta", "Apache Avalon", "Avalon Framework" and
"Apache Software Foundation" must not be used to endorse or promote
products derived from this software without prior written
permission. For written permission, please contact [EMAIL PROTECTED]
5. Products derived from this software may not be called "Apache", nor may
"Apache" appear in their name, without prior written permission of the
Apache Software Foundation.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This software consists of voluntary contributions made by many individuals
on behalf of the Apache Software Foundation. For more information on the
Apache Software Foundation, please see http://www.apache.org/.
-->
<document>
<properties>
<author email="[EMAIL PROTECTED]">Stephen McConnell</author>
<title>Avalon Utilities - Criteria</title>
</properties>
<body>
<section name="Criteria">
<subsection name="Overview">
<p>IN PREPARATION</p>
</subsection>
</section>
</body>
</document>
1.1 avalon/util/xdocs/criteria/navigation.xml
Index: navigation.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!--
============================================================================
The Apache Software License, Version 1.1
============================================================================
Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. The end-user documentation included with the redistribution, if any, must
include the following acknowledgment: "This product includes software
developed by the Apache Software Foundation (http://www.apache.org/)."
Alternately, this acknowledgment may appear in the software itself, if
and wherever such third-party acknowledgments normally appear.
4. The names "Jakarta", "Apache Avalon", "Avalon Framework" and
"Apache Software Foundation" must not be used to endorse or promote
products derived from this software without prior written
permission. For written permission, please contact [EMAIL PROTECTED]
5. Products derived from this software may not be called "Apache", nor may
"Apache" appear in their name, without prior written permission of the
Apache Software Foundation.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU-
DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This software consists of voluntary contributions made by many individuals
on behalf of the Apache Software Foundation. For more information on the
Apache Software Foundation, please see http://www.apache.org/.
-->
<project>
<title>Avalon Utilities</title>
<body>
<links>
<item name="Apache" href="http://apache.org/"/>
<item name="Avalon" href="http://avalon.apache.org/"/>
<item name="Framework" href="http://avalon.apache.org/product/framework/"/>
<item name="Containers" href="http://avalon.apache.org/product/containers/"/>
<item name="Components" href="http://avalon.apache.org/product/components/"/>
</links>
<menu name="About Utilities">
<item name="Overview" href="/index.html"/>
<item name="Criteria" href="/criteria/index.html"/>
<item name="Defaults" href="/defaults/index.html"/>
<item name="Environment" href="/env/index.html"/>
<item name="Exception" href="/exception/index.html"/>
</menu>
<menu name="Resources">
<item name="Javadoc" href="/api/index.html"/>
<item name="Download" href="/download.html"/>
</menu>
</body>
</project>
1.2 +1 -1 avalon/util/xdocs/defaults/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/avalon/util/xdocs/defaults/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 4 Dec 2003 21:01:32 -0000 1.1
+++ navigation.xml 6 Dec 2003 22:14:21 -0000 1.2
@@ -64,10 +64,10 @@
<menu name="About Utilities">
<item name="Overview" href="/index.html"/>
+ <item name="Criteria" href="/criteria/index.html"/>
<item name="Defaults" href="/defaults/index.html"/>
<item name="Environment" href="/env/index.html"/>
<item name="Exception" href="/exception/index.html"/>
- <item name="Factory" href="/factory/index.html"/>
</menu>
<menu name="Resources">
1.2 +1 -1 avalon/util/xdocs/env/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/avalon/util/xdocs/env/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 4 Dec 2003 21:01:32 -0000 1.1
+++ navigation.xml 6 Dec 2003 22:14:21 -0000 1.2
@@ -64,10 +64,10 @@
<menu name="About Utilities">
<item name="Overview" href="/index.html"/>
+ <item name="Criteria" href="/criteria/index.html"/>
<item name="Defaults" href="/defaults/index.html"/>
<item name="Environment" href="/env/index.html"/>
<item name="Exception" href="/exception/index.html"/>
- <item name="Factory" href="/factory/index.html"/>
</menu>
<menu name="Resources">
1.2 +1 -1 avalon/util/xdocs/exception/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/avalon/util/xdocs/exception/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 4 Dec 2003 21:01:32 -0000 1.1
+++ navigation.xml 6 Dec 2003 22:14:21 -0000 1.2
@@ -64,10 +64,10 @@
<menu name="About Utilities">
<item name="Overview" href="/index.html"/>
+ <item name="Criteria" href="/criteria/index.html"/>
<item name="Defaults" href="/defaults/index.html"/>
<item name="Environment" href="/env/index.html"/>
<item name="Exception" href="/exception/index.html"/>
- <item name="Factory" href="/factory/index.html"/>
</menu>
<menu name="Resources">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]