You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2002/11/21 00:53:16 UTC

cvs commit: jakarta-commons-sandbox/vfs project.xml

adammurdoch    2002/11/20 15:53:16

  Modified:    vfs/xdocs navigation.xml
               vfs      project.xml
  Log:
  Fixed logo, and added some navigation links.
  
  Revision  Changes    Path
  1.5       +7 -1      jakarta-commons-sandbox/vfs/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml	17 Nov 2002 03:30:13 -0000	1.4
  +++ navigation.xml	20 Nov 2002 23:53:16 -0000	1.5
  @@ -9,9 +9,15 @@
         <item name="Overview"                href="/index.html"/>
         <item name="Download"                href="/download.html"/>
         <item name="Using the API"           href="/api.html"/>
  -      <item name="File Systems"            href="/filesystems.html"/> 
  +      <item name="API JavaDocs"            href="/apidocs/org/apache/commons/vfs/package-summary.html"/>
  +      <item name="File Systems"            href="/filesystems.html"/>
         <item name="Ant Tasks"               href="/anttasks.html"/>
         <item name="To Do List"              href="/todo.html"/>
       </menu>
  +    <links>
  +      <item name="Jakarta" href="http://jakarta.apache.org"/>
  +      <item name="Commons" href="http://jakarta.apache.org/commons"/>
  +      <item name="VFS" href="/index.html"/>
  +    </links>
     </body>
   </project>
  
  
  
  1.10      +3 -2      jakarta-commons-sandbox/vfs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	28 Oct 2002 02:06:13 -0000	1.9
  +++ project.xml	20 Nov 2002 23:53:16 -0000	1.10
  @@ -6,8 +6,9 @@
     <id>commons-vfs</id>
     <currentVersion>1.0-dev</currentVersion>
     <organization>
  -    <name>Apache Software Foundation</name>
  -    <url>http://www.apache.org</url>
  +    <name>Apache Jakarta Project</name>
  +    <url>http://jakarta.apache.org</url>
  +    <logo>http://jakarta.apache.org/images/jakarta-logo-blue.gif</logo>
     </organization>
     <inceptionYear>2002</inceptionYear>
     <package>org.apache.commons.vfs</package>
  
  
  

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