You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/08/01 08:26:01 UTC

svn commit: r561674 - /webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml

Author: sandakith
Date: Tue Jul 31 23:26:00 2007
New Revision: 561674

URL: http://svn.apache.org/viewvc?view=rev&rev=561674
Log:
fixing the build, java2wsdl classes not included in the major axis2 jar

Modified:
    webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml

Modified: webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?view=diff&rev=561674&r1=561673&r2=561674
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_3/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Tue Jul 31 23:26:00 2007
@@ -175,6 +175,11 @@
                         <artifactId>axis2-adb-codegen</artifactId>
                         <version>${version}</version>
                 </dependency>
+                <dependency>
+                        <groupId>org.apache.axis2</groupId>
+                        <artifactId>axis2-java2wsdl</artifactId>
+                        <version>${version}</version>
+                </dependency>
 		<dependency>
 			<groupId>${stax.impl.groupid}</groupId>
 			<artifactId>${stax.impl.artifactid}</artifactId>



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