[jboss-cvs] JBossAS SVN: r78327 - trunk/varia/src/resources/seam.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 10 06:00:01 EDT 2008


Author: alesj
Date: 2008-09-10 06:00:01 -0400 (Wed, 10 Sep 2008)
New Revision: 78327

Modified:
   trunk/varia/src/resources/seam/seam-deployers-jboss-beans.xml
Log:
Fix lib to home.

Modified: trunk/varia/src/resources/seam/seam-deployers-jboss-beans.xml
===================================================================
--- trunk/varia/src/resources/seam/seam-deployers-jboss-beans.xml	2008-09-10 09:54:32 UTC (rev 78326)
+++ trunk/varia/src/resources/seam/seam-deployers-jboss-beans.xml	2008-09-10 10:00:01 UTC (rev 78327)
@@ -7,7 +7,7 @@
 
   <!-- Seam deployer -->
   <bean name="SeamDeployer" class="org.jboss.seam.integration.microcontainer.deployers.SeamWebUrlIntegrationDeployer">
-    <property name="integrationURL">${jboss.server.lib.url}/lib-opt/jboss-seam-int-jbossas.jar</property>
+    <property name="integrationURL">${jboss.server.home.url}/lib-opt/jboss-seam-int-jbossas.jar</property>
   </bean>
 
 </deployment>




More information about the jboss-cvs-commits mailing list