Author: veithen
Date: Fri Dec 7 06:19:00 2012
New Revision: 1418194
URL: http://svn.apache.org/viewvc?rev=1418194&view=rev
Log:
Use the WSDD file produced by maven-wsdd-plugin.
Removed:
axis/axis1/java/branches/EMF/tests/spring-compat-tests/src/main/webapp/WEB-INF/server-config.wsdd
Modified:
axis/axis1/java/branches/EMF/tests/spring-compat-tests/pom.xml
Modified: axis/axis1/java/branches/EMF/tests/spring-compat-tests/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/branches/EMF/tests/spring-compat-tests/pom.xml?rev=1418194&r1=1418193&r2=1418194&view=diff
==============================================================================
--- axis/axis1/java/branches/EMF/tests/spring-compat-tests/pom.xml (original)
+++ axis/axis1/java/branches/EMF/tests/spring-compat-tests/pom.xml Fri Dec 7
06:19:00 2012
@@ -123,6 +123,12 @@
<port>${test.httpPort}</port>
</connector>
</connectors>
+ <webApp>
+ <resourceBases>
+ <resourceBase>src/main/webapp</resourceBase>
+
<resourceBase>${project.build.directory}/webapp</resourceBase>
+ </resourceBases>
+ </webApp>
</configuration>
<executions>
<execution>