blob: d8154cf7724168ad3b1289d5fa27a9254d3bddbf [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed 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>
<pomVersion>3</pomVersion>
<extend>../../etc/project.xml</extend>
<name>Apache Axis 2.0 - Tools</name>
<id>axis2-tools</id>
<groupId>org.apache.axis2</groupId>
<description>Tools available for Axis 2.0.</description>
<dependencies>
<!-- external JARs -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>${ant.version}</version>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
<version>${pom.currentVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-codegen</artifactId>
<version>${pom.currentVersion}</version>
</dependency>
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
<version>${wsdl4j.version}</version>
<properties>
<module>true</module>
</properties>
</dependency>
</dependencies>
<build>
<nagEmailAddress>axis-dev@ws.apache.org</nagEmailAddress>
<sourceDirectory>axis2-ant-plugin/src/main/java</sourceDirectory>
<unitTestSourceDirectory>test</unitTestSourceDirectory>
<sourceModifications>
<sourceModification>
<className>fakeClass</className>
<excludes>
<exclude>**/eclipse/**/*.java</exclude>
<exclude>**/core/**/*.java</exclude>
<exclude>**/service/**/*.java</exclude>
</excludes>
</sourceModification>
</sourceModifications>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>
<resources>
<resource>
<directory>conf</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
<resource>
<directory>src</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
</resource>
<resource>
<directory>../../</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>NOTICE.txt</include>
<include>LICENSE.txt</include>
</includes>
</resource>
</resources>
</build>
<reports/>
</project>