dion 2003/01/17 07:48:02
Modified: jelly/jelly-tags/html build.xml
Log:
Regen ant build file
Revision Changes Path
1.3 +4 -1 jakarta-commons-sandbox/jelly/jelly-tags/html/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/html/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 8 Jan 2003 17:03:40 -0000 1.2
+++ build.xml 17 Jan 2003 15:48:02 -0000 1.3
@@ -124,7 +124,7 @@
<sysproperty key="basedir" value="."></sysproperty>
<formatter type="xml"></formatter>
- <formatter usefile="true" type="plain"></formatter>
+ <formatter usefile="false" type="plain"></formatter>
<classpath>
<fileset dir="lib">
<include name="*.jar"></include>
@@ -206,6 +206,9 @@
<get dest="lib/xerces-2.2.1.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.2.1.jar"></get>
<get dest="lib/commons-jelly-SNAPSHOT.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-SNAPSHOT.jar"></get>
<get dest="lib/nekohtml-0.7.1.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/nekohtml/jars/nekohtml-0.7.1.jar"></get>
+ <get dest="lib/commons-cli-SNAPSHOT.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-cli/jars/commons-cli-SNAPSHOT.jar"></get>
+ <get dest="lib/commons-jelly-tags-jsl-SNAPSHOT.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags-jsl-SNAPSHOT.jar"></get>
+ <get dest="lib/commons-jelly-tags-xml-SNAPSHOT.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags-xml-SNAPSHOT.jar"></get>
<get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"></get>
<get dest="lib/ant-1.5.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar"></get>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>