You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2004/03/13 15:40:48 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs/resources resources_testing.xml resources_books.xml navigation.xml index.xml resources_cactus.xml

vmassol     2004/03/13 06:40:48

  Modified:    documentation/docs/xdocs faq.xml goals.xml index.xml
                        news-2001.xml mailinglist.xml javadoc.xml news.rdf
                        cactusname.xml howto_migration.xml howto_sample.xml
                        news-2002.xml changes_archive.xml license.xml
                        how_it_works_uml.xml webalizer.xml downloads.xml
                        mock_vs_cactus.xml changes.xml features.xml
                        navigation.xml how_it_works.xml sitemap.xml
                        getting_started.xml
               documentation/docs/xdocs/participating users.xml
                        build_result.xml contributors.xml index.xml
                        todo.xml coding_conventions.xml logos.xml
                        navigation.xml coverage.xml howto_build.xml
                        release_checklist.xml
               documentation/docs/xdocs/writing howto_httpunit.xml
                        navigation.xml howto_testcase_servlet.xml
                        howto_ejb_j2eeri.xml howto_testcase_jsp.xml
                        howto_testcase_filter.xml howto_ejb.xml
                        howto_jsp.xml howto_testcase.xml howto_security.xml
               documentation/docs/xdocs/resources resources_testing.xml
                        resources_books.xml navigation.xml index.xml
                        resources_cactus.xml
  Log:
  - removed author tags
  - added ASL 2.0 licenses
  
  Revision  Changes    Path
  1.25      +20 -3     jakarta-cactus/documentation/docs/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/faq.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- faq.xml	13 Mar 2004 11:24:32 -0000	1.24
  +++ faq.xml	13 Mar 2004 14:40:47 -0000	1.25
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="faq">
   
     <properties>
       <title>FAQ</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.16      +20 -3     jakarta-cactus/documentation/docs/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/goals.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- goals.xml	10 Dec 2003 19:39:18 -0000	1.15
  +++ goals.xml	13 Mar 2004 14:40:47 -0000	1.16
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="goals">
   
     <properties>
       <title>Cactus goals</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.20      +20 -3     jakarta-cactus/documentation/docs/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/index.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- index.xml	24 Oct 2003 13:49:27 -0000	1.19
  +++ index.xml	13 Mar 2004 14:40:47 -0000	1.20
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="index">
   
     <properties>
       <title>Jakarta Cactus</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.2       +21 -0     jakarta-cactus/documentation/docs/xdocs/news-2001.xml
  
  Index: news-2001.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/news-2001.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- news-2001.xml	15 May 2003 10:46:03 -0000	1.1
  +++ news-2001.xml	13 Mar 2004 14:40:47 -0000	1.2
  @@ -1,6 +1,27 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="news_archives_2001">
  +
     <properties>
       <title>News and Events - Archives for 2001</title>
     </properties>
  
  
  
  1.9       +20 -3     jakarta-cactus/documentation/docs/xdocs/mailinglist.xml
  
  Index: mailinglist.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/mailinglist.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mailinglist.xml	29 Dec 2003 14:39:12 -0000	1.8
  +++ mailinglist.xml	13 Mar 2004 14:40:47 -0000	1.9
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="mailinglist">
   
     <properties>
       <title>Cactus Mailing-List</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.9       +20 -3     jakarta-cactus/documentation/docs/xdocs/javadoc.xml
  
  Index: javadoc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/javadoc.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- javadoc.xml	18 Mar 2003 10:13:57 -0000	1.8
  +++ javadoc.xml	13 Mar 2004 14:40:47 -0000	1.9
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="javadoc">
   
     <properties>
       <title>API Reference</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.18      +20 -0     jakarta-cactus/documentation/docs/xdocs/news.rdf
  
  Index: news.rdf
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/news.rdf,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- news.rdf	13 Feb 2004 20:28:15 -0000	1.17
  +++ news.rdf	13 Mar 2004 14:40:47 -0000	1.18
  @@ -1,5 +1,25 @@
   <?xml version="1.0" encoding="iso-8859-1"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <rdf:RDF
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
  
  
  
  1.9       +20 -3     jakarta-cactus/documentation/docs/xdocs/cactusname.xml
  
  Index: cactusname.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/cactusname.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- cactusname.xml	11 Sep 2003 15:53:06 -0000	1.8
  +++ cactusname.xml	13 Mar 2004 14:40:47 -0000	1.9
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="cactusname">
   
     <properties>
       <title>Why the name?</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.12      +20 -3     jakarta-cactus/documentation/docs/xdocs/howto_migration.xml
  
  Index: howto_migration.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/howto_migration.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- howto_migration.xml	13 Jul 2003 22:34:26 -0000	1.11
  +++ howto_migration.xml	13 Mar 2004 14:40:47 -0000	1.12
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_migration">
   
     <properties>
       <title>Migration Howto</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.7       +20 -3     jakarta-cactus/documentation/docs/xdocs/howto_sample.xml
  
  Index: howto_sample.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/howto_sample.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- howto_sample.xml	18 Jan 2003 00:08:32 -0000	1.6
  +++ howto_sample.xml	13 Mar 2004 14:40:47 -0000	1.7
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_sample">
   
     <properties>
       <title>Sample Howto</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.3       +21 -0     jakarta-cactus/documentation/docs/xdocs/news-2002.xml
  
  Index: news-2002.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/news-2002.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- news-2002.xml	1 Nov 2003 13:18:17 -0000	1.2
  +++ news-2002.xml	13 Mar 2004 14:40:47 -0000	1.3
  @@ -1,6 +1,27 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="news_archives_2002">
  +
     <properties>
       <title>News and Events - Archives for 2002</title>
     </properties>
  
  
  
  1.4       +20 -3     jakarta-cactus/documentation/docs/xdocs/changes_archive.xml
  
  Index: changes_archive.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes_archive.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes_archive.xml	1 Nov 2003 13:18:17 -0000	1.3
  +++ changes_archive.xml	13 Mar 2004 14:40:47 -0000	1.4
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="changes">
   
     <properties>
       <title>Changes archives</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.7       +20 -3     jakarta-cactus/documentation/docs/xdocs/license.xml
  
  Index: license.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/license.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- license.xml	14 Feb 2004 14:51:24 -0000	1.6
  +++ license.xml	13 Mar 2004 14:40:47 -0000	1.7
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="license">
   
     <properties>
       <title>Cactus Public License</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.5       +20 -3     jakarta-cactus/documentation/docs/xdocs/how_it_works_uml.xml
  
  Index: how_it_works_uml.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/how_it_works_uml.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- how_it_works_uml.xml	15 Jan 2003 14:38:14 -0000	1.4
  +++ how_it_works_uml.xml	13 Mar 2004 14:40:47 -0000	1.5
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="how_it_works_uml">
   
     <properties>
       <title>Cactus UML Sequence Diagram</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.6       +20 -3     jakarta-cactus/documentation/docs/xdocs/webalizer.xml
  
  Index: webalizer.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/webalizer.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- webalizer.xml	18 Jan 2003 00:08:32 -0000	1.5
  +++ webalizer.xml	13 Mar 2004 14:40:47 -0000	1.6
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="webalizer">
   
     <properties>
       <title>Webalizer</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.15      +20 -4     jakarta-cactus/documentation/docs/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/downloads.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- downloads.xml	29 Oct 2003 17:03:47 -0000	1.14
  +++ downloads.xml	13 Mar 2004 14:40:47 -0000	1.15
  @@ -1,13 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="downloads">
   
     <properties>
       <title>Downloads</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -      <author name="Christopher Lenz" email="cmlenz@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.7       +20 -3     jakarta-cactus/documentation/docs/xdocs/mock_vs_cactus.xml
  
  Index: mock_vs_cactus.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/mock_vs_cactus.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mock_vs_cactus.xml	11 Sep 2003 18:31:59 -0000	1.6
  +++ mock_vs_cactus.xml	13 Mar 2004 14:40:47 -0000	1.7
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="mock_vs_cactus">
   
     <properties>
       <title>Mock Objects vs In-Container testing</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.173     +20 -3     jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.172
  retrieving revision 1.173
  diff -u -r1.172 -r1.173
  --- changes.xml	12 Mar 2004 09:27:26 -0000	1.172
  +++ changes.xml	13 Mar 2004 14:40:47 -0000	1.173
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="changes">
   
     <properties>
       <title>Changes</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.27      +20 -3     jakarta-cactus/documentation/docs/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/features.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- features.xml	28 Feb 2004 09:14:30 -0000	1.26
  +++ features.xml	13 Mar 2004 14:40:47 -0000	1.27
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="features">
   
     <properties>
       <title>Features</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.18      +21 -0     jakarta-cactus/documentation/docs/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/navigation.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- navigation.xml	13 Nov 2003 10:54:56 -0000	1.17
  +++ navigation.xml	13 Mar 2004 14:40:47 -0000	1.18
  @@ -1,4 +1,25 @@
   <?xml version="1.0"?>
  +
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <!DOCTYPE navigation PUBLIC
     "-//Apache Software Foundation//DTD Cactus Navigation V1.0//EN"
     "file:../dtds/navigation-v10.dtd">
  
  
  
  1.9       +20 -3     jakarta-cactus/documentation/docs/xdocs/how_it_works.xml
  
  Index: how_it_works.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/how_it_works.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- how_it_works.xml	11 Sep 2003 18:14:13 -0000	1.8
  +++ how_it_works.xml	13 Mar 2004 14:40:47 -0000	1.9
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="how_it_works">
   
     <properties>
       <title>Cactus Architecture</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.72      +21 -0     jakarta-cactus/documentation/docs/xdocs/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/sitemap.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- sitemap.xml	11 Mar 2004 10:19:21 -0000	1.71
  +++ sitemap.xml	13 Mar 2004 14:40:47 -0000	1.72
  @@ -1,4 +1,25 @@
   <?xml version="1.0"?>
  +
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <!DOCTYPE sitemap PUBLIC
     "-//Apache Software Foundation//DTD Cactus Sitemap V1.0//EN"
     "file:../dtds/sitemap-v10.dtd">
  
  
  
  1.11      +20 -3     jakarta-cactus/documentation/docs/xdocs/getting_started.xml
  
  Index: getting_started.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/getting_started.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- getting_started.xml	18 Mar 2003 11:30:45 -0000	1.10
  +++ getting_started.xml	13 Mar 2004 14:40:47 -0000	1.11
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="getting_started">
   
     <properties>
       <title>Getting Started</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.5       +20 -3     jakarta-cactus/documentation/docs/xdocs/participating/users.xml
  
  Index: users.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/users.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- users.xml	13 Feb 2004 20:11:37 -0000	1.4
  +++ users.xml	13 Mar 2004 14:40:47 -0000	1.5
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="users">
   
     <properties>
       <title>Who is using Cactus?</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.6       +20 -3     jakarta-cactus/documentation/docs/xdocs/participating/build_result.xml
  
  Index: build_result.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/build_result.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build_result.xml	13 Jul 2003 20:14:15 -0000	1.5
  +++ build_result.xml	13 Mar 2004 14:40:47 -0000	1.6
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="build_result">
   
     <properties>
       <title>Nightly Build Results</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.10      +20 -4     jakarta-cactus/documentation/docs/xdocs/participating/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/contributors.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- contributors.xml	27 Feb 2004 09:12:37 -0000	1.9
  +++ contributors.xml	13 Mar 2004 14:40:47 -0000	1.10
  @@ -1,13 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="contributors">
   
     <properties>
       <title>Contributors</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -      <author name="Nicholas Lesiecki" email="ndlesiecki@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.2       +20 -3     jakarta-cactus/documentation/docs/xdocs/participating/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	6 May 2003 14:43:31 -0000	1.1
  +++ index.xml	13 Mar 2004 14:40:47 -0000	1.2
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="participating">
   
     <properties>
       <title>Participating</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.43      +20 -3     jakarta-cactus/documentation/docs/xdocs/participating/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/todo.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- todo.xml	9 Dec 2003 11:07:52 -0000	1.42
  +++ todo.xml	13 Mar 2004 14:40:47 -0000	1.43
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="todo">
   
     <properties>
       <title>Roadmap/Todo for Cactus</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.6       +21 -5     jakarta-cactus/documentation/docs/xdocs/participating/coding_conventions.xml
  
  Index: coding_conventions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/coding_conventions.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- coding_conventions.xml	11 Mar 2004 10:19:21 -0000	1.5
  +++ coding_conventions.xml	13 Mar 2004 14:40:47 -0000	1.6
  @@ -1,13 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="coding_conventions">
   
     <properties>
       <title>Coding Conventions</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -      <author name="Nicholas Lesiecki" email="ndlesiecki@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.12      +20 -3     jakarta-cactus/documentation/docs/xdocs/participating/logos.xml
  
  Index: logos.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/logos.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- logos.xml	12 Jul 2003 08:24:23 -0000	1.11
  +++ logos.xml	13 Mar 2004 14:40:47 -0000	1.12
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="logos">
   
     <properties>
       <title>Logos for Cactus</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.8       +21 -0     jakarta-cactus/documentation/docs/xdocs/participating/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/navigation.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- navigation.xml	1 Mar 2004 16:50:25 -0000	1.7
  +++ navigation.xml	13 Mar 2004 14:40:47 -0000	1.8
  @@ -1,4 +1,25 @@
   <?xml version="1.0"?>
  +
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <!DOCTYPE navigation
     PUBLIC "-//Apache Software Foundation//DTD Cactus Navigation V1.0//EN"
     "file:../../dtds/navigation-v10.dtd">
  
  
  
  1.7       +20 -3     jakarta-cactus/documentation/docs/xdocs/participating/coverage.xml
  
  Index: coverage.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/coverage.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- coverage.xml	14 May 2003 22:02:13 -0000	1.6
  +++ coverage.xml	13 Mar 2004 14:40:47 -0000	1.7
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="coverage">
   
     <properties>
       <title>Test Coverage</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.13      +20 -3     jakarta-cactus/documentation/docs/xdocs/participating/howto_build.xml
  
  Index: howto_build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/howto_build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- howto_build.xml	12 Jan 2004 10:49:24 -0000	1.12
  +++ howto_build.xml	13 Mar 2004 14:40:47 -0000	1.13
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_build">
   
     <properties>
       <title>Building Cactus from the Source</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.23      +20 -0     jakarta-cactus/documentation/docs/xdocs/participating/release_checklist.xml
  
  Index: release_checklist.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/participating/release_checklist.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- release_checklist.xml	23 Nov 2003 22:11:53 -0000	1.22
  +++ release_checklist.xml	13 Mar 2004 14:40:47 -0000	1.23
  @@ -1,5 +1,25 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="release_checklist">
   
     <properties>
  
  
  
  1.4       +20 -3     jakarta-cactus/documentation/docs/xdocs/writing/howto_httpunit.xml
  
  Index: howto_httpunit.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_httpunit.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howto_httpunit.xml	18 Jan 2003 00:08:34 -0000	1.3
  +++ howto_httpunit.xml	13 Mar 2004 14:40:48 -0000	1.4
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_httpunit">
   
     <properties>
       <title>HttpUnit Howto</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.7       +21 -0     jakarta-cactus/documentation/docs/xdocs/writing/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/navigation.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navigation.xml	14 Jul 2003 10:10:36 -0000	1.6
  +++ navigation.xml	13 Mar 2004 14:40:48 -0000	1.7
  @@ -1,4 +1,25 @@
   <?xml version="1.0"?>
  +
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <!DOCTYPE navigation
     PUBLIC "-//Apache Software Foundation//DTD Cactus Navigation V1.0//EN"
     "file:../../dtds/navigation-v10.dtd">
  
  
  
  1.8       +20 -3     jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_servlet.xml
  
  Index: howto_testcase_servlet.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_servlet.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- howto_testcase_servlet.xml	28 Feb 2004 09:12:45 -0000	1.7
  +++ howto_testcase_servlet.xml	13 Mar 2004 14:40:48 -0000	1.8
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_testcase_servlet">
   
     <properties>
       <title>ServletTestCase Principles</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.5       +20 -4     jakarta-cactus/documentation/docs/xdocs/writing/howto_ejb_j2eeri.xml
  
  Index: howto_ejb_j2eeri.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_ejb_j2eeri.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- howto_ejb_j2eeri.xml	9 May 2003 19:16:16 -0000	1.4
  +++ howto_ejb_j2eeri.xml	13 Mar 2004 14:40:48 -0000	1.5
  @@ -1,13 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_ejb_j2eeri">
   
     <properties>
       <title>EJB Testing with J2EE RI</title>
  -    <authors>
  -      <author name="Hudson Wong" email="hudsoncwwong@yahoo.com"/>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.7       +20 -4     jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_jsp.xml
  
  Index: howto_testcase_jsp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_jsp.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- howto_testcase_jsp.xml	11 Sep 2003 18:14:13 -0000	1.6
  +++ howto_testcase_jsp.xml	13 Mar 2004 14:40:48 -0000	1.7
  @@ -1,13 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_testcase_jsp">
   
     <properties>
       <title>JspTestCase Principles</title>
  -    <authors>
  -      <author name="Nicholas Lesiecki" email="ndlesiecki@yahoo.com"/>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.5       +20 -3     jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_filter.xml
  
  Index: howto_testcase_filter.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase_filter.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- howto_testcase_filter.xml	18 Jan 2003 00:08:34 -0000	1.4
  +++ howto_testcase_filter.xml	13 Mar 2004 14:40:48 -0000	1.5
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_testcase_filter">
   
     <properties>
       <title>FilterTestCase Principles</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.5       +20 -3     jakarta-cactus/documentation/docs/xdocs/writing/howto_ejb.xml
  
  Index: howto_ejb.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_ejb.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- howto_ejb.xml	18 Jan 2003 00:08:34 -0000	1.4
  +++ howto_ejb.xml	13 Mar 2004 14:40:48 -0000	1.5
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_ejb">
   
     <properties>
       <title>EJB Testing with Cactus Howto</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.4       +20 -3     jakarta-cactus/documentation/docs/xdocs/writing/howto_jsp.xml
  
  Index: howto_jsp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_jsp.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- howto_jsp.xml	15 Jan 2003 14:38:16 -0000	1.3
  +++ howto_jsp.xml	13 Mar 2004 14:40:48 -0000	1.4
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_jsp">
   
     <properties>
       <title>Testing JSP with Cactus</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.10      +20 -3     jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase.xml
  
  Index: howto_testcase.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_testcase.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- howto_testcase.xml	2 Nov 2003 23:41:43 -0000	1.9
  +++ howto_testcase.xml	13 Mar 2004 14:40:48 -0000	1.10
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_testcase">
   
     <properties>
       <title>Writing Cactus TestCase</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.5       +20 -3     jakarta-cactus/documentation/docs/xdocs/writing/howto_security.xml
  
  Index: howto_security.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/writing/howto_security.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- howto_security.xml	15 Jun 2003 16:28:00 -0000	1.4
  +++ howto_security.xml	13 Mar 2004 14:40:48 -0000	1.5
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="howto_security">
   
     <properties>
       <title>Testing secure code Howto</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.2       +20 -3     jakarta-cactus/documentation/docs/xdocs/resources/resources_testing.xml
  
  Index: resources_testing.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/resources/resources_testing.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- resources_testing.xml	12 Jul 2003 21:29:16 -0000	1.1
  +++ resources_testing.xml	13 Mar 2004 14:40:48 -0000	1.2
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="resources">
   
     <properties>
       <title>Testing links</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.2       +20 -3     jakarta-cactus/documentation/docs/xdocs/resources/resources_books.xml
  
  Index: resources_books.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/resources/resources_books.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- resources_books.xml	12 Jul 2003 21:29:16 -0000	1.1
  +++ resources_books.xml	13 Mar 2004 14:40:48 -0000	1.2
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="resources_cactus">
   
     <properties>
       <title>Cactus books</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.2       +21 -0     jakarta-cactus/documentation/docs/xdocs/resources/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/resources/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	12 Jul 2003 21:29:16 -0000	1.1
  +++ navigation.xml	13 Mar 2004 14:40:48 -0000	1.2
  @@ -1,4 +1,25 @@
   <?xml version="1.0"?>
  +
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <!DOCTYPE navigation
     PUBLIC "-//Apache Software Foundation//DTD Cactus Navigation V1.0//EN"
     "file:../../dtds/navigation-v10.dtd">
  
  
  
  1.2       +20 -3     jakarta-cactus/documentation/docs/xdocs/resources/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/resources/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	12 Jul 2003 21:29:16 -0000	1.1
  +++ index.xml	13 Mar 2004 14:40:48 -0000	1.2
  @@ -1,12 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="resources">
   
     <properties>
       <title>Resources</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  
  1.3       +20 -4     jakarta-cactus/documentation/docs/xdocs/resources/resources_cactus.xml
  
  Index: resources_cactus.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/resources/resources_cactus.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- resources_cactus.xml	5 Aug 2003 08:27:58 -0000	1.2
  +++ resources_cactus.xml	13 Mar 2004 14:40:48 -0000	1.3
  @@ -1,13 +1,29 @@
   <?xml version="1.0"?>
   
  +<!--
  + * ========================================================================
  + * 
  + * Copyright 2001-2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *   http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + * 
  + * ========================================================================
  +-->
  +
   <document id="resources_cactus">
   
     <properties>
       <title>Cactus links</title>
  -    <authors>
  -      <author name="Vincent Massol" email="vmassol@apache.org"/>
  -      <author name="Nicholas Lesiecki" email="ndlesiecki@apache.org"/>
  -    </authors>
     </properties>
   
     <body>
  
  
  

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