You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2013/06/11 18:21:05 UTC

svn commit: r1491862 - in /webservices/wss4j/trunk: ./ cxf-integration/ cxf-integration/src/main/java/org/apache/wss4j/cxfIntegration/interceptor/ cxf-integration/src/test/java/org/apache/wss4j/cxfIntegration/test/integration/ cxf-integration/src/test/...

Author: coheigea
Date: Tue Jun 11 16:21:04 2013
New Revision: 1491862

URL: http://svn.apache.org/r1491862
Log:
Removing cxf-integration module

Removed:
    webservices/wss4j/trunk/cxf-integration/pom.xml
    webservices/wss4j/trunk/cxf-integration/src/main/java/org/apache/wss4j/cxfIntegration/interceptor/SecurityInInterceptor.java
    webservices/wss4j/trunk/cxf-integration/src/main/java/org/apache/wss4j/cxfIntegration/interceptor/SecurityOutInterceptor.java
    webservices/wss4j/trunk/cxf-integration/src/test/java/org/apache/wss4j/cxfIntegration/test/integration/CXFIntegrationTest.java
    webservices/wss4j/trunk/cxf-integration/src/test/java/org/apache/wss4j/cxfIntegration/test/integration/GreeterServiceImpl.java
    webservices/wss4j/trunk/cxf-integration/src/test/java/org/apache/wss4j/cxfIntegration/test/integration/WSS4JCallbackHandlerImpl.java
    webservices/wss4j/trunk/cxf-integration/src/test/resources/integration/helloWorld.wsdl
    webservices/wss4j/trunk/cxf-integration/src/test/resources/integration/test-application-context.xml
    webservices/wss4j/trunk/cxf-integration/src/test/resources/log4j-cxf.xml
Modified:
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?rev=1491862&r1=1491861&r2=1491862&view=diff
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Tue Jun 11 16:21:04 2013
@@ -112,7 +112,6 @@
         <module>ws-security-stax</module>
         <module>integration</module>
         <module>ws-security-policy-stax</module>
-        <!--<module>cxf-integration</module>-->
     </modules>
 
     <build>