[seam-commits] Seam SVN: r11252 - branches/community/Seam_2_2/seam-gen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jul 8 06:27:12 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-07-08 06:27:12 -0400 (Wed, 08 Jul 2009)
New Revision: 11252
Modified:
branches/community/Seam_2_2/seam-gen/build.xml
Log:
JBSEAM-4058
Modified: branches/community/Seam_2_2/seam-gen/build.xml
===================================================================
--- branches/community/Seam_2_2/seam-gen/build.xml 2009-07-07 17:02:24 UTC (rev 11251)
+++ branches/community/Seam_2_2/seam-gen/build.xml 2009-07-08 10:27:12 UTC (rev 11252)
@@ -27,7 +27,7 @@
<property environment="env"/>
<!-- set property defaults (also maintains backwards compatibility) -->
- <condition property="jboss.home" value="${env.JBOSS_HOME}" else="C:/Program Files/jboss-4.2.3.GA">
+ <condition property="jboss.home" value="${env.JBOSS_HOME}" else="C:/Program Files/jboss-5.1.0.GA">
<isset property="env.JBOSS_HOME"/>
</condition>
<property name="jboss.domain" value="default"/>
More information about the seam-commits
mailing list