[seam-commits] Seam SVN: r11381 - branches/enterprise/JBPAPP_5_0/seam-gen.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Aug 14 09:33:19 EDT 2009


Author: manaRH
Date: 2009-08-14 09:33:19 -0400 (Fri, 14 Aug 2009)
New Revision: 11381

Modified:
   branches/enterprise/JBPAPP_5_0/seam-gen/build.xml
Log:
JBPAPP-2492

Modified: branches/enterprise/JBPAPP_5_0/seam-gen/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/seam-gen/build.xml	2009-08-13 21:48:05 UTC (rev 11380)
+++ branches/enterprise/JBPAPP_5_0/seam-gen/build.xml	2009-08-14 13:33:19 UTC (rev 11381)
@@ -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="/var/lib/jbossas">
         <isset property="env.JBOSS_HOME"/>
     </condition>
     <property name="jboss.domain" value="default"/>



More information about the seam-commits mailing list