geirm 01/02/22 20:14:08
Modified: docs developer-guide.html
Log:
follows xml
Revision Changes Path
1.20 +1 -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.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- developer-guide.html 2001/02/23 04:10:58 1.19
+++ developer-guide.html 2001/02/23 04:14:08 1.20
@@ -57,7 +57,7 @@
jar contains utility code, specifically Anakia, Texen, and the WebMacro template
conversion utility.</LI>
<LI> <CODE><FONT face="courier, monospaced">jar-servlet</FONT></CODE> builds a
utility Velocity jar in the <CODE><FONT face="courier, monospaced">bin</FONT></CODE>
directory, called 'velocity-servlet-X.jar'. This
jar contains utility code for servlet programmers.</LI>
-<LI> <CODE><FONT face="courier, monospaced">jar-j2ee</FONT></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><FONT face="courier, monospaced">bin</FONT></CODE> directory, called
'velocity-j2ee-X.jar'. NOTE :
+<LI> <CODE><FONT face="courier, monospaced">jar-j2ee</FONT></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><FONT face="courier, monospaced">bin</FONT></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><FONT face="courier, monospaced">examples</FONT></CODE> builds the
example code in the example programs found in the <CODE><FONT face="courier,
monospaced">examples</FONT></CODE> directory.
This build target will also build the forumdemo example project.</LI>