[seam-commits] Seam SVN: r7178 - trunk/examples.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jan 22 06:58:34 EST 2008


Author: pete.muir at 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>




More information about the seam-commits mailing list