dlr 02/02/22 12:46:22
Modified: . build.xml
Log:
Normalized target descriptions.
Revision Changes Path
1.8 +5 -5 jakarta-turbine-maven/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- build.xml 22 Feb 2002 17:09:33 -0000 1.7
+++ build.xml 22 Feb 2002 20:46:22 -0000 1.8
@@ -50,7 +50,7 @@
<target
name="gump-descriptor"
- description="o Generate Gump descriptor from Maven descriptor">
+ description="==> Generates Gump descriptor from Maven descriptor">
<taskdef name="dvsl" classname="org.apache.tools.dvsl.DVSLTask">
<classpath>
@@ -97,7 +97,7 @@
<target
name="compile"
depends="prepare"
- description="==> compiles the source code">
+ description="==> Compiles the source code">
<javac srcdir="${build.dir}/src/java"
destdir="${build.dest}"
@@ -116,7 +116,7 @@
<target
name="jar"
depends="compile"
- description="==> generates the torque.jar">
+ description="==> Generates the torque.jar">
<jar jarfile="${build.dir}/${final.name}.jar">
<fileset dir="${build.dest}">
@@ -132,7 +132,7 @@
<target
name="docs"
- description="Generate Documentation for the Project">
+ description="==> Generates Documentation for the Project">
<ant antfile="build-docs.xml"/>
</target>
@@ -143,7 +143,7 @@
<target
name="clean"
- description="==> cleans up the build directory">
+ description="==> Cleans up the build directory">
<delete dir="${build.dir}"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>