[seam-commits] Seam SVN: r10963 - branches/community/Seam_2_1.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 25 00:13:03 EDT 2009


Author: dan.j.allen
Date: 2009-05-25 00:13:03 -0400 (Mon, 25 May 2009)
New Revision: 10963

Modified:
   branches/community/Seam_2_1/build.xml
Log:
dist metawidget JARs (correctly this time)


Modified: branches/community/Seam_2_1/build.xml
===================================================================
--- branches/community/Seam_2_1/build.xml	2009-05-25 03:35:13 UTC (rev 10962)
+++ branches/community/Seam_2_1/build.xml	2009-05-25 04:13:03 UTC (rev 10963)
@@ -639,7 +639,7 @@
 
 	<target name="copyexamples">
       <ant dir="examples" target="copyextradependencies" inheritall="false">
-         <property name="lib.dir" value="../${dist.lib.dir}"/>
+         <property name="lib.dir" value="${dist.lib.dir}"/>
          <property name="metawidget-war.lib" value="true"/>
          <property name="metawidget-ear.lib" value="true"/>
       </ant>




More information about the seam-commits mailing list