Copied: incubator/cxf/trunk/tools2/wsdlto/pom.xml (from r483855, incubator/cxf/trunk/tools/wsdl2java/pom.xml) URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools2/wsdlto/pom.xml?view=diff&rev=487441&p1=incubator/cxf/trunk/tools/wsdl2java/pom.xml&r1=483855&p2=incubator/cxf/trunk/tools2/wsdlto/pom.xml&r2=487441 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/pom.xml (original) +++ incubator/cxf/trunk/tools2/wsdlto/pom.xml Thu Dec 14 19:40:13 2006 @@ -1,113 +1,43 @@ <!-- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf</groupId> - <artifactId>cxf-tools-wsdl2java</artifactId> - <packaging>jar</packaging> + <artifactId>cxf-tools2-wsdlto</artifactId> + <packaging>pom</packaging> <version>2.0-incubator-RC-SNAPSHOT</version> - <name>Apache CXF Command Line Tools Wsdl2java</name> + <name>Apache CXF Command Line Tools2 WSDLTo</name> <url>http://cwiki.apache.org/confluence/display/CXF/Index</url> <parent> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-tools</artifactId> - <version>2.0-incubator-RC-SNAPSHOT</version> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-tools2</artifactId> + <version>2.0-incubator-RC-SNAPSHOT</version> </parent> <properties> - <topDirectoryLocation>../../</topDirectoryLocation> + <topDirectoryLocation>../../</topDirectoryLocation> </properties> - <dependencies> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-tools-common</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-common-schemas</artifactId> - <version>${project.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-tools-validator</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - </dependency> - <dependency> - <groupId>wsdl4j</groupId> - <artifactId>wsdl4j</artifactId> - </dependency> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-xjc</artifactId> - </dependency> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> - </dependency> - <dependency> - <groupId>javax.xml.ws</groupId> - <artifactId>jaxws-api</artifactId> - </dependency> - <dependency> - <groupId>javax.xml.soap</groupId> - <artifactId>saaj-api</artifactId> - </dependency> - <dependency> - <groupId>woodstox</groupId> - <artifactId>wstx-asl</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-common-utilities</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-common-schemas</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> - + <modules> + <module>core</module> + <module>frontend/jaxws</module> + <module>databinding/jaxb</module> + </modules> </project>
