[seam-commits] Seam SVN: r8239 - trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue May 20 15:17:15 EDT 2008


Author: jbalunas at redhat.com
Date: 2008-05-20 15:17:15 -0400 (Tue, 20 May 2008)
New Revision: 8239

Modified:
   trunk/build.xml
Log:
JBSEAM-3012 - fixed the extra directory that was being created.

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-05-20 19:16:16 UTC (rev 8238)
+++ trunk/build.xml	2008-05-20 19:17:15 UTC (rev 8239)
@@ -69,7 +69,7 @@
 	<property name="dist.src.debug.dir" value="${dist.dir}/src/debug" />
 	<property name="dist.src.wicket.dir" value="${dist.dir}/src/wicket" />
 	<property name="dist.src.jbas5.dir" value="${dist.dir}/src/interop/jbas5" />
-	<property name="dist.src.jbas5.dir" value="${dist.dir}/src/interop/jul" />
+	<property name="dist.src.jul.dir" value="${dist.dir}/src/interop/jul" />
 	<property name="dist.src.gen.dir" value="${dist.dir}/src/gen" />
 	<property name="dist.src.remoting.dir" value="${dist.dir}/src/remoting" />
 	<property name="dist.src.test.dir" value="${dist.dir}/src/test" />




More information about the seam-commits mailing list