You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/05/30 21:34:28 UTC

svn commit: r1487985 - /cxf/branches/dkulp-nowsdl4j/rt/pom.xml

Author: dkulp
Date: Thu May 30 19:34:28 2013
New Revision: 1487985

URL: http://svn.apache.org/r1487985
Log:
Add wsdl module to build

Modified:
    cxf/branches/dkulp-nowsdl4j/rt/pom.xml

Modified: cxf/branches/dkulp-nowsdl4j/rt/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/dkulp-nowsdl4j/rt/pom.xml?rev=1487985&r1=1487984&r2=1487985&view=diff
==============================================================================
--- cxf/branches/dkulp-nowsdl4j/rt/pom.xml (original)
+++ cxf/branches/dkulp-nowsdl4j/rt/pom.xml Thu May 30 19:34:28 2013
@@ -34,6 +34,7 @@
 
     <modules>
         <module>core</module>
+        <module>wsdl</module>
         <module>transports/local</module>
         <module>databinding/jaxb</module>
         <module>databinding/xmlbeans</module>