[jboss-svn-commits] JBL Code SVN: r37160 - in labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS: WS-C and 28 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 27 05:58:20 EDT 2011


Author: adinn
Date: 2011-06-27 05:58:19 -0400 (Mon, 27 Jun 2011)
New Revision: 37160

Modified:
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/dev/src/org/jboss/jbossts/xts/environment/WSCEnvironmentBean.java
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c10/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c11/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t10/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t11/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/wsas/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/xts-test-servlet/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf10/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf11/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx10/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx11/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/bridge/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/build.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/demo/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/dist/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/docs/Transactions_XTS_Administration_And_Development_Guide/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/docs/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/jbossxts-api/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/localjunit/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/recovery/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/build.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/pom.xml
   labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sharedbuild.xml
Log:
incorporates build changes to export XTS implementation as a single uber jar -- backporting fixes for JBTM-848


Property changes on: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS
___________________________________________________________________
Modified: svn:mergeinfo
   - /labs/jbosstm/trunk/XTS:36977-37063
   + /labs/jbosstm/trunk/XTS:36977-37063,37102-37159

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/dev/src/org/jboss/jbossts/xts/environment/WSCEnvironmentBean.java
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/dev/src/org/jboss/jbossts/xts/environment/WSCEnvironmentBean.java	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/dev/src/org/jboss/jbossts/xts/environment/WSCEnvironmentBean.java	2011-06-27 09:58:19 UTC (rev 37160)
@@ -58,7 +58,7 @@
      * if this is undefined then a URL is constructed using the scheme, host address, port and URL path specified
      * in the properties file or, where they are missing, using their default values.
      */
