Author: mmao
Date: Wed Mar 14 03:12:05 2007
New Revision: 518087
URL: http://svn.apache.org/viewvc?view=rev&rev=518087
Log:
update distribution to load all tools2 sub modules
Modified:
incubator/cxf/trunk/distribution/pom.xml
Modified: incubator/cxf/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?view=diff&rev=518087&r1=518086&r2=518087
==============================================================================
--- incubator/cxf/trunk/distribution/pom.xml (original)
+++ incubator/cxf/trunk/distribution/pom.xml Wed Mar 14 03:12:05 2007
@@ -65,7 +65,22 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>cxf-tools2-wsdl2java</artifactId>
+ <artifactId>cxf-tools2-wsdlto-core</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>cxf-tools2-misctools</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>cxf-tools2-wsdlto-databinding-jaxb</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>cxf-tools2-wsdlto-frontend-jaxws</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>