Author: dasarath
Date: Tue Dec 27 20:15:25 2005
New Revision: 359384
URL: http://svn.apache.org/viewcvs?rev=359384&view=rev
Log: (empty)
Added:
webservices/kandula/branches/Kandula_1/maven.xml
webservices/kandula/branches/Kandula_1/project.xml
Added: webservices/kandula/branches/Kandula_1/maven.xml
URL:
http://svn.apache.org/viewcvs/webservices/kandula/branches/Kandula_1/maven.xml?rev=359384&view=auto
==============================================================================
--- webservices/kandula/branches/Kandula_1/maven.xml (added)
+++ webservices/kandula/branches/Kandula_1/maven.xml Tue Dec 27 20:15:25 2005
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="jar"
+ xmlns:j="jelly:core"
+ xmlns:maven="jelly:maven"
+ xmlns:deploy="deploy"
+ xmlns:ant="jelly:ant">
+
+ <goal name="setclasspath">
+ <path id="test.classpath">
+ <path refid="maven.dependency.classpath"/>
+ </path>
+ </goal>
+
+ <postGoal name="jar">
+ <ant:mkdir dir="${basedir}/target/lib"/>
+ <deploy:copy-deps todir="${basedir}/target/lib"/>
+ </postGoal>
+
+ <preGoal name="java:compile">
+
+ <mkdir dir="${maven.build.dir}/stubs/src"/>
+
+ <java
classname="org.apache.axis.message.addressing.tools.wsdl.WSDL2Java"
+ failonerror="true" fork="yes">
+ <classpath>
+ <path refid="maven.dependency.classpath"/>
+ </classpath>
+ <arg value="-o${maven.build.dir}/stubs/src"/>
+ <arg
value="-Nhttp://schemas.xmlsoap.org/ws/2004/08/addressing=org.apache.axis.message.addressing"/>
+ <arg
value="-Nhttp://schemas.xmlsoap.org/ws/2004/10/wscoor=org.apache.ws.transaction.wscoor"/>
+ <arg
value="-xhttp://schemas.xmlsoap.org/ws/2004/08/addressing"/>
+ <arg value="${basedir}/src/schema/wscoor.wsdl"/>
+ </java>
+
+ <java
classname="org.apache.axis.message.addressing.tools.wsdl.WSDL2Java"
+ failonerror="true" fork="yes">
+ <classpath>
+ <path refid="maven.dependency.classpath"/>
+ </classpath>
+ <arg value="-o${maven.build.dir}/stubs/src"/>
+ <arg
value="-Nhttp://schemas.xmlsoap.org/ws/2004/08/addressing=org.apache.axis.message.addressing"/>
+ <arg
value="-Nhttp://schemas.xmlsoap.org/ws/2004/10/wsat=org.apache.ws.transaction.wsat"/>
+ <arg
value="-Nhttp://schemas.xmlsoap.org/ws/2004/10/wscoor=org.apache.ws.transaction.wscoor"/>
+ <arg
value="-xhttp://schemas.xmlsoap.org/ws/2004/08/addressing"/>
+ <arg value="${basedir}/src/schema/wsat.wsdl"/>
+ </java>
+
+ <ant:path
+ id="stubs.src.dir"
+ location="${maven.build.dir}/stubs/src"/>
+
+ <maven:addPath
+ id="maven.compile.src.set"
+ refid="stubs.src.dir"/>
+
+ </preGoal>
+
+ <goal name="build-samples">
+ <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true"
dir="src/samples/"/>
+ </goal>
+</project>
Added: webservices/kandula/branches/Kandula_1/project.xml
URL:
http://svn.apache.org/viewcvs/webservices/kandula/branches/Kandula_1/project.xml?rev=359384&view=auto
==============================================================================
--- webservices/kandula/branches/Kandula_1/project.xml (added)
+++ webservices/kandula/branches/Kandula_1/project.xml Tue Dec 27 20:15:25 2005
@@ -0,0 +1,272 @@
+<?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:[EMAIL
PROTECTED]:/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>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</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>[EMAIL PROTECTED]</email>
+ <organization>Lanka Software Foundation (LSF), Sri
Lanka.</organization>
+ </developer>
+ <developer>
+ <name>Sanjiva Weerawarana</name>
+ <id>sanjiva</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>Lanka Software Foundation (LSF), Sri
Lanka.</organization>
+ </developer>
+<developer>
+ <name>Thilina Gunarathne</name>
+ <id>thilina</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>{Lanka Software Foundation (LSF),University of
Moratuwa} Sri Lanka.</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>
+
+ <!-- build information for the project -->
+ <build>
+ <nagEmailAddress>[email protected]</nagEmailAddress>
+ <sourceDirectory>src/java</sourceDirectory>
+
+ <resources>
+ <resource>
+ <directory>src/conf</directory>
+ <includes>
+ <include>*.conf</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.3</version>
+ <url>http://ws.apache.org/axis/</url>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>axis</groupId>
+ <artifactId>axis-jaxrpc</artifactId>
+ <version>1.3</version>
+ <url>http://ws.apache.org/axis/</url>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>axis</groupId>
+ <artifactId>axis-saaj</artifactId>
+ <version>1.3</version>
+ <url>http://ws.apache.org/axis/</url>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>1.5-SNAPSHOT</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.3</version>
+ <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-spec</groupId>
+ <artifactId>geronimo-spec-j2ee</artifactId>
+ <version>1.4-rc4</version>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>geronimo</groupId>
+ <artifactId>geronimo-transaction</artifactId>
+ <version>1.0-M4</version>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>geronimo</groupId>
+ <artifactId>geronimo-kernel</artifactId>
+ <version>1.0-M4</version>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>geronimo</groupId>
+ <artifactId>geronimo-j2ee</artifactId>
+ <version>1.0-M4</version>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+<!--
+ <dependency>
+ <groupId>jotm</groupId>
+ <artifactId>jotm</artifactId>
+ <version>1.5.3</version>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>jotm</groupId>
+ <artifactId>jotm-carol</artifactId>
+ <version>1.5.3</version>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>jotm</groupId>
+ <artifactId>jotm-jrmp-stubs</artifactId>
+ <version>1.5.3</version>
+ <properties>
+ <module>true</module>
+ </properties>
+ </dependency>
+-->
+ </dependencies>
+
+ <!-- ======= -->
+ <!-- Reports -->
+ <!-- ======= -->
+
+ <reports>
+ </reports>
+</project>
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]