-    @FullPropertyName(name = "org.jboss.jbossts.xts11.coordinatorYRL")
+    @FullPropertyName(name = "org.jboss.jbossts.xts11.coordinatorURL")
     private volatile String coordinatorURL11 = null;
 
     /**

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,17 +12,18 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>ws-c-all</artifactId>
-    <packaging>pom</packaging>
-    <modules>
-        <module>ws-c</module>
-        <module>ws-c10</module>
-        <module>ws-c11</module>
-    </modules>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>ws-c-all</artifactId>
+  <packaging>pom</packaging>
+  <modules>
+    <module>ws-c</module>
+    <module>ws-c10</module>
+    <module>ws-c11</module>
+  </modules>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,41 +12,42 @@
 	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.1.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>
-    </dependencies>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>ws-c-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </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.narayana</groupId>
+      <artifactId>common</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c10/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c10/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c10/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,67 +12,68 @@
 	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.1.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>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>ws-c10</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>war</goal>
-                        </goals>
-                        <configuration>
-                            <webXml>../dev/dd/ws-c_web-app.xml</webXml>
-                            <classifier>war</classifier>
-                            <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>common</artifactId>
-        </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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>ws-c-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </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>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>ws-c10</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webXml>../dev/dd/ws-c_web-app.xml</webXml>
+              <classifier>war</classifier>
+              <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.spec.javax.servlet</groupId>
+      <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c11/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c11/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-C/ws-c11/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,54 +12,56 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>ws-c11</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <sourceDirectory>../dev/src11</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>ws-c11</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>war</goal>
-                        </goals>
-                        <configuration>
-                            <webXml>../dev/dd/ws-c11_web-app.xml</webXml>
-                            <classifier>war</classifier>
-                            <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>common</artifactId>
-        </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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>ws-c-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>ws-c11</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>../dev/src11</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>ws-c11</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webXml>../dev/dd/ws-c11_web-app.xml</webXml>
+              <classifier>war</classifier>
+              <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>common</artifactId>
+    </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-api</artifactId>
+      <version>1.0.0.Beta1</version>
+      <!-- TODO AS7 -->
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,17 +12,18 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>ws-t-all</artifactId>
-    <packaging>pom</packaging>
-    <modules>
-        <module>ws-t</module>
-        <module>ws-t10</module>
-        <module>ws-t11</module>
-    </modules>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>ws-t-all</artifactId>
+  <packaging>pom</packaging>
+  <modules>
+    <module>ws-t</module>
+    <module>ws-t10</module>
+    <module>ws-t11</module>
+  </modules>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,76 +12,77 @@
 	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.1.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>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>ws-t</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>war</goal>
-                        </goals>
-                        <configuration>
-                            <webXml>../dev/dd/ws-t_web-app.xml</webXml>
-                            <classifier>war</classifier>
-                            <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>arjuna</artifactId>
-        </dependency>
-    </dependencies>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>ws-t-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </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>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>ws-t</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webXml>../dev/dd/ws-t_web-app.xml</webXml>
+              <classifier>war</classifier>
+              <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>arjuna</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t10/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t10/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t10/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,71 +12,72 @@
 	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.1.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>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>ws-t10</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>war</goal>
-                        </goals>
-                        <configuration>
-                            <webXml>../dev/dd/ws-t_web-app.xml</webXml>
-                            <classifier>war</classifier>
-                            <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
-                        </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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>ws-t-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </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>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>ws-t10</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webXml>../dev/dd/ws-t_web-app.xml</webXml>
+              <classifier>war</classifier>
+              <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.spec.javax.servlet</groupId>
+      <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t11/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t11/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WS-T/ws-t11/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,92 +12,103 @@
 	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.1.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>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>participant</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>war</goal>
-                        </goals>
-                        <configuration>
-                            <webXml>../dev/dd/ws-t11-participant_web-app.xml</webXml>
-                            <classifier>participant</classifier>
-                            <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>coordinator</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>war</goal>
-                        </goals>
-                        <configuration>
-                            <webXml>../dev/dd/ws-t11-coordinator_web-app.xml</webXml>
-                            <classifier>coordinator</classifier>
-                            <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>client</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>war</goal>
-                        </goals>
-                        <configuration>
-                            <webXml>../dev/dd/ws-t11-client_web-app.xml</webXml>
-                            <classifier>client</classifier>
-                            <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
-                        </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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>ws-t-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </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>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>participant</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webXml>../dev/dd/ws-t11-participant_web-app.xml</webXml>
+              <classifier>participant</classifier>
+              <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
+            </configuration>
+          </execution>
+          <execution>
+            <id>coordinator</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webXml>../dev/dd/ws-t11-coordinator_web-app.xml</webXml>
+              <classifier>coordinator</classifier>
+              <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
+            </configuration>
+          </execution>
+          <execution>
+            <id>client</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webXml>../dev/dd/ws-t11-client_web-app.xml</webXml>
+              <classifier>client</classifier>
+              <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wsas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-api</artifactId>
+      <version>1.0.0.Beta1</version>
+      <!-- TODO AS7 -->
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,16 +12,17 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>wsas-all</artifactId>
-    <packaging>pom</packaging>
-    <modules>
-        <module>wsas</module>
-        <module>xts-test-servlet</module>
-    </modules>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>wsas-all</artifactId>
+  <packaging>pom</packaging>
+  <modules>
+    <module>wsas</module>
+    <module>xts-test-servlet</module>
+  </modules>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/wsas/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/wsas/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/wsas/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,21 +12,22 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>wsas</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <sourceDirectory>../classes</sourceDirectory>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>arjuna</artifactId>
-        </dependency>
-    </dependencies>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>wsas-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>wsas</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>../classes</sourceDirectory>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>arjuna</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/xts-test-servlet/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/xts-test-servlet/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSAS/xts-test-servlet/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,49 +12,59 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>xts-test-servlet</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <sourceDirectory>../tests/classes</sourceDirectory>
-        <plugins>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <includes>
-                        <include>com/arjuna/qa/junit/*.*</include>
-                    </includes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>arjuna</artifactId>
-        </dependency>
-        <!-- XTS: -->
-
-        <dependency>
-            <groupId>org.jboss.spec.javax.servlet</groupId>
-            <artifactId>jboss-servlet-api_3.0_spec</artifactId>
-        </dependency>
-
-        <!-- test time dep only - XTS TestRunnerXMLServlet -->
-        <dependency>
-            <groupId>dom4j</groupId>
-            <artifactId>dom4j</artifactId>
-            <version>1.6.1</version>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.8.1</version>
-        </dependency>
-    </dependencies>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>wsas-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>xts-test-servlet</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>../tests/classes</sourceDirectory>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>com/arjuna/qa/junit/*.*</include>
+          </includes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wsas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>arjuna</artifactId>
+    </dependency>
+    <!-- XTS: -->
+    <dependency>
+      <groupId>org.jboss.spec.javax.servlet</groupId>
+      <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+    </dependency>
+    <!-- test time dep only - XTS TestRunnerXMLServlet -->
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+      <version>1.6.1</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,17 +12,18 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>wscf-all</artifactId>
-    <packaging>pom</packaging>
-    <modules>
-        <module>wscf</module>
-        <module>wscf10</module>
-        <module>wscf11</module>
-    </modules>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>wscf-all</artifactId>
+  <packaging>pom</packaging>
+  <modules>
+    <module>wscf</module>
+    <module>wscf10</module>
+    <module>wscf11</module>
+  </modules>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,29 +12,30 @@
 	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.1.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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>wscf-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>wscf</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>../classes</sourceDirectory>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wsas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>arjuna</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf10/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf10/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf10/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,49 +12,50 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>wscf10</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <sourceDirectory>../classes10</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>wscf</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>war</goal>
-                        </goals>
-                        <configuration>
-                            <webXml>../xml/wscf_web-app.xml</webXml>
-                            <classifier>war</classifier>
-                            <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>wscf-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>wscf10</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>../classes10</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>wscf</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webXml>../xml/wscf_web-app.xml</webXml>
+              <classifier>war</classifier>
+              <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</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>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf11/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf11/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSCF/wscf11/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,25 +12,26 @@
 	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.1.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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>wscf-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>wscf11</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>../classes11</sourceDirectory>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c11</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,17 +12,18 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>wstx-all</artifactId>
-    <packaging>pom</packaging>
-    <modules>
-        <module>wstx</module>
-        <module>wstx10</module>
-        <module>wstx11</module>
-    </modules>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>wstx-all</artifactId>
+  <packaging>pom</packaging>
+  <modules>
+    <module>wstx</module>
+    <module>wstx10</module>
+    <module>wstx11</module>
+  </modules>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,49 +12,50 @@
 	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.1.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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>wstx-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </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.narayana</groupId>
+      <artifactId>wsas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx10/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx10/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx10/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,89 +12,90 @@
 	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.1.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>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>wstx</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>war</goal>
-                        </goals>
-                        <configuration>
-                            <webXml>../xml/wstx_web-app.xml</webXml>
-                            <classifier>war</classifier>
-                            <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
-                        </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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>wstx-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </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>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>wstx</id>
+            <phase>package</phase>
+            <goals>
+              <goal>war</goal>
+            </goals>
+            <configuration>
+              <webXml>../xml/wstx_web-app.xml</webXml>
+              <classifier>war</classifier>
+              <packagingExcludes>WEB-INF/lib/,WEB-INF/classes/</packagingExcludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf10</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx11/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx11/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/WSTX/wstx11/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,61 +12,68 @@
 	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.1.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>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>wstx-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </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.narayana</groupId>
+      <artifactId>wscf11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-api</artifactId>
+      <version>1.0.0.Beta1</version>
+      <!-- TODO AS7 -->
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/bridge/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/bridge/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/bridge/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,44 +12,45 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>bridge</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <sourceDirectory>src</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                        <configuration>
-                            <classifier>api</classifier>
-                            <includes>
-                                <include>org/jboss/jbossts/xts/bridge/at/BridgeWrapper.class</include>
-                            </includes>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx11</artifactId>
-        </dependency>
-    </dependencies>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>bridge</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+            <configuration>
+              <classifier>api</classifier>
+              <includes>
+                <include>org/jboss/jbossts/xts/bridge/at/BridgeWrapper.class</include>
+              </includes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx11</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/build.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/build.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -168,7 +168,7 @@
                     <arg value="--formats=pdf,html"/>
                 </exec>
                 <copy todir="${xts.installationdirectory}/docs" flatten="true">
-                    <fileset dir="${publican.build.dir}" includes="*/en-US/pdf/*.pdf"/>
+                    <fileset dir="${publican.build.dir}" includes="en-US/pdf/*.pdf"/>
                 </copy>
             </then>
         </if>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/demo/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/demo/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/demo/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <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">
-    <!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware 
+  <!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware 
 		LLC, and individual contributors as indicated by the @author tags. 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, 
@@ -19,64 +19,70 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.jbossts</groupId>
-    <artifactId>xts-demo</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.6</version>
-                <executions>
-                    <execution>
-                        <phase>compile</phase>
-                        <configuration>
-                            <target>
-                                <property name="selected-distrib-dir" location="target/classes"/>
-                                <property name="docs.dir" location="docs"/>
-                                <property name="xsl.dir" location="xsl"/>
-                                <property name="html.dir" location="target/classes/html"/>
-                                <property name="xsl.file" value="ATL_LookAndFeel.xsl"/>
-                                <copy todir="${html.dir}">
-                                    <fileset dir="${docs.dir}">
-                                        <include name="**/*.css"/>
-                                        <include name="**/*.gif"/>
-                                        <include name="**/*.jpg"/>
-                                    </fileset>
-                                </copy>
-                                <style processor="trax" style="${xsl.dir}/${xsl.file}" basedir="${docs.dir}" includes="*.xml" destdir="${html.dir}" extension=".html">
-                                    <param name="rootpath" expression="."/>
-                                </style>
-                                <!-- copy everything (CVS dirs are auto-ignored) -->
-                                <copy todir="${selected-distrib-dir}">
-                                    <fileset dir=".">
-                                        <include name="src/**"/>
-                                        <include name="srcrpc/**"/>
-                                        <include name="dd/**"/>
-                                        <include name="ddrpc/**"/>
-                                        <include name="web/**"/>
-                                        <include name="*.properties"/>
-                                        <include name="build.sh"/>
-                                        <include name="build.bat"/>
-                                        <include name="BUILDING"/>
-                                    </fileset>
-                                </copy>
-                                <!-- remove our dirty laundry -->
-                                <copy file="xts-build.xml" tofile="${selected-distrib-dir}/build.xml"/>
-                            </target>
-                            <dependencies>
-                                <dependency>
-                                    <groupId>org.apache.ant</groupId>
-                                    <artifactId>ant-trax</artifactId>
-                                    <version>1.8.0</version>
-                                </dependency>
-                            </dependencies>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.narayana</groupId>
+  <artifactId>xts-demo</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.6</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <configuration>
+              <target>
+                <property name="selected-distrib-dir" location="target/classes"/>
+                <property name="docs.dir" location="docs"/>
+                <property name="xsl.dir" location="xsl"/>
+                <property name="html.dir" location="target/classes/html"/>
+                <property name="xsl.file" value="ATL_LookAndFeel.xsl"/>
+                <copy todir="${html.dir}">
+                  <fileset dir="${docs.dir}">
+                    <include name="**/*.css"/>
+                    <include name="**/*.gif"/>
+                    <include name="**/*.jpg"/>
+                  </fileset>
+                </copy>
+                <style processor="trax" style="${xsl.dir}/${xsl.file}" basedir="${docs.dir}" includes="*.xml" destdir="${html.dir}" extension=".html">
+                  <param name="rootpath" expression="."/>
+                </style>
+                <!-- copy everything (CVS dirs are auto-ignored) -->
+                <copy todir="${selected-distrib-dir}">
+                  <fileset dir=".">
+                    <include name="src/**"/>
+                    <include name="srcrpc/**"/>
+                    <include name="dd/**"/>
+                    <include name="ddrpc/**"/>
+                    <include name="web/**"/>
+                    <include name="*.properties"/>
+                    <include name="build.sh"/>
+                    <include name="build.bat"/>
+                    <include name="BUILDING"/>
+                  </fileset>
+                </copy>
+                <!-- remove our dirty laundry -->
+                <copy file="xts-build.xml" tofile="${selected-distrib-dir}/build.xml"/>
+              </target>
+              <dependencies>
+                <dependency>
+                  <groupId>org.apache.ant</groupId>
+                  <artifactId>ant-trax</artifactId>
+                  <version>1.8.0</version>
+                </dependency>
+              </dependencies>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/dist/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/dist/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/dist/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <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">
-    <!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware 
+  <!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware 
 		LLC, and individual contributors as indicated by the @author tags. 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, 
