dion 2004/02/22 20:18:29
Modified: jelly maven.xml
Log:
Fix formatting on an echo.
Add directory to install message
Revision Changes Path
1.69 +2 -1 jakarta-commons/jelly/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jelly/maven.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- maven.xml 4 Feb 2004 10:39:04 -0000 1.68
+++ maven.xml 23 Feb 2004 04:18:29 -0000 1.69
@@ -2,7 +2,7 @@
<!-- create the lib and bin directories in the binary distro -->
<preGoal name="dist:build">
-<echo>About to create lib and bin directories in ${maven.dist.assembly.dir}</echo>
+ <echo>About to create lib and bin directories in
${maven.dist.assembly.dir}</echo>
<mkdir dir="${maven.dist.assembly.dir}/bin"/>
<mkdir dir="${maven.dist.assembly.dir}/lib"/>
@@ -92,6 +92,7 @@
<echo>
+-------------------------------------------------------+
| I N S T A L L I N G J E L L Y |
+ | to ${maven.dist.install.dir} |
+-------------------------------------------------------+
</echo>
<mkdir dir="${maven.dist.install.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]