Author: pete.muir(a)jboss.org
Date: 2008-01-22 06:58:33 -0500 (Tue, 22 Jan 2008)
New Revision: 7178
Modified:
trunk/examples/build.xml
Log:
Minor
Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml 2008-01-22 11:53:35 UTC (rev 7177)
+++ trunk/examples/build.xml 2008-01-22 11:58:33 UTC (rev 7178)
@@ -465,7 +465,6 @@
<!-- Compile the source code, directly into the jar -->
<target name="compile" depends="init, select-compiler">
- <echo>lib is ${lib.dir}</echo>
<javac classpathref="build.classpath" destdir="${jar.dir}"
debug="${javac.debug}" deprecation="${javac.deprecation}"
nowarn="on" >
<src path="${src.java.dir}" />
</javac>
Show replies by date