@@ -12,221 +12,222 @@
 		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. (C) 2009, @author JBoss Inc. (jonathan.halliday at redhat.com) -->
-    <parent>
-        <groupId>org.jboss.jbossts</groupId>
-        <artifactId>narayana-parent</artifactId>
-        <version>4.15.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
     <groupId>org.jboss.jbossts</groupId>
-    <artifactId>xts-full</artifactId>
-    <packaging>pom</packaging>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>make-assembly</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <descriptors>
-                        <descriptor>src/main/assembly/bin.xml</descriptor>
-                    </descriptors>
-                    <tarLongFileMode>gnu</tarLongFileMode>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wsas</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c10</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c11</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c10</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t10</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t10</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf10</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf11</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx10</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx11</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx10</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx11</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>recovery</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>bridge</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>jbossxts-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>jbossxts-api</artifactId>
-            <classifier>javadoc</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>xts-guide</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>xts-demo</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c10</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c11</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t10</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-            <classifier>client</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-            <classifier>coordinator</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-            <classifier>participant</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf10</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx10</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>jbossxts-sar</artifactId>
-            <classifier>sar</classifier>
-            <type>sar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>localjunit</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>xts-test-servlet</artifactId>
-        </dependency>
-    </dependencies>
-    <properties>
-        <PRODUCT_NAME>xts</PRODUCT_NAME>
-        <HOME_DIRECTORY>XTS_HOME</HOME_DIRECTORY>
-    </properties>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.narayana</groupId>
+  <artifactId>xts-full</artifactId>
+  <packaging>pom</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/bin.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wsas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c10</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t10</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx10</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx11</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>recovery</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>bridge</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>jbossxts-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>jbossxts-api</artifactId>
+      <classifier>javadoc</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>xts-guide</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>xts-demo</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c10</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c11</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t10</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+      <classifier>client</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+      <classifier>coordinator</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+      <classifier>participant</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf10</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx10</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>jbossxts-sar</artifactId>
+      <classifier>sar</classifier>
+      <type>sar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>localjunit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>xts-test-servlet</artifactId>
+    </dependency>
+  </dependencies>
+  <properties>
+    <PRODUCT_NAME>xts</PRODUCT_NAME>
+    <HOME_DIRECTORY>XTS_HOME</HOME_DIRECTORY>
+  </properties>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/docs/Transactions_XTS_Administration_And_Development_Guide/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/docs/Transactions_XTS_Administration_And_Development_Guide/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/docs/Transactions_XTS_Administration_And_Development_Guide/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,48 +12,49 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>xts-guide</artifactId>
-    <name>XTS Administration and Development Guide</name>
-    <packaging>jar</packaging>
-    <build>
-        <outputDirectory>target/publican</outputDirectory>
-        <plugins>
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.6</version>
-                <executions>
-                    <execution>
-                        <phase>compile</phase>
-                        <configuration>
-                            <target unless="skipPublican">
-                                <exec dir="." executable="publican" failonerror="true">
-                                    <arg value="build"/>
-                                    <arg value="--langs=en-US"/>
-                                    <arg value="--formats=pdf"/>
-                                    <arg value="--config=publican.cfg"/>
-                                </exec>
-                            </target>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <includes>
-                        <include>**/*.pdf</include>
-                    </includes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-docs</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>xts-guide</artifactId>
+  <name>XTS Administration and Development Guide</name>
+  <packaging>jar</packaging>
+  <build>
+    <outputDirectory>target/publican</outputDirectory>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.6</version>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <configuration>
+              <target unless="skipPublican">
+                <exec dir="." executable="publican" failonerror="true">
+                  <arg value="build"/>
+                  <arg value="--langs=en-US"/>
+                  <arg value="--formats=pdf"/>
+                  <arg value="--config=publican.cfg"/>
+                </exec>
+              </target>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*.pdf</include>
+          </includes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/docs/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/docs/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/docs/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <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">
-    <!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware 
+  <!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware 
 		LLC, and individual contributors as indicated by the @author tags. 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, 
@@ -12,16 +12,17 @@
 		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. (C) 2009, @author JBoss Inc. (jonathan.halliday at redhat.com) -->
-    <parent>
-        <groupId>org.jboss.jbossts</groupId>
-        <artifactId>narayana-parent</artifactId>
-        <version>4.15.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
+  <parent>
     <groupId>org.jboss.jbossts</groupId>
-    <artifactId>xts-docs</artifactId>
-    <packaging>pom</packaging>
-    <modules>
-        <module>Transactions_XTS_Administration_And_Development_Guide</module>
-    </modules>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.narayana</groupId>
+  <artifactId>xts-docs</artifactId>
+  <packaging>pom</packaging>
+  <modules>
+    <module>Transactions_XTS_Administration_And_Development_Guide</module>
+  </modules>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/jbossxts-api/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/jbossxts-api/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/jbossxts-api/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,172 +12,173 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>jbossxts-api</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>buildnumber-maven-plugin</artifactId>
-                <version>1.0-beta-4</version>
-                <executions>
-                    <execution>
-                        <phase>validate</phase>
-                        <goals>
-                            <goal>create</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <doCheck>true</doCheck>
-                    <doUpdate>false</doUpdate>
-                    <scmBranchPropertyName>buildScmBranch</scmBranchPropertyName>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <manifestEntries>
-                            <arjuna-scm-revision>${buildScmBranch} (revision: ${buildNumber})</arjuna-scm-revision>
-                            <arjuna-properties-file>jbossts-properties.xml</arjuna-properties-file>
-                            <arjuna-builder>JBoss Inc. [${user.name}] ${os.name} ${os.version} ${buildproperty.date}</arjuna-builder>
-                        </manifestEntries>
-                    </archive>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-javadocs</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <detectOfflineLinks>false</detectOfflineLinks>
-                    <excludePackageNames>org.*:com.arjuna.services.*:com.arjuna.webservices*:com.arjuna.mwlabs.*:com.arjuna.webservices11*:com.arjuna.schemas:com.arjuna.mw.wstx</excludePackageNames>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <source>../WS-C/dev/src</source>
-                                <source>../WS-T/dev/src</source>
-                                <source>../WSTX/classes</source>
-                                <source>../WS-C/dev/src11</source>
-                                <source>../WS-T/dev/src11</source>
-                                <source>../WSTX/classes11</source>
-                                <source>../WS-C/dev/src10</source>
-                                <source>../WS-T/dev/src10</source>
-                                <source>../WSTX/classes10</source>
-                                <source>../recovery/src</source>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>**/*.*</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <version>1.4</version>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    <include>org.jboss.jbossts:ws-c:api</include>
-                                    <include>org.jboss.jbossts:ws-c10:api</include>
-                                    <include>org.jboss.jbossts:ws-t:api</include>
-                                    <include>org.jboss.jbossts:ws-t10:api</include>
-                                    <include>org.jboss.jbossts:wstx:api</include>
-                                    <include>org.jboss.jbossts:wstx10:api</include>
-                                    <include>org.jboss.jbossts:wstx11:api</include>
-                                    <include>org.jboss.jbossts:bridge:api</include>
-                                </includes>
-                            </artifactSet>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c10</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t10</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx10</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx11</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>bridge</artifactId>
-            <classifier>api</classifier>
-        </dependency>
-    </dependencies>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jbossxts-api</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>buildnumber-maven-plugin</artifactId>
+        <version>1.0-beta-4</version>
+        <executions>
+          <execution>
+            <phase>validate</phase>
+            <goals>
+              <goal>create</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <doCheck>true</doCheck>
+          <doUpdate>false</doUpdate>
+          <scmBranchPropertyName>buildScmBranch</scmBranchPropertyName>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <arjuna-scm-revision>${buildScmBranch} (revision: ${buildNumber})</arjuna-scm-revision>
+              <arjuna-properties-file>jbossts-properties.xml</arjuna-properties-file>
+              <arjuna-builder>JBoss Inc. [${user.name}] ${os.name} ${os.version} ${buildproperty.date}</arjuna-builder>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <detectOfflineLinks>false</detectOfflineLinks>
+          <excludePackageNames>org.*:com.arjuna.services.*:com.arjuna.webservices*:com.arjuna.mwlabs.*:com.arjuna.webservices11*:com.arjuna.schemas:com.arjuna.mw.wstx</excludePackageNames>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>add-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>../WS-C/dev/src</source>
+                <source>../WS-T/dev/src</source>
+                <source>../WSTX/classes</source>
+                <source>../WS-C/dev/src11</source>
+                <source>../WS-T/dev/src11</source>
+                <source>../WSTX/classes11</source>
+                <source>../WS-C/dev/src10</source>
+                <source>../WS-T/dev/src10</source>
+                <source>../WSTX/classes10</source>
+                <source>../recovery/src</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/*.*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>1.4</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+              <artifactSet>
+                <includes>
+                  <include>org.jboss.jbossts:ws-c:api</include>
+                  <include>org.jboss.jbossts:ws-c10:api</include>
+                  <include>org.jboss.jbossts:ws-t:api</include>
+                  <include>org.jboss.jbossts:ws-t10:api</include>
+                  <include>org.jboss.jbossts:wstx:api</include>
+                  <include>org.jboss.jbossts:wstx10:api</include>
+                  <include>org.jboss.jbossts:wstx11:api</include>
+                  <include>org.jboss.jbossts:bridge:api</include>
+                </includes>
+              </artifactSet>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c10</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t10</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx10</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx11</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>bridge</artifactId>
+      <classifier>api</classifier>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/localjunit/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/localjunit/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/localjunit/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -5,28 +5,30 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>localjunit</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <sourceDirectory>src</sourceDirectory>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.8.1</version>
-        </dependency>
-    </dependencies>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>localjunit</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <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">
-    <!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware 
+  <!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware 
 		LLC, and individual contributors as indicated by the @author tags. 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, 
@@ -12,27 +12,28 @@
 		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. (C) 2009, @author JBoss Inc. (jonathan.halliday at redhat.com) -->
-    <parent>
-        <groupId>org.jboss.jbossts</groupId>
-        <artifactId>narayana-parent</artifactId>
-        <version>4.15.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>xts-all</artifactId>
-    <packaging>pom</packaging>
-    <modules>
-        <module>WSAS</module>
-        <module>WS-C</module>
-        <module>WSCF</module>
-        <module>WS-T</module>
-        <module>WSTX</module>
-        <module>recovery</module>
-        <module>bridge</module>
-        <module>sar</module>
-        <module>demo</module>
-        <module>docs</module>
-        <module>jbossxts-api</module>
-        <module>localjunit</module>
-        <module>dist</module>
-    </modules>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>narayana</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>xts-all</artifactId>
+  <packaging>pom</packaging>
+  <modules>
+    <module>WSAS</module>
+    <module>WS-C</module>
+    <module>WSCF</module>
+    <module>WS-T</module>
+    <module>WSTX</module>
+    <module>recovery</module>
+    <module>bridge</module>
+    <module>sar</module>
+    <module>demo</module>
+    <module>docs</module>
+    <module>jbossxts-api</module>
+    <module>localjunit</module>
+    <module>dist</module>
+  </modules>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/recovery/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/recovery/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/recovery/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,25 +12,26 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>recovery</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <sourceDirectory>src</sourceDirectory>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf</artifactId>
-        </dependency>
-    </dependencies>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>recovery</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+  </dependencies>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/build.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/build.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -161,6 +161,30 @@
     
     <target name="api-jar" depends="compile, api-both-jar, api11-jar"/>
 
+    <!-- build the config jar -->
+    <target name="config-both-jar" depends="compile" if="build10">
+        <!-- create config jar containing conf files for 1.0 and 1.1 -->
+        <filter token="coordinator.hostname" value="${coordinator.hostname}"/>
+        <filter token="coordinator.port" value="${coordinator.port}"/>
+        <copy tofile="${build.conf.dir}/xts-properties.xml" file="${conf.dir}/xts-properties.xml"/>
+        <jar jarfile="${build.dir}/config.jar">
+            <fileset dir="${build.conf.dir}"/>
+        </jar>
+        <copy file="${build.dir}/config.jar" tofile="${lib.dir}/config.jar"/>
+    </target>
+
+    <target name="config11-jar" depends="compile" if="nobuild10">
+        <!-- create config jar containing conf files for 1.1 -->
+        <copy tofile="${build.conf.dir}/xts-properties.xml" file="${conf.dir}/xts-properties11.xml"/>
+        <jar jarfile="${build.dir}/config.jar">
+            <fileset dir="${build.conf.dir}"/>
+        </jar>
+        <copy file="${build.dir}/config.jar" tofile="${lib.dir}/config.jar"/>
+    </target>
+
+    <target name="config-jar" depends="compile, config-both-jar, config11-jar"/>
+
+    <!-- build the service jar -->
     <target name="service-jar" depends="compile">
         <jar jarfile="${build.dir}/service.jar">
             <!-- include sar boot and shutdown codes -->
@@ -169,16 +193,54 @@
         <copy file="${build.dir}/service.jar" tofile="${lib.dir}/service.jar"/>
     </target>
 
+    <!-- build the full implementation jar -->
+    <target name="impl-both-jar" if="build10">
+        <mkdir dir="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wsas.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wscf.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wscf10.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wscf11.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-c.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-c10.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-c11.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-t.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-t10.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-t11.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wstx.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wstx10.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wstx11.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/recovery.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/service.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/config.jar" dest="${build.dir}/tmp/impl"/>
+        <jar file="${build.dir}/jbossxts.jar" basedir="${build.dir}/tmp/impl"/>
+        <copy file="${build.dir}/jbossxts.jar" tofile="${lib.dir}/jbossxts.jar"/>
+        <delete dir="${build.dir}/tmp/impl"/>
+    </target>
+
+    <!-- build the 1.1 implementation jar -->
+    <target name="impl11-jar" if="nobuild10">
+        <mkdir dir="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wsas.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wscf.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wscf11.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-c.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-c11.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-t.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/ws-t11.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wstx.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/wstx11.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/recovery.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/service.jar" dest="${build.dir}/tmp/impl"/>
+        <unjar src="${lib.dir}/config.jar" dest="${build.dir}/tmp/impl"/>
+        <jar file="${build.dir}/jbossxts.jar" basedir="${build.dir}/tmp/impl"/>
+        <copy file="${build.dir}/jbossxts.jar" tofile="${lib.dir}/jbossxts.jar"/>
+        <delete dir="${build.dir}/tmp/impl"/>
+    </target>
+
+    <target name="impl-jar" depends="compile, impl-both-jar, impl11-jar"/>
+
     <!-- build XTS service archive supporting both 1.0 and 1.1 WS-C/T protocols -->
     <target name="sar-both" if="build10">
-        <!-- create config jar containing conf files for 1.0 and 1.1 -->
-        <filter token="coordinator.hostname" value="${coordinator.hostname}"/>
-        <filter token="coordinator.port" value="${coordinator.port}"/>
-        <copy tofile="${build.conf.dir}/xts-properties.xml" file="${conf.dir}/xts-properties.xml"/>
-        <jar jarfile="${build.dir}/config.jar">
-            <fileset dir="${build.conf.dir}"/>
-        </jar>
-
         <!-- copy 11 and 1.0 application.xml to build dir -->
         <copy toFile="${build.metainf.dir}/application.xml" file="${metainf.dir}/application.xml"/>
 
@@ -216,12 +278,6 @@
 
     <!-- build XTS service archive supporting 1.1 WS-C/T protocols -->
     <target name="sar-11" if="nobuild10">
-        <!-- create config jar containing conf files for 1.1 -->
-        <copy tofile="${build.conf.dir}/xts-properties.xml" file="${conf.dir}/xts-properties11.xml"/>
-        <jar jarfile="${build.dir}/config.jar">
-            <fileset dir="${build.conf.dir}"/>
-        </jar>
-
         <!-- copy 11 application.xml to build dir -->
         <copy toFile="${build.metainf.dir}/application.xml" file="${metainf.dir}/application11.xml"/>
 
@@ -237,7 +293,7 @@
         </jar>
     </target>
 
-    <target name="sar" depends="api-jar, service-jar, sar-both, sar-11"/>
+    <target name="sar" depends="api-jar, service-jar, config-jar, impl-jar, sar-both, sar-11"/>
 
     <target name="clean">
       <delete dir="${build.dir}"/>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/pom.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/pom.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sar/pom.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -12,172 +12,173 @@
 	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.1.M1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>jbossxts-sar</artifactId>
-    <packaging>jar</packaging>
-    <build>
-        <sourceDirectory>src</sourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2</version>
-                <extensions>true</extensions>
-                <executions>
-                    <execution>
-                        <id>my-sar</id>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                        <phase>package</phase>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>assembly/sar.xml</descriptor>
-                            </descriptors>
-                        </configuration>
-                    </execution>
-                </executions>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>jboss-packaging-maven-plugin</artifactId>
-                        <version>2.2</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>recovery</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx11</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c10</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>jbossxts-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c</artifactId>
-        </dependency>
-        <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>ws-t10</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wsas</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf10</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf11</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx10</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.logging</groupId>
-            <artifactId>jboss-logging</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.logging</groupId>
-            <artifactId>jboss-logging-processor</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.logging</groupId>
-            <artifactId>jboss-logging-generator</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c10</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-c11</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t10</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-            <classifier>client</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-            <classifier>coordinator</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>ws-t11</artifactId>
-            <classifier>participant</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wscf10</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.jbossts</groupId>
-            <artifactId>wstx10</artifactId>
-            <classifier>war</classifier>
-            <type>war</type>
-        </dependency>
-    </dependencies>
-    <properties>
-        <buildType>11</buildType>
-    </properties>
+  <parent>
+    <groupId>org.jboss.narayana</groupId>
+    <artifactId>xts-all</artifactId>
+    <version>5.0.0.M1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jbossxts-sar</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2</version>
+        <extensions>true</extensions>
+        <executions>
+          <execution>
+            <id>my-sar</id>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <phase>package</phase>
+            <configuration>
+              <descriptors>
+                <descriptor>assembly/sar.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>jboss-packaging-maven-plugin</artifactId>
+            <version>2.2</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>recovery</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>jbossxts-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wsas</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf11</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx10</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-processor</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-generator</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c10</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-c11</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t10</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+      <classifier>client</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+      <classifier>coordinator</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>ws-t11</artifactId>
+      <classifier>participant</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wscf10</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.narayana</groupId>
+      <artifactId>wstx10</artifactId>
+      <classifier>war</classifier>
+      <type>war</type>
+    </dependency>
+  </dependencies>
+  <properties>
+    <buildType>11</buildType>
+  </properties>
 </project>

Modified: labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sharedbuild.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sharedbuild.xml	2011-06-27 09:45:49 UTC (rev 37159)
+++ labs/jbosstm/branches/JBOSSTS_4_15_0_Final/XTS/sharedbuild.xml	2011-06-27 09:58:19 UTC (rev 37160)
@@ -67,7 +67,7 @@
 
     <!-- override to disable publican use -->
     <property name="publican" value="true"/>
-    <property name="publican.build.dir" value="docs/build"/>
+    <property name="publican.build.dir" value="docs/Transactions_XTS_Administration_And_Development_Guide/target/publican"/>
 
     <!-- by default we build 1.0 and 1.1 for ease of testing,
         but release bundles should use -Dsartype=sar-11 so that



More information about the jboss-svn-commits mailing list