[jboss-svn-commits] JBL Code SVN: r36815 - in labs/jbosstm/trunk/XTS: WS-C/ws-c and 14 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Mar 15 13:18:33 EDT 2011


Author: tomjenkinson
Date: 2011-03-15 13:18:33 -0400 (Tue, 15 Mar 2011)
New Revision: 36815

Added:
   labs/jbosstm/trunk/XTS/WS-C/ws-c/
   labs/jbosstm/trunk/XTS/WS-C/ws-c/pom.xml
   labs/jbosstm/trunk/XTS/WS-C/ws-c10/
   labs/jbosstm/trunk/XTS/WS-C/ws-c10/pom.xml
   labs/jbosstm/trunk/XTS/WS-C/ws-c11/
   labs/jbosstm/trunk/XTS/WS-C/ws-c11/pom.xml
   labs/jbosstm/trunk/XTS/WS-T/ws-t/
   labs/jbosstm/trunk/XTS/WS-T/ws-t/pom.xml
   labs/jbosstm/trunk/XTS/WS-T/ws-t10/
   labs/jbosstm/trunk/XTS/WS-T/ws-t10/pom.xml
   labs/jbosstm/trunk/XTS/WS-T/ws-t11/
   labs/jbosstm/trunk/XTS/WS-T/ws-t11/pom.xml
   labs/jbosstm/trunk/XTS/WSCF/wscf/
   labs/jbosstm/trunk/XTS/WSCF/wscf/pom.xml
   labs/jbosstm/trunk/XTS/WSCF/wscf10/
   labs/jbosstm/trunk/XTS/WSCF/wscf10/pom.xml
   labs/jbosstm/trunk/XTS/WSCF/wscf11/
   labs/jbosstm/trunk/XTS/WSCF/wscf11/pom.xml
   labs/jbosstm/trunk/XTS/WSTX/wstx/
   labs/jbosstm/trunk/XTS/WSTX/wstx/pom.xml
   labs/jbosstm/trunk/XTS/WSTX/wstx10/
   labs/jbosstm/trunk/XTS/WSTX/wstx10/pom.xml
   labs/jbosstm/trunk/XTS/WSTX/wstx11/
   labs/jbosstm/trunk/XTS/WSTX/wstx11/pom.xml
Log:
JBTM-574 first cut of the XTS poms

Added: labs/jbosstm/trunk/XTS/WS-C/ws-c/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/ws-c/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-C/ws-c/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>ws-c</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../dev/src</sourceDirectory>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<configuration>
+							<classifier>api</classifier>
+							<includes>
+								<include>com/arjuna/wsc/AlreadyRegisteredException.class</include>
+							</includes>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>common</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.logging</groupId>
+			<artifactId>jboss-logging</artifactId>
+			<version>3.0.0.Beta4</version>
+		</dependency>
+	</dependencies>
+</project>

Added: labs/jbosstm/trunk/XTS/WS-C/ws-c10/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/ws-c10/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-C/ws-c10/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>ws-c10</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../dev/src10</sourceDirectory>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<configuration>
+							<classifier>api</classifier>
+							<includes>
+								<include>com/arjuna/webservices/wscoor/CoordinationConstants.class</include>
+							</includes>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>common</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.logging</groupId>
+			<artifactId>jboss-logging</artifactId>
+			<version>3.0.0.Beta4</version>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.spec.javax.servlet</groupId>
+			<artifactId>jboss-servlet-api_3.0_spec</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-c</artifactId>
+		</dependency>
+	</dependencies>
+</project>

Added: labs/jbosstm/trunk/XTS/WS-C/ws-c11/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/ws-c11/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-C/ws-c11/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>ws-c11</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../dev/src11</sourceDirectory>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>common</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.logging</groupId>
+			<artifactId>jboss-logging</artifactId>
+			<version>3.0.0.Beta4</version>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.spec.javax.servlet</groupId>
+			<artifactId>jboss-servlet-api_3.0_spec</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.ws</groupId>
+			<artifactId>jbossws-common</artifactId>
+			<version>2.0.0.Alpha3</version>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-c</artifactId>
+		</dependency>
+	</dependencies>
+</project>

