[wise-commits] wise SVN: r489 - in webgui/trunk/src/main/webapp: WEB-INF and 1 other directory.

wise-commits at lists.jboss.org wise-commits at lists.jboss.org
Mon Feb 4 18:34:36 EST 2013


Author: alessio.soldano at jboss.com
Date: 2013-02-04 18:34:36 -0500 (Mon, 04 Feb 2013)
New Revision: 489

Modified:
   webgui/trunk/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
   webgui/trunk/src/main/webapp/index.xhtml
Log:
Support AS 7.1.x


Modified: webgui/trunk/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
===================================================================
--- webgui/trunk/src/main/webapp/WEB-INF/jboss-deployment-structure.xml	2013-02-04 22:44:55 UTC (rev 488)
+++ webgui/trunk/src/main/webapp/WEB-INF/jboss-deployment-structure.xml	2013-02-04 23:34:36 UTC (rev 489)
@@ -4,7 +4,8 @@
 	      <module name="org.jboss.ws.cxf.jbossws-cxf-client" services="true" export="true"/>
 	      <module name="org.jboss.ws.common"/>
 	      <module name="org.jboss.common-core"/>
-	      <module name="org.apache.cxf.impl"/> <!-- TODO replace this and previous dependency with commented one below when removing explicit dep on wise-core-cxf -->
+	      <module name="org.apache.cxf"/> <!-- TODO replace cxf specific dependencies with commented one below when removing explicit dep on wise-core-cxf -->
+	      <module name="org.apache.cxf.impl" optional="true" /> <!-- impl submodule is available since AS 7.2 -->
 	      <!-- <module name="org.jboss.ws.jaxws-client" services="true" export="true"/> -->
 	    </dependencies>
     </deployment>

Modified: webgui/trunk/src/main/webapp/index.xhtml
===================================================================
--- webgui/trunk/src/main/webapp/index.xhtml	2013-02-04 22:44:55 UTC (rev 488)
+++ webgui/trunk/src/main/webapp/index.xhtml	2013-02-04 23:34:36 UTC (rev 489)
@@ -5,7 +5,7 @@
       xmlns:h="http://java.sun.com/jsf/html"
       xmlns:f="http://java.sun.com/jsf/core"
       xmlns:a4j="http://richfaces.org/a4j"
-      xmlns:c="http://java.sun.com/jstl/core"
+      xmlns:c="http://java.sun.com/jsp/jstl/core"
       xmlns:rich="http://richfaces.org/rich">
 
 <body>



More information about the wise-commits mailing list