[Clirr-devel] CVS: clirr/core/xdocs anttask.xml,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2004-07-11 12:19:20
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8611 Modified Files: anttask.xml Log Message: fixed jar name title Index: anttask.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/anttask.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- anttask.xml 10 Jul 2004 13:24:04 -0000 1.1 +++ anttask.xml 11 Jul 2004 12:19:12 -0000 1.2 @@ -1,12 +1,14 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + <document> <properties> <title>Clirr Ant Task</title> - <author>Lars Kühne</author> + <author>Lars Kühne</author> </properties> <body> <section name="Running Clirr as an Ant Task"> <p> - clirr is distributed as an + The clirr-core module contains an <a href="http://ant.apache.org">Ant</a> task. The following text assumes that you are familiar with Ant. To run clirr, you typically </p> @@ -26,7 +28,7 @@ <target name="checkbinarycompatibility" depends="build"> <!-- buildtools.classpath should contain - clirr.jar and the libraries it depends on --> + clirr-core.jar and the libraries it depends on --> <taskdef classpathref="buildtools.classpath" @@ -104,8 +106,9 @@ <p> Clirr works with FileSets instead of individual jar files to allow - splitting up or combining library distributions. An example is log4j, the 1.3.0 - release splits up the earlier log4j.jar into several jar files. + splitting up or combining library distributions. An example is log4j, + presumably the 1.3.0 release will split up the earlier log4j.jar + into several jar files. </p> </section> |