Added: labs/jbosstm/trunk/XTS/WS-T/ws-t/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/ws-t/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-T/ws-t/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>ws-t</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../dev/src</sourceDirectory>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<configuration>
+							<classifier>api</classifier>
+							<includes>
+								<include>com/arjuna/wst/Vote.class</include>
+								<include>com/arjuna/wst/Prepared.class</include>
+								<include>com/arjuna/wst/ReadOnly.class</include>
+								<include>com/arjuna/wst/Aborted.class</include>
+								<include>com/arjuna/wst/Participant.class</include>
+								<include>com/arjuna/wst/Durable2PCParticipant.class</include>
+								<include>com/arjuna/wst/Volatile2PCParticipant.class</include>
+								<include>com/arjuna/wst/BusinessAgreementWithParticipantCompletionParticipant.class</include>
+								<include>com/arjuna/wst/BusinessAgreementWithCoordinatorCompletionParticipant.class</include>
+								<include>com/arjuna/wst/WrongStateException.class</include>
+								<include>com/arjuna/wst/SystemException.class</include>
+								<include>com/arjuna/wst/TransactionRolledBackException.class</include>
+								<include>com/arjuna/wst/UnknownTransactionException.class</include>
+								<include>com/arjuna/wst/FaultedException.class</include>
+								<include>org/jboss/jbossts/xts/recovery/participant/at/XTSATRecoveryModule.class</include>
+								<include>org/jboss/jbossts/xts/recovery/participant/at/XTSATRecoveryManager.class</include>
+								<include>org/jboss/jbossts/xts/recovery/participant/ba/XTSBARecoveryModule.class</include>
+								<include>org/jboss/jbossts/xts/recovery/participant/ba/XTSBARecoveryManager.class</include>
+							</includes>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>arjuna</artifactId>
+		</dependency>
+	</dependencies>
+</project>

Added: labs/jbosstm/trunk/XTS/WS-T/ws-t10/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/ws-t10/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-T/ws-t10/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>ws-t10</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../dev/src10</sourceDirectory>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<configuration>
+							<classifier>api</classifier>
+							<includes>
+								<include>com/arjuna/wst/BAParticipantManager.class</include>
+							</includes>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+        <dependency>
+            <groupId>org.jboss.jbossts</groupId>
+            <artifactId>ws-c10</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.jbossts</groupId>
+            <artifactId>ws-t</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.jbossts</groupId>
+            <artifactId>wscf</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.spec.javax.servlet</groupId>
+            <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+        </dependency>
+	</dependencies>
+</project>

Added: labs/jbosstm/trunk/XTS/WS-T/ws-t11/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/ws-t11/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-T/ws-t11/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>ws-t11</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../dev/src11</sourceDirectory>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<configuration>
+							<classifier>api</classifier>
+							<includes>
+								<include>com/arjuna/wst11/BAParticipantManager.class</include>
+								<include>com/arjuna/wst11/ConfirmCompletedParticipant.class</include>
+							</includes>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-c11</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-t</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wscf</artifactId>
+		</dependency>
+	</dependencies>
+</project>

Added: labs/jbosstm/trunk/XTS/WSCF/wscf/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/wscf/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WSCF/wscf/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>wscf</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../classes</sourceDirectory>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wsas</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>arjuna</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-c</artifactId>
+		</dependency>
+	</dependencies>
+</project>

Added: labs/jbosstm/trunk/XTS/WSCF/wscf10/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/wscf10/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WSCF/wscf10/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>wscf10</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../classes10</sourceDirectory>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wscf</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-c10</artifactId>
+		</dependency>
+
+        <dependency>
+            <groupId>org.jboss.spec.javax.servlet</groupId>
+            <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+        </dependency>
+	</dependencies>
+
+</project>

Added: labs/jbosstm/trunk/XTS/WSCF/wscf11/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/wscf11/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WSCF/wscf11/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>wscf11</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../classes11</sourceDirectory>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wscf</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-c11</artifactId>
+		</dependency>
+	</dependencies>
+
+</project>

