Author: remy.maucherat(a)jboss.com
Date: 2007-09-04 13:46:10 -0400 (Tue, 04 Sep 2007)
New Revision: 262
Modified:
trunk/build.xml
Log:
- Fix oops.
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2007-09-04 17:37:26 UTC (rev 261)
+++ trunk/build.xml 2007-09-04 17:46:10 UTC (rev 262)
@@ -59,8 +59,8 @@
<!-- Classpath -->
<path id="tomcat.classpath">
- <fileset dir="lib">
- <include name="${basedir}/*.jar"/>
+ <fileset dir="${basedir}/lib">
+ <include name="*.jar"/>
</fileset>
</path>
Show replies by date