You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2002/09/19 22:57:12 UTC

cvs commit: jakarta-commons-sandbox/net/xdocs download.xml navigation.xml

brekke      2002/09/19 13:57:12

  Modified:    net      project.xml
               net/xdocs navigation.xml
  Added:       net/xdocs download.xml
  Log:
  Updated Daniel's apache id and provided a download page pointing to the nightlies.
  
  Revision  Changes    Path
  1.16      +2 -2      jakarta-commons-sandbox/net/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/net/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	12 Sep 2002 04:10:42 -0000	1.15
  +++ project.xml	19 Sep 2002 20:57:12 -0000	1.16
  @@ -67,8 +67,8 @@
       </developer>
       <developer>
         <name>Daniel F. Savarese</name>
  -      <id>savarese</id>
  -      <email>savarese@apache.org</email>
  +      <id>dfs</id>
  +      <email>dfs@apache.org</email>
         <organization>savarese.org</organization>
       </developer>
     </developers>
  
  
  
  1.3       +3 -2      jakarta-commons-sandbox/net/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/net/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	12 Sep 2002 04:10:42 -0000	1.2
  +++ navigation.xml	19 Sep 2002 20:57:12 -0000	1.3
  @@ -5,8 +5,9 @@
   
     <body>
       <menu name="Development">
  -      <item name="Proposal"   href="/proposal.html"/>
  -      <item name="Coding Specifications"   href="/code-standards.html"/>
  +      <item name="Proposal"              href="/proposal.html"/>
  +      <item name="Coding Specifications" href="/code-standards.html"/>
  +      <item name="Download"              href="/download.html"/>
       </menu>
     </body>
   
  
  
  
  1.1                  jakarta-commons-sandbox/net/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <title>Jakarta Commons/Net Download</title>
      <author email="brekke@apache.org">Jeffrey D. Brekke</author>
    </properties>
  
    <body>
      
  <section name="Nightly Builds">
  
  <p>
  Gump currently is providing nightly builds of Commons/Net.
  The jars are located under the jakarta-commons-sandbox directory.
  
  You may find the list of nightly builds <a href="http://gump.covalent.net/jars/">here</a>.
  </p>
  
  </section>
  
  </body>
  </document>
  
  
  

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