blob: ae23d586997bae94d782996a05c31b848051f101 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<!-- the version of maven's project object model -->
<pomVersion>3</pomVersion>
<!-- a unique name for this project -->
<id>kandula</id>
<!-- a short but descriptive name for the project -->
<name>Apache Kandula</name>
<!-- The version of the project under development, e.g. 1.1, 1.2, 2.0-SNAPSHOT -->
<currentVersion>0.2-SNAPSHOT</currentVersion>
<!-- details about the organization that 'owns' the project -->
<organization>
<name>Apache Web Services</name>
<url>http://ws.apache.org/</url>
<logo>http://ws.apache.org/images/project-logo.jpg</logo>
</organization>
<!-- the year the project started -->
<inceptionYear>2004</inceptionYear>
<package>org.apache.ws.transaction</package>
<logo/>
<description>Kandula will provide an open-source implementation of WS-Coordination,
WS-AtomicTransaction and WS-BusinessActivity based on Axis. The initial implementation will be in
Java using Axis/Java. In addition to providing an implementation, a major focus of this project
would be to ensure interoperability with other implementations of above specifications,
particularly those by Microsoft (.NET) and IBM.
</description>
<!-- a short description of what the project does -->
<shortDescription>WS-Coordination,
WS-AtomicTransaction and WS-BusinessActivity implementation for Apache Axis</shortDescription>
<!-- the project home page -->
<url>http://ws.apache.org/kandula/</url>
<issueTrackingUrl>http://issues.apache.org/jira/browse/KAND</issueTrackingUrl>
<siteAddress>ws.apache.org</siteAddress>
<siteDirectory>/kandula/</siteDirectory>
<distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
<!-- the version control repository and http url for online access
the connection element has the form:
scm:<system>:<system specific connection string> -->
<!--repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:ws-fx/kandula/</connection>
<url>http://cvs.apache.org/viewcvs.cgi/ws-kandula/</url>
</repository-->
<!-- any mailing lists for the project -->
<mailingLists>
<mailingList>
<name>Kandula Developer List</name>
<subscribe>kandula-dev-subscribe@ws.apache.org</subscribe>
<unsubscribe>kandula-dev-unsubscribe@ws.apache.org</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=221</archive>
</mailingList>
</mailingLists>
<!-- who the developers are for the project -->
<developers>
<developer>
<name>Dasarath Weeratunge</name>
<id>dasarath</id>
<email>dasarath@opensource.lk</email>
<organization>Lanka Software Foundation (LSF), Sri Lanka.</organization>
</developer>
<developer>
<name>Sanjiva Weerawarana</name>
<id>sanjiva</id>
<email>sanjiva@opensource.lk</email>
<organization>Lanka Software Foundation (LSF), Sri Lanka.</organization>
</developer>
<developer>
<name>Thilina Gunarathne</name>
<id>thilina</id>
<email>thilina@opensource.lk</email>
<organization>{Lanka Software Foundation (LSF),University of Moratuwa} Sri Lanka.</organization>
</developer>
<developer>
<name>Hannes Erven</name>
<id>herven</id>
<email>hannes@erven.at</email>
<organization>Vienna University of Technology</organization>
</developer>
<developer>
<name>Georg Hicker</name>
<id>ghicker</id>
<email>georg.hicker@reflex.at</email>
<organization>Vienna University of Technology</organization>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- Subversion SCM reference -->
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1</connection>
<url>http://svn.apache.org/viewvc/webservices/kandula/branches/Kandula_1/</url>
</repository>
<!-- build information for the project -->
<build>
<nagEmailAddress>kandula-dev@ws.apache.org</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<resources>
<resource>
<directory>src/conf</directory>
<includes>
<include>kandula.properties</include>
</includes>
</resource>
</resources>
</build>
<!-- ============ -->
<!-- Dependencies -->
<!-- ============ -->
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<url>http://ws.apache.org/axis/</url>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
<version>1.4</version> <!-- 1.3 or SNAPSHOT -->
<url>http://ws.apache.org/axis/</url>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>axis</groupId>
<artifactId>axis-jaxrpc</artifactId>
<version>1.4</version> <!-- 1.3 or SNAPSHOT -->
<url>http://ws.apache.org/axis/</url>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>axis</groupId>
<artifactId>axis-saaj</artifactId>
<version>1.4</version> <!-- 1.3 or SNAPSHOT -->
<url>http://ws.apache.org/axis/</url>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
<version>1.5.3</version>
<url>http://www-124.ibm.com/developerworks/projects/wsdl4j/</url>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>axis</groupId>
<artifactId>axis-ant</artifactId>
<version>1.4</version> <!-- 1.3 or SNAPSHOT -->
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>commons-discovery</groupId>
<artifactId>commons-discovery</artifactId>
<version>0.2</version>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>addressing</groupId>
<artifactId>addressing</artifactId>
<version>SNAPSHOT</version>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-j2ee</artifactId>
<version>1.1</version>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-transaction</artifactId>
<version>1.1</version>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-j2ee-1.4</artifactId>
<version>rc4</version>
<properties>
<module>true</module>
</properties>
</dependency>
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-j2ee</artifactId>
<version>1.1</version>
<properties>
<module>true</module>
</properties>
</dependency>
</dependencies>
</project>