geirm       01/11/12 11:25:54

  Modified:    xdocs    developer-guide.xml
               docs     developer-guide.html
  Log:
  Note on Java 2 for dev guide
  
  Revision  Changes    Path
  1.61      +7 -1      jakarta-velocity/xdocs/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- developer-guide.xml       2001/11/02 12:26:50     1.60
  +++ developer-guide.xml       2001/11/12 19:25:53     1.61
  @@ -289,7 +289,13 @@
   <strong>Dependencies</strong>
   
   <p>
  -Velocity is dependent upon a few packages for general functionality.  They
  +Velocity uses elements of the Java 2 API such as collections, and therefore
  +building requires the Java 2 Standard Edition SDK (Software Development Kit).   
  +To run Velocity, the Java 2 Standard Edition RTE (Run Time Environment)
  +is required (or you can use the SDK, of course).  
  +</p>
  +<p>
  +Velocity also is dependent upon a few packages for general functionality.  They
   are included in the <code>build/lib</code> directory for convenience, but
   the default build target (see above) does not include them.  If you use the
   default build target, you must add the dependencies to your classpath.
  
  
  
  1.84      +7 -1      jakarta-velocity/docs/developer-guide.html
  
  Index: developer-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- developer-guide.html      2001/11/02 12:26:50     1.83
  +++ developer-guide.html      2001/11/12 19:25:53     1.84
  @@ -409,7 +409,13 @@
   </p>
                                                   <strong>Dependencies</strong>
                                                   <p>
  -Velocity is dependent upon a few packages for general functionality.  They
  +Velocity uses elements of the Java 2 API such as collections, and therefore
  +building requires the Java 2 Standard Edition SDK (Software Development Kit).   
  +To run Velocity, the Java 2 Standard Edition RTE (Run Time Environment)
  +is required (or you can use the SDK, of course).  
  +</p>
  +                                                <p>
  +Velocity also is dependent upon a few packages for general functionality.  They
   are included in the <code>build/lib</code> directory for convenience, but
   the default build target (see above) does not include them.  If you use the
   default build target, you must add the dependencies to your classpath.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to