jon         01/03/13 14:52:44

  Modified:    docs/site dirlayout.html
               xdocs/site dirlayout.xml
  Log:
  removed <code> stuff cause for some reason the site.vsl is screwing it up.
  
  Revision  Changes    Path
  1.3       +8 -13     jakarta-site2/docs/site/dirlayout.html
  
  Index: dirlayout.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/dirlayout.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dirlayout.html    2001/03/13 22:50:03     1.2
  +++ dirlayout.html    2001/03/13 22:52:40     1.3
  @@ -11,7 +11,7 @@
           <head>
               <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/>
   
  -                                                    <meta name="author" value="Ceki 
G�ulc�">
  +                                                    <meta name="author" value="Ceki 
G�lc�">
               <meta name="email" value="[EMAIL PROTECTED]">
                                           <meta name="author" value="Jon S. Stevens">
               <meta name="email" value="[EMAIL PROTECTED]">
  @@ -226,18 +226,14 @@
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
           The code should be placed into separate source code directories by
  - language, as in  and  for
  + language, as in src/java/ and src/php/ for
    source code in the java and PHP languages respectively. If the source
    is the Java language, then it should follow a package structure that is
  - defined like this: . For example, for
  + defined like this: org.apache.PROJECT. For example, for
    the  project, it is
  - .
  + org.apache.velocity.
    
  -                    <code>src/java/</code>
  -                    <code>src/php/</code>
  -                    <code>org.apache.PROJECT</code>
                       <a href="/velocity/">Velocity</a>
  -                    <code>org.apache.velocity</code>
                   &nbsp;
       </font>
   </td>
  @@ -487,9 +483,8 @@
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
           The jar files are added to the classpath by the bootstrapping
    shell scripts before invoking ANT. Note, it is allowable to place
  - the .jar files at the top level  directory.
  + the .jar files at the top level /lib directory.
    
  -                    <code>/lib</code>
                   &nbsp;
       </font>
   </td>
  @@ -548,7 +543,8 @@
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
           Other binary files such as icons and images should also be placed
  - under dist/classes/.
  + under dist/classes/. In other words, when the project is built, the
  + output directory should be this directory.
    
                   &nbsp;
       </font>
  @@ -604,11 +600,10 @@
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -        This directory and the  directories
  +        This directory and the build/lib/ directories
    are used to store library files that the project depends on. It is
    allowable to choose to store files in one or both directories.
    
  -                    <code>build/lib/</code>
                   &nbsp;
       </font>
   </td>
  
  
  
  1.3       +5 -5      jakarta-site2/xdocs/site/dirlayout.xml
  
  Index: dirlayout.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/dirlayout.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dirlayout.xml     2001/03/13 22:50:06     1.2
  +++ dirlayout.xml     2001/03/13 22:52:43     1.3
  @@ -54,12 +54,12 @@
    <td>Source code.</td>
   
    <td>The code should be placed into separate source code directories by
  - language, as in <code>src/java/</code> and <code>src/php/</code> for
  + language, as in src/java/ and src/php/ for
    source code in the java and PHP languages respectively. If the source
    is the Java language, then it should follow a package structure that is
  - defined like this: <code>org.apache.PROJECT</code>. For example, for
  + defined like this: org.apache.PROJECT. For example, for
    the <a href="/velocity/">Velocity</a> project, it is
  - <code>org.apache.velocity</code>.
  + org.apache.velocity.
    </td>
    <td>YES</td>
    </tr>
  @@ -159,7 +159,7 @@
   
    <td>The jar files are added to the classpath by the bootstrapping
    shell scripts before invoking ANT. Note, it is allowable to place
  - the .jar files at the top level <code>/lib</code> directory.
  + the .jar files at the top level /lib directory.
    </td>
    <td>YES</td>
    </tr>
  @@ -200,7 +200,7 @@
    <td>lib/</td>
    <td>.jar or other library files that the project depends on.</td>
   
  - <td>This directory and the <code>build/lib/</code> directories
  + <td>This directory and the build/lib/ directories
    are used to store library files that the project depends on. It is
    allowable to choose to store files in one or both directories.
    </td>
  
  
  

Reply via email to