Author: mbenson
Date: Mon Sep 18 13:51:50 2006
New Revision: 447550
URL: http://svn.apache.org/viewvc?view=rev&rev=447550
Log:
modify to look like other verbose echoes in this target
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=diff&rev=447550&r1=447549&r2=447550
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Mon Sep 18 13:51:50 2006
@@ -509,7 +509,7 @@
</or>
</condition>
- <echo
level="verbose">$${tests.are.on.system.classpath}=${tests.are.on.system.classpath}</echo>
+ <echo level="verbose">
tests.are.on.system.classpath=${tests.are.on.system.classpath}</echo>
<condition property="jasper.present">
<and>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]