Added: labs/jbosstm/trunk/XTS/WSTX/wstx/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/wstx/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WSTX/wstx/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>wstx</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../classes</sourceDirectory>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<configuration>
+							<classifier>api</classifier>
+							<includes>
+								<include>com/arjuna/mw/wst/TxContext.class</include>
+							</includes>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wsas</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-t</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wscf</artifactId>
+		</dependency>
+	</dependencies>
+</project>

Added: labs/jbosstm/trunk/XTS/WSTX/wstx10/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/wstx10/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WSTX/wstx10/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>wstx10</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../classes10</sourceDirectory>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<configuration>
+							<classifier>api</classifier>
+							<includes>
+								<include>com/arjuna/mw/wst/UserTransaction.class</include>
+								<include>com/arjuna/mw/wst/UserTransactionFactory.class</include>
+								<include>com/arjuna/mw/wst/TransactionManager.class</include>
+								<include>com/arjuna/mw/wst/TransactionManagerFactory.class</include>
+								<include>com/arjuna/mw/wst/UserBusinessActivity.class</include>
+								<include>com/arjuna/mw/wst/UserBusinessActivityFactory.class</include>
+								<include>com/arjuna/mw/wst/BusinessActivityManager.class</include>
+								<include>com/arjuna/mw/wst/BusinessActivityManagerFactory.class</include>
+								<include>com/arjuna/mw/wst/client/JaxWSHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst/client/JaxRPCHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst/client/JaxBaseHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst/service/JaxWSHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst/service/JaxWSSubordinateHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst/service/JaxRPCHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst/service/JaxBaseHeaderContextProcessor.class</include>
+							</includes>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-c10</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-t10</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wstx</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wscf</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wscf10</artifactId>
+		</dependency>
+	</dependencies>
+</project>

Added: labs/jbosstm/trunk/XTS/WSTX/wstx11/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/wstx11/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/XTS/WSTX/wstx11/pom.xml	2011-03-15 17:18:33 UTC (rev 36815)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. See the copyright.txt in the distribution for a full listing of 
+	individual contributors. This copyrighted material is made available to anyone 
+	wishing to use, modify, copy, or redistribute it subject to the terms and 
+	conditions of the GNU Lesser General Public License, v. 2.1. This program 
+	is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; 
+	without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+	PURPOSE. See the GNU Lesser General Public License for more details. You 
+	should have received a copy of the GNU Lesser General Public License, v.2.1 
+	along with this distribution; if not, write to the Free Software Foundation, 
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>wstx11</artifactId>
+	<packaging>jar</packaging>
+
+	<build>
+		<sourceDirectory>../classes11</sourceDirectory>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jar-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<configuration>
+							<classifier>api</classifier>
+							<includes>
+								<include>com/arjuna/mw/wst11/UserTransaction.class</include>
+								<include>com/arjuna/mw/wst11/UserTransactionFactory.class</include>
+								<include>com/arjuna/mw/wst11/TransactionManager.class</include>
+								<include>com/arjuna/mw/wst11/TransactionManagerFactory.class</include>
+								<include>com/arjuna/mw/wst11/UserBusinessActivity.class</include>
+								<include>com/arjuna/mw/wst11/UserBusinessActivityFactory.class</include>
+								<include>com/arjuna/mw/wst11/BusinessActivityManager.class</include>
+								<include>com/arjuna/mw/wst11/BusinessActivityManagerFactory.class</include>
+								<include>com/arjuna/mw/wst11/client/JaxWSHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst11/client/JaxBaseHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst11/service/JaxWSHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst11/service/JaxWSSubordinateHeaderContextProcessor.class</include>
+								<include>com/arjuna/mw/wst11/service/JaxBaseHeaderContextProcessor.class</include>
+							</includes>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wscf11</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>ws-t11</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>wstx</artifactId>
+		</dependency>
+	</dependencies>
+</project>



More information about the jboss-svn-commits mailing list