Author: veithen
Date: Thu Jan  5 17:22:50 2012
New Revision: 1227705

URL: http://svn.apache.org/viewvc?rev=1227705&view=rev
Log:
Mavenized test/wsdl/jaxrpchandler2.

Added:
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/jaxrpchandler2/
    
axis/axis1/java/trunk/integration/src/test/java/test/wsdl/jaxrpchandler2/EchoServiceImpl.java
      - copied unchanged from r1227001, 
axis/axis1/java/trunk/test/wsdl/jaxrpchandler2/EchoServiceImpl.java
    
axis/axis1/java/trunk/integration/src/test/java/test/wsdl/jaxrpchandler2/EchoServiceServerHandler.java
      - copied unchanged from r1227001, 
axis/axis1/java/trunk/test/wsdl/jaxrpchandler2/EchoServiceServerHandler.java
    
axis/axis1/java/trunk/integration/src/test/java/test/wsdl/jaxrpchandler2/EchoServiceServerHandler3.java
      - copied unchanged from r1227001, 
axis/axis1/java/trunk/test/wsdl/jaxrpchandler2/EchoServiceServerHandler3.java
    
axis/axis1/java/trunk/integration/src/test/java/test/wsdl/jaxrpchandler2/JAXRPCHandler2TestCase.java
      - copied unchanged from r1227001, 
axis/axis1/java/trunk/test/wsdl/jaxrpchandler2/JAXRPCHandler2TestCase.java
    axis/axis1/java/trunk/integration/src/test/wsdd/
    axis/axis1/java/trunk/integration/src/test/wsdd/jaxrpchandler2/
    axis/axis1/java/trunk/integration/src/test/wsdd/jaxrpchandler2/deploy.wsdd
      - copied unchanged from r1227001, 
axis/axis1/java/trunk/test/wsdl/jaxrpchandler2/deploy.wsdd
    axis/axis1/java/trunk/integration/src/test/wsdd/jaxrpchandler2/undeploy.wsdd
      - copied unchanged from r1227001, 
axis/axis1/java/trunk/test/wsdl/jaxrpchandler2/undeploy.wsdd
Removed:
    axis/axis1/java/trunk/test/wsdl/jaxrpchandler2/
Modified:
    axis/axis1/java/trunk/integration/pom.xml

Modified: axis/axis1/java/trunk/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/integration/pom.xml?rev=1227705&r1=1227704&r2=1227705&view=diff
==============================================================================
--- axis/axis1/java/trunk/integration/pom.xml (original)
+++ axis/axis1/java/trunk/integration/pom.xml Thu Jan  5 17:22:50 2012
@@ -881,6 +881,12 @@
                         <configuration>
                             <wsdds>
                                 <wsdd>
+                                    <directory>src/test/wsdd</directory>
+                                    <includes>
+                                        <include>**/deploy.wsdd</include>
+                                    </includes>
+                                </wsdd>
+                                <wsdd>
                                     
<directory>${project.build.directory}/work</directory>
                                     <includes>
                                         <include>**/deploy.wsdd</include>


Reply via email to