[jboss-cvs] JBossAS SVN: r86999 - in projects/integration/tags: 5.1.0.CR3 and 8 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 17:28:02 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-04-08 17:28:02 -0400 (Wed, 08 Apr 2009)
New Revision: 86999

Added:
   projects/integration/tags/5.1.0.CR3/
   projects/integration/tags/5.1.0.CR3/build/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-jca-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DelegatingComponentDispatcher.java
   projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/pom.xml
Removed:
   projects/integration/tags/5.1.0.CR3/build/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-jca-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.classpath
   projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.project
   projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.1.0.CR3/pom.xml
Log:
[maven-release-plugin]  copy for tag 5.1.0.CR3

Copied: projects/integration/tags/5.1.0.CR3 (from rev 86983, projects/integration/branches/5_x)

Deleted: projects/integration/tags/5.1.0.CR3/build/pom.xml
===================================================================
--- projects/integration/branches/5_x/build/pom.xml	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/build/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,50 +0,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">
-  <parent>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-integration</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Integration 5.1.0 Aggregate Build</name>
-  <url>http://www.jboss.com</url>
-  <description>
-    The JBoss Integration SPI classes
-  </description>
-
-  <profiles>
-    <profile>
-      <id>assembly</id>
-      <activation>
-        <property>
-          <name>!skip.assembly</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <goals>
-                  <goal>attached</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <descriptors>
-                <descriptor>src/assembly/bin.xml</descriptor>
-                <descriptor>src/assembly/sources.xml</descriptor>
-              </descriptors>
-            </configuration>
-            <inherited>false</inherited>
-          </plugin>
-        </plugins>    
-      </build>
-    </profile>
-  </profiles>
-  
-</project>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/build/pom.xml (from rev 86998, projects/integration/branches/5_x/build/pom.xml)
===================================================================
--- projects/integration/tags/5.1.0.CR3/build/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/build/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,50 @@
+<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.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.1.0.CR3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-integration</artifactId>
+  <version>5.1.0.CR3</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 5.1.0 Aggregate Build</name>
+  <url>http://www.jboss.com</url>
+  <description>
+    The JBoss Integration SPI classes
+  </description>
+
+  <profiles>
+    <profile>
+      <id>assembly</id>
+      <activation>
+        <property>
+          <name>!skip.assembly</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>package</phase>
+                <goals>
+                  <goal>attached</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/bin.xml</descriptor>
+                <descriptor>src/assembly/sources.xml</descriptor>
+              </descriptors>
+            </configuration>
+            <inherited>false</inherited>
+          </plugin>
+        </plugins>    
+      </build>
+    </profile>
+  </profiles>
+  
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.classpath
===================================================================
--- projects/integration/branches/5_x/jboss-classloading-spi/.classpath	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,7 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.8.GA/jboss-common-core-2.2.8.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.8.GA/jboss-common-core-2.2.8.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.classpath (from rev 86997, projects/integration/branches/5_x/jboss-classloading-spi/.classpath)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,7 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.11.GA/jboss-common-core-2.2.11.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.11.GA/jboss-common-core-2.2.11.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
+</classpath>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.project
===================================================================
--- projects/integration/branches/5_x/jboss-classloading-spi/.project	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>jboss-classloading-spi</name>
-  <comment>The Java ClassLoading 5.0.0 SPI classes</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.project (from rev 86997, projects/integration/branches/5_x/jboss-classloading-spi/.project)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.project	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-classloading-spi</name>
+  <comment>The Java ClassLoading 5.1.0 SPI classes</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/pom.xml
===================================================================
--- projects/integration/branches/5_x/jboss-classloading-spi/pom.xml	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,20 +0,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">
-  <parent>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-classloading-spi</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss ClassLoading 5.1.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java ClassLoading 5.1.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/pom.xml (from rev 86998, projects/integration/branches/5_x/jboss-classloading-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-classloading-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,20 @@
+<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.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.1.0.CR3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-classloading-spi</artifactId>
+  <version>5.1.0.CR3</version>
+  <packaging>jar</packaging>
+  <name>JBoss ClassLoading 5.1.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java ClassLoading 5.1.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.classpath
===================================================================
--- projects/integration/branches/5_x/jboss-corba-ots-spi/.classpath	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,7 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/jacorb/jacorb/2.3.0jboss.patch5-brew/jacorb-2.3.0jboss.patch5-brew.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2-sources.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.classpath (from rev 86997, projects/integration/branches/5_x/jboss-corba-ots-spi/.classpath)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,7 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/jacorb/jacorb/2.3.0jboss.patch5-brew/jacorb-2.3.0jboss.patch5-brew.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.GA/jboss-transaction-api-1.0.1.GA.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.GA/jboss-transaction-api-1.0.1.GA-sources.jar"/>
+</classpath>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.project
===================================================================
--- projects/integration/branches/5_x/jboss-corba-ots-spi/.project	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>jboss-corba-ots-spi</name>
-  <comment>SPI to be implemented by CORBA OTS providers for JBoss 5.0.0</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.project (from rev 86997, projects/integration/branches/5_x/jboss-corba-ots-spi/.project)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.project	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-corba-ots-spi</name>
+  <comment>SPI to be implemented by CORBA OTS providers for JBoss 5.1.0</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/pom.xml
===================================================================
--- projects/integration/branches/5_x/jboss-corba-ots-spi/pom.xml	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,24 +0,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">
-  <parent>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-corba-ots-spi</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss CORBA OTS 5.1.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>SPI to be implemented by CORBA OTS providers for JBoss 5.1.0</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-transaction-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jacorb</groupId>
-      <artifactId>jacorb</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/pom.xml (from rev 86998, projects/integration/branches/5_x/jboss-corba-ots-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-corba-ots-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,24 @@
+<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.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.1.0.CR3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-corba-ots-spi</artifactId>
+  <version>5.1.0.CR3</version>
+  <packaging>jar</packaging>
+  <name>JBoss CORBA OTS 5.1.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>SPI to be implemented by CORBA OTS providers for JBoss 5.1.0</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-transaction-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jacorb</groupId>
+      <artifactId>jacorb</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/.project
===================================================================
--- projects/integration/branches/5_x/jboss-deployment-spi/.project	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>jboss-deployment-spi</name>
-  <comment>The JBossAS Deployment 5.0.0 SPI classes</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/.project (from rev 86997, projects/integration/branches/5_x/jboss-deployment-spi/.project)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/.project	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-deployment-spi</name>
+  <comment>The JBossAS Deployment 5.1.0 SPI classes</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/pom.xml
===================================================================
--- projects/integration/branches/5_x/jboss-deployment-spi/pom.xml	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,14 +0,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">
-  <parent>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-deployment-spi</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Deployment 5.1.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBossAS Deployment 5.1.0 SPI classes</description>
-</project>

Copied: projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/pom.xml (from rev 86998, projects/integration/branches/5_x/jboss-deployment-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-deployment-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,14 @@
+<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.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.1.0.CR3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-deployment-spi</artifactId>
+  <version>5.1.0.CR3</version>
+  <packaging>jar</packaging>
+  <name>JBoss Deployment 5.1.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBossAS Deployment 5.1.0 SPI classes</description>
+</project>

Deleted: projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.classpath
===================================================================
--- projects/integration/branches/5_x/jboss-jca-spi/.classpath	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,9 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/aop/jboss-aop-jdk50-client/2.0.0.CR16/jboss-aop-jdk50-client-2.0.0.CR16.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.8.GA/jboss-common-core-2.2.8.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.8.GA/jboss-common-core-2.2.8.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.CR2/jboss-jca-api-1.5.0.CR2.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.CR2/jboss-jca-api-1.5.0.CR2-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.classpath (from rev 86997, projects/integration/branches/5_x/jboss-jca-spi/.classpath)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,19 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/ant/ant/1.7.0/ant-1.7.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar"/>
+  <classpathentry kind="var" path="M2_REPO/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA.jar" sourcepath="M2_REPO/javassist/javassist/3.9.0.GA/javassist-3.9.0.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/aop/jboss-aop/2.0.0.SP1/jboss-aop-2.0.0.SP1-client.jar" sourcepath="M2_REPO/org/jboss/aop/jboss-aop/2.0.0.SP1/jboss-aop-2.0.0.SP1-client-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.11.GA/jboss-common-core-2.2.11.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.11.GA/jboss-common-core-2.2.11.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.GA/jboss-jca-api-1.5.0.GA.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.GA/jboss-jca-api-1.5.0.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-log4j/2.0.5.GA/jboss-logging-log4j-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-log4j/2.0.5.GA/jboss-logging-log4j-2.0.5.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-mdr/2.0.0.GA/jboss-mdr-2.0.0.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-mdr/2.0.0.GA/jboss-mdr-2.0.0.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.0.GA/jboss-reflect-2.0.0.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-reflect/2.0.0.GA/jboss-reflect-2.0.0.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar" sourcepath="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/qdox/qdox/1.6.1/qdox-1.6.1.jar" sourcepath="M2_REPO/qdox/qdox/1.6.1/qdox-1.6.1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/trove/trove/2.1.1/trove-2.1.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.9.1/xml-apis-2.9.1.jar"/>
+</classpath>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.project
===================================================================
--- projects/integration/branches/5_x/jboss-jca-spi/.project	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>jboss-jca-spi</name>
-  <comment>The JBoss JCA 5.0.0 SPI classes</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.project (from rev 86997, projects/integration/branches/5_x/jboss-jca-spi/.project)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.project	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-jca-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-jca-spi</name>
+  <comment>The JBoss JCA 5.1.0 SPI classes</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-jca-spi/pom.xml
===================================================================
--- projects/integration/branches/5_x/jboss-jca-spi/pom.xml	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-jca-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,31 +0,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">
-  <parent>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-jca-spi</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss JCA 5.1.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBoss JCA 5.1.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-      <classifier>client</classifier>
-      <exclusions>
-        <exclusion>
-          <groupId>org.jboss</groupId>
-          <artifactId>jboss-common-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-jca-api</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-jca-spi/pom.xml (from rev 86998, projects/integration/branches/5_x/jboss-jca-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-jca-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-jca-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,31 @@
+<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.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.1.0.CR3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-jca-spi</artifactId>
+  <version>5.1.0.CR3</version>
+  <packaging>jar</packaging>
+  <name>JBoss JCA 5.1.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBoss JCA 5.1.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+      <classifier>client</classifier>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jca-api</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.classpath
===================================================================
--- projects/integration/branches/5_x/jboss-profileservice-spi/.classpath	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,28 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/javax/activation/activation/1.1.1/activation-1.1.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/wutka-dtdparser/dtdparser121/1.2.1/dtdparser121-1.2.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-api/2.1.4/jaxb-api-2.1.4.jar" sourcepath="M2_REPO/sun-jaxb/jaxb-api/2.1.4/jaxb-api-2.1.4-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/cl/jboss-classloader/2.0.0.CR5/jboss-classloader-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/cl/jboss-classloader/2.0.0.CR5/jboss-classloader-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/cl/jboss-classloading/2.0.0.CR5/jboss-classloading-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/cl/jboss-classloading/2.0.0.CR5/jboss-classloading-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/integration/jboss-classloading-spi/5.0.0.CR2/jboss-classloading-spi-5.0.0.CR2.jar" sourcepath="M2_REPO/org/jboss/integration/jboss-classloading-spi/5.0.0.CR2/jboss-classloading-spi-5.0.0.CR2-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.8.GA/jboss-common-core-2.2.8.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.8.GA/jboss-common-core-2.2.8.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/microcontainer/jboss-dependency/2.0.0.CR4/jboss-dependency-2.0.0.CR4.jar" sourcepath="M2_REPO/org/jboss/microcontainer/jboss-dependency/2.0.0.CR4/jboss-dependency-2.0.0.CR4-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/deployers/jboss-deployers-client-spi/2.0.0.CR5/jboss-deployers-client-spi-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/deployers/jboss-deployers-client-spi/2.0.0.CR5/jboss-deployers-client-spi-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/deployers/jboss-deployers-core-spi/2.0.0.CR5/jboss-deployers-core-spi-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/deployers/jboss-deployers-core-spi/2.0.0.CR5/jboss-deployers-core-spi-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/deployers/jboss-deployers-spi/2.0.0.CR5/jboss-deployers-spi-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/deployers/jboss-deployers-spi/2.0.0.CR5/jboss-deployers-spi-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/deployers/jboss-deployers-structure-spi/2.0.0.CR5/jboss-deployers-structure-spi-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/deployers/jboss-deployers-structure-spi/2.0.0.CR5/jboss-deployers-structure-spi-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/deployers/jboss-deployers-vfs-spi/2.0.0.CR5/jboss-deployers-vfs-spi-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/deployers/jboss-deployers-vfs-spi/2.0.0.CR5/jboss-deployers-vfs-spi-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/man/jboss-managed/2.0.0.CR5/jboss-managed-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/man/jboss-managed/2.0.0.CR5/jboss-managed-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-mdr/2.0.0.GA/jboss-mdr-2.0.0.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-mdr/2.0.0.GA/jboss-mdr-2.0.0.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/man/jboss-metatype/2.0.0.CR5/jboss-metatype-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/man/jboss-metatype/2.0.0.CR5/jboss-metatype-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.0.CR1/jboss-reflect-2.0.0.CR1.jar" sourcepath="M2_REPO/org/jboss/jboss-reflect/2.0.0.CR1/jboss-reflect-2.0.0.CR1-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-vfs/2.0.0.CR5/jboss-vfs-2.0.0.CR5.jar" sourcepath="M2_REPO/org/jboss/jboss-vfs/2.0.0.CR5/jboss-vfs-2.0.0.CR5-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jbossxb/2.0.0.GA/jbossxb-2.0.0.GA.jar" sourcepath="M2_REPO/org/jboss/jbossxb/2.0.0.GA/jbossxb-2.0.0.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/stax/stax-api/1.0/stax-api-1.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.9.1/xml-apis-2.9.1.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.classpath (from rev 86997, projects/integration/branches/5_x/jboss-profileservice-spi/.classpath)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,19 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/javax/activation/activation/1.1.1/activation-1.1.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/wutka-dtdparser/dtdparser121/1.2.1/dtdparser121-1.2.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/sun-jaxb/jaxb-api/2.1.4/jaxb-api-2.1.4.jar" sourcepath="M2_REPO/sun-jaxb/jaxb-api/2.1.4/jaxb-api-2.1.4-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.11.GA/jboss-common-core-2.2.11.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.11.GA/jboss-common-core-2.2.11.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/microcontainer/jboss-dependency/2.0.4.GA/jboss-dependency-2.0.4.GA.jar" sourcepath="M2_REPO/org/jboss/microcontainer/jboss-dependency/2.0.4.GA/jboss-dependency-2.0.4.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/man/jboss-managed/2.1.0.CR1/jboss-managed-2.1.0.CR1.jar" sourcepath="M2_REPO/org/jboss/man/jboss-managed/2.1.0.CR1/jboss-managed-2.1.0.CR1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-mdr/2.0.1.GA/jboss-mdr-2.0.1.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-mdr/2.0.1.GA/jboss-mdr-2.0.1.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/man/jboss-metatype/2.1.0.CR1/jboss-metatype-2.1.0.CR1.jar" sourcepath="M2_REPO/org/jboss/man/jboss-metatype/2.1.0.CR1/jboss-metatype-2.1.0.CR1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.2.GA/jboss-reflect-2.0.2.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-reflect/2.0.2.GA/jboss-reflect-2.0.2.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-vfs/2.1.0.GA/jboss-vfs-2.1.0.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-vfs/2.1.0.GA/jboss-vfs-2.1.0.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jbossxb/2.0.0.GA/jbossxb-2.0.0.GA.jar" sourcepath="M2_REPO/org/jboss/jbossxb/2.0.0.GA/jbossxb-2.0.0.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/apache-xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.9.1/xml-apis-2.9.1.jar"/>
+</classpath>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.project
===================================================================
--- projects/integration/branches/5_x/jboss-profileservice-spi/.project	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>jboss-profileservice-spi</name>
-  <comment>The Java ProfileService 5.0.0 SPI classes</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.project (from rev 86997, projects/integration/branches/5_x/jboss-profileservice-spi/.project)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.project	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-profileservice-spi</name>
+  <comment>The Java ProfileService 5.1.0 SPI classes</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/pom.xml
===================================================================
--- projects/integration/branches/5_x/jboss-profileservice-spi/pom.xml	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,36 +0,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">
-  <parent>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-profileservice-spi</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss ProfileService 5.1.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java ProfileService 5.1.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.man</groupId>
-      <artifactId>jboss-managed</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.man</groupId>
-      <artifactId>jboss-metatype</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-vfs</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.microcontainer</groupId>
-      <artifactId>jboss-dependency</artifactId>
-    </dependency>
-  </dependencies>
-</project>

Copied: projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/pom.xml (from rev 86998, projects/integration/branches/5_x/jboss-profileservice-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,36 @@
+<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.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.1.0.CR3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-profileservice-spi</artifactId>
+  <version>5.1.0.CR3</version>
+  <packaging>jar</packaging>
+  <name>JBoss ProfileService 5.1.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java ProfileService 5.1.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.man</groupId>
+      <artifactId>jboss-managed</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.man</groupId>
+      <artifactId>jboss-metatype</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-vfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-dependency</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Copied: projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DelegatingComponentDispatcher.java (from rev 86996, projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DelegatingComponentDispatcher.java)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DelegatingComponentDispatcher.java	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DelegatingComponentDispatcher.java	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,56 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2009, Red Hat Middleware LLC, and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.deployers.spi.management;
+
+import org.jboss.metatype.api.values.MetaValue;
+
+/**
+ * A delegating runtime component dispatcher interface used by proxies for
+ * ManagedProperty gets and ManagedOperation invokes.
+ * 
+ * @author <a href="mailto:emuckenh at redhat.com">Emanuel Muckenhuber</a>
+ * @author Scott.Stark at jboss.org
+ * @version $Revision$
+ */
+public interface DelegatingComponentDispatcher
+{
+   /**
+    * Get a property value from a runtime component
+    * 
+    * @param propID - the unique id associated with the ManagedProperty
+    * @param componentName - runtime component name
+    * @param propertyName - property name
+    * @return wrapped MetaValue view of the property value
+    */
+   public MetaValue get(Long propID, Object componentName, String propertyName);
+
+   /**
+    * Invoke an operation on a runtime component.
+    * 
+    * @param opID - the unique id associated with the ManagedOperation
+    * @param componentName - runtime component name
+    * @param methodName - the operation name
+    * @param param - the wrapped parameters for the invocation
+    * @return wrapped MetaValue view of the operation result
+    */
+   public MetaValue invoke(Long opID, Object componentName, String methodName, MetaValue... param);
+}

Deleted: projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.classpath
===================================================================
--- projects/integration/branches/5_x/jboss-transaction-spi/.classpath	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,9 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.8.GA/jboss-common-core-2.2.8.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.8.GA/jboss-common-core-2.2.8.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.CR2/jboss-jca-api-1.5.0.CR2.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.CR2/jboss-jca-api-1.5.0.CR2-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2-sources.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.classpath (from rev 86997, projects/integration/branches/5_x/jboss-transaction-spi/.classpath)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.classpath	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,9 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.11.GA/jboss-common-core-2.2.11.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.11.GA/jboss-common-core-2.2.11.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.GA/jboss-jca-api-1.5.0.GA.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.GA/jboss-jca-api-1.5.0.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.GA/jboss-transaction-api-1.0.1.GA.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.GA/jboss-transaction-api-1.0.1.GA-sources.jar"/>
+</classpath>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.project
===================================================================
--- projects/integration/branches/5_x/jboss-transaction-spi/.project	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>jboss-transaction-spi</name>
-  <comment>The Java Transaction 5.0.0 SPI classes</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.project (from rev 86997, projects/integration/branches/5_x/jboss-transaction-spi/.project)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.project	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/.project	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-transaction-spi</name>
+  <comment>The Java Transaction 5.1.0 SPI classes</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/pom.xml
===================================================================
--- projects/integration/branches/5_x/jboss-transaction-spi/pom.xml	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,28 +0,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">
-  <parent>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-transaction-spi</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Transaction 5.1.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java Transaction 5.1.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-jca-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-transaction-api</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/pom.xml (from rev 86998, projects/integration/branches/5_x/jboss-transaction-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/jboss-transaction-spi/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,28 @@
+<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.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.1.0.CR3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-transaction-spi</artifactId>
+  <version>5.1.0.CR3</version>
+  <packaging>jar</packaging>
+  <name>JBoss Transaction 5.1.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java Transaction 5.1.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jca-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-transaction-api</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/5.1.0.CR3/pom.xml
===================================================================
--- projects/integration/branches/5_x/pom.xml	2009-04-08 18:53:23 UTC (rev 86983)
+++ projects/integration/tags/5.1.0.CR3/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -1,145 +0,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">
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>4</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.integration</groupId>
-  <artifactId>jboss-integration-parent</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Integration 5.1 Parent</name>
-  <url>http://www.jboss.com</url>
-  <description>
-    The JBoss Integration SPI classes
-  </description>
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/integration/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/trunk</developerConnection>
-    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/trunk</url>
-  </scm>
-
-	<!-- Properties -->
-	<properties>
-		<version.org.jboss.logging>2.0.5.GA</version.org.jboss.logging>
-		<version.org.jboss.man>2.1.0.CR1</version.org.jboss.man>
-		<version.org.jboss.deployers>2.0.5.GA</version.org.jboss.deployers>
-		<version.org.jboss.vfs>2.1.0.GA</version.org.jboss.vfs>
-		<version.org.jboss.aop>2.0.0.SP1</version.org.jboss.aop>
-		<version.org.jboss.common.core>2.2.11.GA</version.org.jboss.common.core>
-		<version.jacorb>2.3.0jboss.patch5-brew</version.jacorb>
-		<version.org.jboss.microcontainer>2.0.4.GA</version.org.jboss.microcontainer>
-	</properties>
-
-  <modules>
-    <module>jboss-classloading-spi</module>
-    <module>jboss-deployment-spi</module>
-    <module>jboss-transaction-spi</module>
-    <module>jboss-corba-ots-spi</module>
-    <module>jboss-jca-spi</module>
-    <module>jboss-profileservice-spi</module>
-    <module>build</module>
-  </modules>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
-        <configuration>
-          <autoVersionSubmodules>true</autoVersionSubmodules>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>dependencies</report>
-              <report>issue-tracking</report>
-              <report>license</report>
-              <report>scm</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-
-	<!-- The parent pom manages the inter-dependencies of the modules. -->
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.jboss.logging</groupId>
-				<artifactId>jboss-logging-spi</artifactId>
-				<version>${version.org.jboss.logging}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.aop</groupId>
-				<artifactId>jboss-aop</artifactId>
-				<version>${version.org.jboss.aop}</version>
-				<classifier>client</classifier>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss</groupId>
-				<artifactId>jboss-common-core</artifactId>
-				<version>${version.org.jboss.common.core}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.javaee</groupId>
-				<artifactId>jboss-jca-api</artifactId>
-				<version>1.5.0.GA</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.javaee</groupId>
-				<artifactId>jboss-transaction-api</artifactId>
-				<version>1.0.1.GA</version>
-			</dependency>
-			<dependency>
-				<groupId>jacorb</groupId>
-				<artifactId>jacorb</artifactId>
-				<version>${version.jacorb}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.deployers</groupId>
-				<artifactId>jboss-deployers-vfs-spi</artifactId>
-				<version>${version.org.jboss.deployers}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss</groupId>
-				<artifactId>jboss-vfs</artifactId>
-				<version>${version.org.jboss.vfs}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.deployers</groupId>
-				<artifactId>jboss-deployers-core-spi</artifactId>
-				<version>${version.org.jboss.deployers}</version>
-			</dependency>
-		    <dependency>
-				<groupId>org.jboss.microcontainer</groupId>
-				<artifactId>jboss-dependency</artifactId>
-				<version>${version.org.jboss.microcontainer}</version>
-		    </dependency>
-			<dependency>
-				<groupId>org.jboss.man</groupId>
-				<artifactId>jboss-managed</artifactId>
-				<version>${version.org.jboss.man}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.man</groupId>
-				<artifactId>jboss-metatype</artifactId>
-				<version>${version.org.jboss.man}</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
-  
-</project>

Copied: projects/integration/tags/5.1.0.CR3/pom.xml (from rev 86998, projects/integration/branches/5_x/pom.xml)
===================================================================
--- projects/integration/tags/5.1.0.CR3/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.1.0.CR3/pom.xml	2009-04-08 21:28:02 UTC (rev 86999)
@@ -0,0 +1,145 @@
+<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</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.integration</groupId>
+  <artifactId>jboss-integration-parent</artifactId>
+  <version>5.1.0.CR3</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 5.1 Parent</name>
+  <url>http://www.jboss.com</url>
+  <description>
+    The JBoss Integration SPI classes
+  </description>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/integration/tags/5.1.0.CR3</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/tags/5.1.0.CR3</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/tags/5.1.0.CR3</url>
+  </scm>
+
+	<!-- Properties -->
+	<properties>
+		<version.org.jboss.logging>2.0.5.GA</version.org.jboss.logging>
+		<version.org.jboss.man>2.1.0.CR1</version.org.jboss.man>
+		<version.org.jboss.deployers>2.0.5.GA</version.org.jboss.deployers>
+		<version.org.jboss.vfs>2.1.0.GA</version.org.jboss.vfs>
+		<version.org.jboss.aop>2.0.0.SP1</version.org.jboss.aop>
+		<version.org.jboss.common.core>2.2.11.GA</version.org.jboss.common.core>
+		<version.jacorb>2.3.0jboss.patch5-brew</version.jacorb>
+		<version.org.jboss.microcontainer>2.0.4.GA</version.org.jboss.microcontainer>
+	</properties>
+
+  <modules>
+    <module>jboss-classloading-spi</module>
+    <module>jboss-deployment-spi</module>
+    <module>jboss-transaction-spi</module>
+    <module>jboss-corba-ots-spi</module>
+    <module>jboss-jca-spi</module>
+    <module>jboss-profileservice-spi</module>
+    <module>build</module>
+  </modules>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-7</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependencies</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+
+	<!-- The parent pom manages the inter-dependencies of the modules. -->
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>org.jboss.logging</groupId>
+				<artifactId>jboss-logging-spi</artifactId>
+				<version>${version.org.jboss.logging}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.aop</groupId>
+				<artifactId>jboss-aop</artifactId>
+				<version>${version.org.jboss.aop}</version>
+				<classifier>client</classifier>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss</groupId>
+				<artifactId>jboss-common-core</artifactId>
+				<version>${version.org.jboss.common.core}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.javaee</groupId>
+				<artifactId>jboss-jca-api</artifactId>
+				<version>1.5.0.GA</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.javaee</groupId>
+				<artifactId>jboss-transaction-api</artifactId>
+				<version>1.0.1.GA</version>
+			</dependency>
+			<dependency>
+				<groupId>jacorb</groupId>
+				<artifactId>jacorb</artifactId>
+				<version>${version.jacorb}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.deployers</groupId>
+				<artifactId>jboss-deployers-vfs-spi</artifactId>
+				<version>${version.org.jboss.deployers}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss</groupId>
+				<artifactId>jboss-vfs</artifactId>
+				<version>${version.org.jboss.vfs}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.deployers</groupId>
+				<artifactId>jboss-deployers-core-spi</artifactId>
+				<version>${version.org.jboss.deployers}</version>
+			</dependency>
+		    <dependency>
+				<groupId>org.jboss.microcontainer</groupId>
+				<artifactId>jboss-dependency</artifactId>
+				<version>${version.org.jboss.microcontainer}</version>
+		    </dependency>
+			<dependency>
+				<groupId>org.jboss.man</groupId>
+				<artifactId>jboss-managed</artifactId>
+				<version>${version.org.jboss.man}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.man</groupId>
+				<artifactId>jboss-metatype</artifactId>
+				<version>${version.org.jboss.man}</version>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
+  
+</project>




More information about the jboss-cvs-commits mailing list