You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/03/09 16:22:08 UTC

cvs commit: jakarta-avalon-apps/httpproxy/src/xdocs book.xml index.xml

hammant     02/03/09 07:22:08

  Modified:    httpproxy build.xml
               httpproxy/src/xdocs book.xml index.xml
  Log:
  Remove more references to Cornerstone
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-avalon-apps/httpproxy/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/httpproxy/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	4 Mar 2002 16:22:42 -0000	1.7
  +++ build.xml	9 Mar 2002 15:22:08 -0000	1.8
  @@ -74,7 +74,7 @@
   
     <!-- Setup the filters -->
     <target name="setup-filters">
  -    <filter token="Name" value="Avalon Cornerstone - HttpProxy"/>
  +    <filter token="Name" value="Avalon Apps - HttpProxy"/>
       <filter token="name" value="httpproxy"/>
       <filter token="version" value="${version}"/>
       <filter token="year" value="${year}"/>
  @@ -236,7 +236,7 @@
         </classpath>
       </java>
   
  -    <copy todir="docs/apps/httpproxy">
  +    <copy todir="docs">
         <fileset dir="${build.docs}">
           <include name="**"/>
         </fileset>
  
  
  
  1.3       +2 -2      jakarta-avalon-apps/httpproxy/src/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/httpproxy/src/xdocs/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml	30 Dec 2001 08:52:53 -0000	1.2
  +++ book.xml	9 Mar 2002 15:22:08 -0000	1.3
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
  -<book software="Cornerstone"
  -      title="Cornerstone Documentation"
  +<book software="Avalon Applications"
  +      title="Avalon Applications Documentation"
         copyright="@year@ The Apache Software Foundation">
   
     <project label="Back to Avalon" href="@AVALON_BASE@" />
  
  
  
  1.3       +2 -2      jakarta-avalon-apps/httpproxy/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/httpproxy/src/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	30 Dec 2001 08:52:53 -0000	1.2
  +++ index.xml	9 Mar 2002 15:22:08 -0000	1.3
  @@ -4,7 +4,7 @@
   
   <document>
     <header>
  -    <title>Cornerstone Developer Documentation - Applications / HTTP Proxy</title>
  +    <title>Avalon Applications / HTTP Proxy</title>
       <subtitle>The 'HTTP Proxy' Example Application</subtitle>
       <authors>
         <person name="Paul Hammant" email="Paul_Hammant@yahoo.com"/>
  @@ -82,7 +82,7 @@
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.2 $ $Date: 2001/12/30 08:52:53 $
  +      $Revision: 1.3 $ $Date: 2002/03/09 15:22:08 $
       </legal>
     </footer>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>