You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by di...@apache.org on 2008/04/03 19:53:50 UTC

svn commit: r644424 - /webservices/woden/trunk/java/woden-api/pom.xml

Author: dims
Date: Thu Apr  3 10:53:49 2008
New Revision: 644424

URL: http://svn.apache.org/viewvc?rev=644424&view=rev
Log:
add the catalog entry as per AXIS2-3697 - WSDL2java does not work correctly if no network or behind Firewall

Modified:
    webservices/woden/trunk/java/woden-api/pom.xml

Modified: webservices/woden/trunk/java/woden-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-api/pom.xml?rev=644424&r1=644423&r2=644424&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-api/pom.xml (original)
+++ webservices/woden/trunk/java/woden-api/pom.xml Thu Apr  3 10:53:49 2008
@@ -51,6 +51,13 @@
                    <include>NOTICE</include>
                </includes>
            </resource>
+           <resource>
+               <targetPath>META-INF</targetPath>
+               <directory>../resources</directory>
+               <includes>
+                   <include>schema.catalog</include>
+               </includes>
+           </resource>
        </resources>
 
        <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org