dion 02/01/27 12:53:07
Modified: latka build.xml
Log:
Fixed typo on sample test
Revision Changes Path
1.23 +2 -2 jakarta-commons/latka/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 27 Jan 2002 13:40:47 -0000 1.22
+++ build.xml 27 Jan 2002 20:53:07 -0000 1.23
@@ -1,4 +1,4 @@
-<!-- $Id: build.xml,v 1.22 2002/01/27 13:40:47 dion Exp $ -->
+<!-- $Id: build.xml,v 1.23 2002/01/27 20:53:07 dion Exp $ -->
<project name="commons-latka" default="build-java" basedir=".">
<!-- patternset describing files to be copied from the doc directory -->
@@ -340,7 +340,7 @@
<include name="**/*"/>
</fileset>
<fileset dir="${source}/tests/samples">
- <include name="TestCommonsWebSite.xml"/>
+ <include name="TestCommonsWebsite.xml"/>
</fileset>
</copy>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>