geirm       01/02/22 20:13:57

  Modified:    xdocs    developer-guide.xml
  Log:
  (Forgot an 'r' in 'resource' )
  
  Revision  Changes    Path
  1.15      +1 -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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- developer-guide.xml       2001/02/23 04:10:44     1.14
  +++ developer-guide.xml       2001/02/23 04:13:57     1.15
  @@ -45,7 +45,7 @@
   jar contains utility code, specifically Anakia, Texen, and the WebMacro template 
conversion utility.</li>
   <li> <code>jar-servlet</code> builds a utility Velocity jar in the <code>bin</code> 
directory, called 'velocity-servlet-X.jar'. This
   jar contains utility code for servlet programmers.</li>
  -<li> <code>jar-j2ee</code> builds a complete jar, like the 'jar' target, that 
includes any components that require J2EE support.  Currently, this includes only 
org.apache.velocity.runtime.resouce.loader.DBResourceLoader.  As usual, it is placed 
in the  <code>bin</code> directory, called 'velocity-j2ee-X.jar'.  NOTE : 
  +<li> <code>jar-j2ee</code> builds a complete jar, like the 'jar' target, that 
includes any components that require J2EE support.  Currently, this includes only 
org.apache.velocity.runtime.resource.loader.DBResourceLoader.  As usual, it is placed 
in the  <code>bin</code> directory, called 'velocity-j2ee-X.jar'.  NOTE : 
   if you wish to use this build target, you must place (or link) a copy of j2ee.jar 
into the build/lib directory.  We do not provide it as part of the distribution.  A 
good source is http://java.sun.com/</li>
   <li> <code>examples</code> builds the example code in the example programs found in 
the <code>examples</code> directory. 
   This build target will also build the forumdemo example project.</li>
  
  
  

Reply via email to