vmassol 02/02/28 03:35:09
Modified: conf/sample/build/share build-share.xml
Log:
cosmetic changes
Revision Changes Path
1.11 +2 -1 jakarta-cactus/conf/sample/build/share/build-share.xml
Index: build-share.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/conf/sample/build/share/build-share.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build-share.xml 16 Nov 2001 19:47:55 -0000 1.10
+++ build-share.xml 28 Feb 2002 11:35:09 -0000 1.11
@@ -127,6 +127,7 @@
<echo message="servlet.jar = ${servlet.jar}"/>
<echo message="junit.jar = ${junit.jar}"/>
<echo message="httpclient.jar = ${httpclient.jar}"/>
+ <echo message="log4j.jar = ${log4j.jar}"/>
<!-- Filters -->
<filter token="version" value="${project.version}"/>
@@ -379,7 +380,7 @@
<classpath>
<pathelement location="${servlet.jar}"/>
- <!-- Will be ignore if log4j.jar is not defined -->
+ <!-- Will be ignored if log4j.jar is not defined -->
<pathelement location="${log4j.jar}"/>
<pathelement location="${cactus.jar}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>