Browse Source

modify to look like other verbose echoes in this target

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447550 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
f3bef91141
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -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>


Loading…
Cancel
Save