Author: alessio.soldano(a)jboss.com
Date: 2012-02-09 10:54:31 -0500 (Thu, 09 Feb 2012)
New Revision: 15623
Modified:
stack/cxf/branches/wstrust/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
stack/cxf/branches/wstrust/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml
stack/cxf/branches/wstrust/modules/resources/src/main/resources/modules/jboss710/org/apache/ws/security/main/module.xml
stack/cxf/branches/wstrust/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
Log:
Adding OpenSAML
Modified:
stack/cxf/branches/wstrust/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
---
stack/cxf/branches/wstrust/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml 2012-02-09
13:59:32 UTC (rev 15622)
+++
stack/cxf/branches/wstrust/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml 2012-02-09
15:54:31 UTC (rev 15623)
@@ -47,6 +47,9 @@
<include>com.sun.xml.fastinfoset:FastInfoset:jar</include>
<include>org.apache.ws.security:wss4j:jar</include>
<include>org.apache.santuario:xmlsec:jar</include>
+ <include>org.opensaml:open*:jar</include>
+ <include>org.opensaml:xmltooling:jar</include>
+ <include>joda-time:joda-time:jar</include>
<include>asm:asm:jar</include>
<include>apache-velocity:velocity:jar</include>
<include>commons-collections:commons-collections:jar</include>
Modified:
stack/cxf/branches/wstrust/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml
===================================================================
---
stack/cxf/branches/wstrust/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml 2012-02-09
13:59:32 UTC (rev 15622)
+++
stack/cxf/branches/wstrust/modules/resources/src/main/resources/modules/jboss710/org/apache/cxf/main/module.xml 2012-02-09
15:54:31 UTC (rev 15623)
@@ -49,6 +49,7 @@
<module name="org.apache.ws.xmlschema" />
<module name="org.apache.ws.security" />
<module name="org.apache.santuario.xmlsec" />
+ <module name="org.opensaml" />
<module name="org.springframework.spring"
optional="true"/>
</dependencies>
</module>
Modified:
stack/cxf/branches/wstrust/modules/resources/src/main/resources/modules/jboss710/org/apache/ws/security/main/module.xml
===================================================================
---
stack/cxf/branches/wstrust/modules/resources/src/main/resources/modules/jboss710/org/apache/ws/security/main/module.xml 2012-02-09
13:59:32 UTC (rev 15622)
+++
stack/cxf/branches/wstrust/modules/resources/src/main/resources/modules/jboss710/org/apache/ws/security/main/module.xml 2012-02-09
15:54:31 UTC (rev 15623)
@@ -34,5 +34,6 @@
<module name="org.apache.commons.logging" />
<module name="org.apache.santuario.xmlsec" />
<module name="org.apache.xalan" />
+ <module name="org.opensaml" />
</dependencies>
</module>
Modified:
stack/cxf/branches/wstrust/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
---
stack/cxf/branches/wstrust/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2012-02-09
13:59:32 UTC (rev 15622)
+++
stack/cxf/branches/wstrust/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2012-02-09
15:54:31 UTC (rev 15623)
@@ -123,6 +123,14 @@
<include name="**/xmlschema-core.jar"/>
</fileset>
</copy>
+ <copy todir="@{targetdir}/org/opensaml/main" flatten="false"
overwrite="true">
+ <fileset dir="@{thirdpartydir}/lib">
+ <include name="**/opensaml.jar"/>
+ <include name="**/openws.jar"/>
+ <include name="**/joda-time.jar"/>
+ <include name="**/xmltooling.jar"/>
+ </fileset>
+ </copy>
<copy todir="@{targetdir}/org/jboss/as/webservices/main"
flatten="false" overwrite="true">
<fileset dir="@{thirdpartydir}/lib">
<include name="**/jbossws-cxf-resources.jar"/>
Show replies by date