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 2003/02/15 03:37:27 UTC

cvs commit: jakarta-commons-sandbox/vfs/xdocs api.xml index.xml navigation.xml

adammurdoch    2003/02/14 18:37:27

  Modified:    vfs/xdocs api.xml index.xml navigation.xml
  Log:
  VFS -> Commons VFS
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-commons-sandbox/vfs/xdocs/api.xml
  
  Index: api.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/xdocs/api.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- api.xml	20 Nov 2002 23:52:38 -0000	1.2
  +++ api.xml	15 Feb 2003 02:37:27 -0000	1.3
  @@ -8,7 +8,7 @@
           <section name="Using The API">
               <p>
                   The <a href="apidocs/org/apache/commons/vfs/FileSystemManager.html"><code>FileSystemManager</code></a>
  -                interface provides access to the VFS.  Using this interface
  +                interface provides access to Commons VFS.  Using this interface
                   you can locate files and create file systems.
                   There are a number of ways to obtain a <code>FileSystemManager</code>
                   instance:
  @@ -17,7 +17,7 @@
                   <li>
                       Use the static
                       <a href="apidocs/org/apache/commons/vfs/VFS.html#getManager()"><code>VFS.getManager()</code></a>
  -                    method, which returns the default VFS implementation.
  +                    method, which returns the default Commons VFS implementation.
                   </li>
                   <li>
                       Create an instance of
  
  
  
  1.4       +2 -2      jakarta-commons-sandbox/vfs/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	21 Jan 2003 02:46:13 -0000	1.3
  +++ index.xml	15 Feb 2003 02:37:27 -0000	1.4
  @@ -2,12 +2,12 @@
   
   <document>
       <properties>
  -        <title>VFS : Virtual File System</title>
  +        <title>Commons Virtual File System</title>
           <author email="jstrachan@apache.org">James Strachan</author>
       </properties>
   
       <body>
  -        <section name="VFS : Virtual File System">
  +        <section name="Commons Virtual File System">
   
               <p>
                   Commons VFS provides a single API for accessing
  
  
  
  1.7       +2 -2      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navigation.xml	21 Jan 2003 02:46:13 -0000	1.6
  +++ navigation.xml	15 Feb 2003 02:37:27 -0000	1.7
  @@ -1,11 +1,11 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project name="VFS">
   
  -  <title>VFS</title>
  +  <title>Commons VFS</title>
     <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
   
     <body>
  -    <menu name="VFS">
  +    <menu name="Commons VFS">
         <item name="Overview"                href="/index.html"/>
         <item name="Download and Build"      href="/download.html"/>
         <item name="Using the API"           href="/api.html"/>
  
  
  

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