Author: dkulp
Date: Tue Mar 18 06:05:42 2008
New Revision: 638356
URL: http://svn.apache.org/viewvc?rev=638356&view=rev
Log:
Rename javascript wsdl dir so the eclipse plugin will stop sticking it infront
of the testutils wsdl dir for systests and causing tests to not work in eclipse.
Added:
incubator/cxf/trunk/rt/javascript/src/test/resources/wsdl_javascript/
- copied from r638355,
incubator/cxf/trunk/rt/javascript/src/test/resources/wsdl/
Removed:
incubator/cxf/trunk/rt/javascript/src/test/resources/wsdl/
Modified:
incubator/cxf/trunk/rt/javascript/pom.xml
Modified: incubator/cxf/trunk/rt/javascript/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/javascript/pom.xml?rev=638356&r1=638355&r2=638356&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/javascript/pom.xml (original)
+++ incubator/cxf/trunk/rt/javascript/pom.xml Tue Mar 18 06:05:42 2008
@@ -154,7 +154,7 @@
<phase>generate-test-sources</phase>
<configuration>
<testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot>
-
<testWsdlRoot>${basedir}/src/test/resources/wsdl</testWsdlRoot>
+
<testWsdlRoot>${basedir}/src/test/resources/wsdl_javascript</testWsdlRoot>
</configuration>
<goals>
<goal>wsdl2java</goal>