[jboss-cvs] JBossAS SVN: r73981 - in projects/integration/tags: 5.0.0.Beta5 and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 3 00:34:59 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-06-03 00:34:58 -0400 (Tue, 03 Jun 2008)
New Revision: 73981

Added:
   projects/integration/tags/5.0.0.Beta5/
   projects/integration/tags/5.0.0.Beta5/build/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java
   projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/EndpointInfo.java
   projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.project
   projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/pom.xml
Removed:
   projects/integration/tags/5.0.0.Beta5/build/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java
   projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/EndpointInfo.java
   projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.project
   projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/.classpath
   projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.0.0.Beta5/pom.xml
Log:
[maven-release-plugin]  copy for tag 5.0.0.Beta5

Copied: projects/integration/tags/5.0.0.Beta5 (from rev 73973, projects/integration/trunk)

Deleted: projects/integration/tags/5.0.0.Beta5/build/pom.xml
===================================================================
--- projects/integration/trunk/build/pom.xml	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/build/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,65 +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.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-integration</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Integration 5.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>
-          <plugin>
-            <groupId>org.jboss.maven.plugins</groupId>
-            <artifactId>maven-jboss-deploy-plugin</artifactId>
-            <version>1.3</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>jboss-deploy</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-            </configuration>
-          </plugin>
-        </plugins>    
-      </build>
-    </profile>
-  </profiles>
-  
-</project>
\ No newline at end of file

Copied: projects/integration/tags/5.0.0.Beta5/build/pom.xml (from rev 73980, projects/integration/trunk/build/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/build/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/build/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -0,0 +1,65 @@
+<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.0.0.Beta5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-integration</artifactId>
+  <version>5.0.0.Beta5</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 5.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>
+          <plugin>
+            <groupId>org.jboss.maven.plugins</groupId>
+            <artifactId>maven-jboss-deploy-plugin</artifactId>
+            <version>1.3</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>jboss-deploy</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+            </configuration>
+          </plugin>
+        </plugins>    
+      </build>
+    </profile>
+  </profiles>
+  
+</project>
\ No newline at end of file

Deleted: projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/.classpath
===================================================================
--- projects/integration/trunk/jboss-classloading-spi/.classpath	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,10 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.1.GA/jboss-common-core-2.2.1.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.1.GA/jboss-common-core-2.2.1.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar" sourcepath="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-slide/webdavlib/2.0/webdavlib-2.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/.classpath (from rev 73975, projects/integration/trunk/jboss-classloading-spi/.classpath)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.5.GA/jboss-common-core-2.2.5.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.5.GA/jboss-common-core-2.2.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"/>
+</classpath>
\ No newline at end of file

Deleted: projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-classloading-spi/pom.xml	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-classloading-spi</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss ClassLoading 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java ClassLoading 5.0.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.0.0.Beta5/jboss-classloading-spi/pom.xml (from rev 73980, projects/integration/trunk/jboss-classloading-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-classloading-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.0.0.Beta5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-classloading-spi</artifactId>
+  <version>5.0.0.Beta5</version>
+  <packaging>jar</packaging>
+  <name>JBoss ClassLoading 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java ClassLoading 5.0.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.0.0.Beta5/jboss-corba-ots-spi/.classpath
===================================================================
--- projects/integration/trunk/jboss-corba-ots-spi/.classpath	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,7 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main"/>
-  <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.patch4-brew/jacorb-2.3.0jboss.patch4-brew.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1-SNAPSHOT/jboss-transaction-api-1.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1-SNAPSHOT/jboss-transaction-api-1.0.1-SNAPSHOT-sources.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/.classpath (from rev 73975, projects/integration/trunk/jboss-corba-ots-spi/.classpath)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.CR1/jboss-transaction-api-1.0.1.CR1.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.CR1/jboss-transaction-api-1.0.1.CR1-sources.jar"/>
+</classpath>
\ No newline at end of file

Deleted: projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-corba-ots-spi/pom.xml	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-corba-ots-spi</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss CORBA OTS 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>SPI to be implemented by CORBA OTS providers for JBoss 5.0.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.0.0.Beta5/jboss-corba-ots-spi/pom.xml (from rev 73980, projects/integration/trunk/jboss-corba-ots-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-corba-ots-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.0.0.Beta5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-corba-ots-spi</artifactId>
+  <version>5.0.0.Beta5</version>
+  <packaging>jar</packaging>
+  <name>JBoss CORBA OTS 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>SPI to be implemented by CORBA OTS providers for JBoss 5.0.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.0.0.Beta5/jboss-deployment-spi/.classpath
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/.classpath	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar" sourcepath="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA-sources.jar"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>

Copied: projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/.classpath (from rev 73975, projects/integration/trunk/jboss-deployment-spi/.classpath)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -0,0 +1,5 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+</classpath>
\ No newline at end of file

Deleted: projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/pom.xml	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-deployment-spi</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Deployment 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBossAS Deployment 5.0.0 SPI classes</description>
-</project>

Copied: projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/pom.xml (from rev 73980, projects/integration/trunk/jboss-deployment-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.0.0.Beta5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-deployment-spi</artifactId>
+  <version>5.0.0.Beta5</version>
+  <packaging>jar</packaging>
+  <name>JBoss Deployment 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBossAS Deployment 5.0.0 SPI classes</description>
+</project>

Deleted: projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,54 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, 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.deployment.spi;
-
-/**
- * An interface for resolving deployment endpoints by reference name or
- * interface type.
- * 
- * @author Scott.Stark at jboss.org
- * @version $Revision:$
- */
-public interface DeploymentEndpointResolver
-{
-   /**
-    * Find the deployment endpoint info for the given business interface and
-    * expected endpoint type.
-    * 
-    * @param businessIntf - the interface the endpoint should implement
-    * @param endpointType - the type of endpoint
-    * @return the matching endpoint info if found, null otherwise
-    */
-   EndpointInfo getEndpointInfo(Class businessIntf, String endpointType);
-
-   /**
-    * Find the deployment endpoint for the given reference name. This may be
-    * relative name qualified by a path prefix, or just the endpoint name.
-    * 
-    * @param ref - relative or exact endpoint name
-    * @param endpointType the type of endpoint
-    * @return the matching endpoint info if found, null otherwise
-    * @see EndpointType
-    */
-   EndpointInfo getEndpointInfo(String ref, String endpointType);
-   
-}

Copied: projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java (from rev 73978, projects/integration/trunk/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/DeploymentEndpointResolver.java	2008-06-03 04:34:58 UTC (rev 73981)
@@ -0,0 +1,61 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, 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.deployment.spi;
+
+/**
+ * An interface for resolving deployment endpoints by reference name or
+ * interface type.
+ * 
+ * @author Scott.Stark at jboss.org
+ * @version $Revision:$
+ */
+public interface DeploymentEndpointResolver
+{
+   /**
+    * Find the deployment endpoint info for the given business interface and
+    * expected endpoint type.
+    * 
+    * @param businessIntf - the interface the endpoint should implement
+    * @param endpointType - the type of endpoint
+    * @param vfsContext - the vfs relative path for the deployment initiating
+    *    the resolution request.  This is used to properly resolve
+    *    interface scopes from the inside out.
+    * @return the matching endpoint info if found, null otherwise
+    */
+   EndpointInfo getEndpointInfo(Class businessIntf, String endpointType, String vfsContext);
+
+   /**
+    * Find the deployment endpoint for the given reference name. This may be
+    * relative name qualified by a path prefix, or just the endpoint name.
+    * 
+    * @param ref - relative or exact endpoint name
+    * @param endpointType the type of endpoint
+    * @param vfsContext - the vfs relative path for the deployment initiating
+    *    the resolution request.  This is used to properly resolve
+    *    relative references.
+    * @return the matching endpoint info if found, null otherwise
+    * @see EndpointType
+    */
+   EndpointInfo getEndpointInfo(String ref, String endpointType, String vfsContext);
+   
+}
+

Deleted: projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/EndpointInfo.java
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/EndpointInfo.java	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/EndpointInfo.java	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,79 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2007, 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.deployment.spi;
-
-import java.io.Serializable;
-
-/**
- * Encapsulation of a deployment endpoint
- * 
- * @author Scott.Stark at jboss.org
- * @version $Revision:$
- */
-public class EndpointInfo implements Serializable
-{
-   private static final long serialVersionUID = 1;
-   /** VFS relative path of the endpoints deployment */
-   private String pathName;
-   /** The deployment unique component name */
-   private String name;
-   /** The endpoint type */
-   private String type;
-   /**
-    * @param pathName
-    * @param name
-    * @param type
-    */
-   public EndpointInfo(String pathName, String name, String type)
-   {
-      super();
-      this.pathName = pathName;
-      this.name = name;
-      this.type = type;
-   }
-
-   public String getPathName()
-   {
-      return pathName;
-   }
-   public String getName()
-   {
-      return name;
-   }
-   public String getType()
-   {
-      return type;
-   }
-
-   @Override
-   public String toString()
-   {
-      StringBuilder tmp = new StringBuilder("EndpointInfo(pathName=");
-      tmp.append(pathName);
-      tmp.append(",name=");
-      tmp.append(name);
-      tmp.append(",type=");
-      tmp.append(type);
-      tmp.append(")");
-      return tmp.toString();
-   }
-}

Copied: projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/EndpointInfo.java (from rev 73978, projects/integration/trunk/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/EndpointInfo.java)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/EndpointInfo.java	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi/EndpointInfo.java	2008-06-03 04:34:58 UTC (rev 73981)
@@ -0,0 +1,102 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2007, 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.deployment.spi;
+
+import java.io.Serializable;
+
+/**
+ * Encapsulation of a deployment endpoint
+ * 
+ * @author Scott.Stark at jboss.org
+ * @version $Revision:$
+ */
+public class EndpointInfo implements Serializable
+{
+   private static final long serialVersionUID = 1;
+   /** VFS relative path of the endpoints deployment */
+   private String pathName;
+   /** The deployment unique component name */
+   private String name;
+   /** The endpoint type */
+   private String type;
+
+   /**
+    * @param pathName - the vfs relative path of the deployment containing the endpoint
+    * @param name - the deployment local unique name of the endpoing
+    * @param type - the endpoint type(ejb, message-destination, ...)
+    * @see EndpointType
+    */
+   public EndpointInfo(String pathName, String name, String type)
+   {
+      super();
+      this.pathName = pathName;
+      this.name = name;
+      this.type = type;
+   }
+
+   /**
+    * @return the vfs relative path for the endpoint's deployment
+    */
+   public String getPathName()
+   {
+      return pathName;
+   }
+   /**
+    * 
+    * @return the deployment local unique name of the endpoing
+    */
+   public String getName()
+   {
+      return name;
+   }
+   /**
+    * @return the endpoint type(ejb, message-destination, ...)
+    * @see EndpointType
+    */
+   public String getType()
+   {
+      return type;
+   }
+
+   /**
+    * Get the deployment unique key for the endpoint
+    * @return the unique key formed from the tuple (type, vfs relative path, name):
+    * type + "/" + pathName + "#" + name 
+    */
+   public String getComponentKey()
+   {
+      return type + "/" + pathName + "#" + name;
+   }
+
+   @Override
+   public String toString()
+   {
+      StringBuilder tmp = new StringBuilder("EndpointInfo(pathName=");
+      tmp.append(pathName);
+      tmp.append(",name=");
+      tmp.append(name);
+      tmp.append(",type=");
+      tmp.append(type);
+      tmp.append(")");
+      return tmp.toString();
+   }
+}

Deleted: projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.classpath
===================================================================
--- projects/integration/trunk/jboss-jca-spi/.classpath	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,7 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar" sourcepath="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0-SNAPSHOT/jboss-jca-api-1.5.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0-SNAPSHOT/jboss-jca-api-1.5.0-SNAPSHOT-sources.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.classpath (from rev 73975, projects/integration/trunk/jboss-jca-spi/.classpath)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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/jboss/aop/jboss-aop-jdk50-client/2.0.0.CR8/jboss-aop-jdk50-client-2.0.0.CR8.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.5.GA/jboss-common-core-2.2.5.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.5.GA/jboss-common-core-2.2.5.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.CR1/jboss-jca-api-1.5.0.CR1.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.CR1/jboss-jca-api-1.5.0.CR1-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.0.0.Beta5/jboss-jca-spi/.project
===================================================================
--- projects/integration/trunk/jboss-jca-spi/.project	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.project	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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>

Copied: projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.project (from rev 73975, projects/integration/trunk/jboss-jca-spi/.project)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.project	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/.project	2008-06-03 04:34:58 UTC (rev 73981)
@@ -0,0 +1,13 @@
+<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

Deleted: projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-jca-spi/pom.xml	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,34 +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.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-jca-spi</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss JCA 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The JBoss JCA 5.0.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jboss.aop</groupId>
-      <artifactId>jboss-aop-jdk50-client</artifactId>
-      <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.0.0.Beta5/jboss-jca-spi/pom.xml (from rev 73980, projects/integration/trunk/jboss-jca-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-jca-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -0,0 +1,34 @@
+<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.0.0.Beta5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-jca-spi</artifactId>
+  <version>5.0.0.Beta5</version>
+  <packaging>jar</packaging>
+  <name>JBoss JCA 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The JBoss JCA 5.0.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss.aop</groupId>
+      <artifactId>jboss-aop-jdk50-client</artifactId>
+      <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.0.0.Beta5/jboss-transaction-spi/.classpath
===================================================================
--- projects/integration/trunk/jboss-transaction-spi/.classpath	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,12 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/apache-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.1.GA/jboss-common-core-2.2.1.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.1.GA/jboss-common-core-2.2.1.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar" sourcepath="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0-SNAPSHOT/jboss-jca-api-1.5.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0-SNAPSHOT/jboss-jca-api-1.5.0-SNAPSHOT-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1-SNAPSHOT/jboss-transaction-api-1.0.1-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1-SNAPSHOT/jboss-transaction-api-1.0.1-SNAPSHOT-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-slide/webdavlib/2.0/webdavlib-2.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/apache-xerces/xml-apis/2.7.1/xml-apis-2.7.1.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/.classpath (from rev 73975, projects/integration/trunk/jboss-transaction-spi/.classpath)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/.classpath	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/.classpath	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.5.GA/jboss-common-core-2.2.5.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.5.GA/jboss-common-core-2.2.5.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.CR1/jboss-jca-api-1.5.0.CR1.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-jca-api/1.5.0.CR1/jboss-jca-api-1.5.0.CR1-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.CR1/jboss-transaction-api-1.0.1.CR1.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.CR1/jboss-transaction-api-1.0.1.CR1-sources.jar"/>
+</classpath>
\ No newline at end of file

Deleted: projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-transaction-spi/pom.xml	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.0.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-transaction-spi</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss Transaction 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java Transaction 5.0.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.0.0.Beta5/jboss-transaction-spi/pom.xml (from rev 73980, projects/integration/trunk/jboss-transaction-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/jboss-transaction-spi/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -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.0.0.Beta5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-transaction-spi</artifactId>
+  <version>5.0.0.Beta5</version>
+  <packaging>jar</packaging>
+  <name>JBoss Transaction 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java Transaction 5.0.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.0.0.Beta5/pom.xml
===================================================================
--- projects/integration/trunk/pom.xml	2008-06-02 20:25:03 UTC (rev 73973)
+++ projects/integration/tags/5.0.0.Beta5/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -1,122 +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>3</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.integration</groupId>
-  <artifactId>jboss-integration-parent</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Integration 5.0 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>
-
-  <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>build</module>
-  </modules>
-  
-  <build>
-    <finalName>${artifactId}</finalName>
-    <resources>
-      <resource>
-        <directory>src/etc</directory>
-        <includes>
-          <include>**/*</include>
-        </includes>
-        <filtering>true</filtering>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <directory>src/resources</directory>
-        <includes>
-          <include>**/*</include>
-        </includes>
-        <filtering>true</filtering>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <printSummary>false</printSummary>
-          <testFailureIgnore>true</testFailureIgnore>
-          <includes>
-            <include>**/**TestCase.java</include>
-          </includes>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <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>2.0.5.GA</version>
-      </dependency>
-      <dependency>
-        <groupId>jboss.aop</groupId>
-        <artifactId>jboss-aop-jdk50-client</artifactId>
-        <version>2.0.0.CR8</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-common-core</artifactId>
-        <version>2.2.5.GA</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.javaee</groupId>
-        <artifactId>jboss-jca-api</artifactId>
-        <version>1.5.0.CR1</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.javaee</groupId>
-        <artifactId>jboss-transaction-api</artifactId>
-        <version>1.0.1.CR1</version>
-      </dependency>
-      <dependency>
-        <groupId>jacorb</groupId>
-        <artifactId>jacorb</artifactId>
-        <version>2.3.0jboss.patch5-brew</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  
-</project>

Copied: projects/integration/tags/5.0.0.Beta5/pom.xml (from rev 73980, projects/integration/trunk/pom.xml)
===================================================================
--- projects/integration/tags/5.0.0.Beta5/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.0.Beta5/pom.xml	2008-06-03 04:34:58 UTC (rev 73981)
@@ -0,0 +1,122 @@
+<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>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.integration</groupId>
+  <artifactId>jboss-integration-parent</artifactId>
+  <version>5.0.0.Beta5</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 5.0 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.0.0.Beta5</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/tags/5.0.0.Beta5</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/tags/5.0.0.Beta5</url>
+  </scm>
+
+  <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>build</module>
+  </modules>
+  
+  <build>
+    <finalName>${artifactId}</finalName>
+    <resources>
+      <resource>
+        <directory>src/etc</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>src/resources</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+        <filtering>true</filtering>
+      </testResource>
+    </testResources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <printSummary>false</printSummary>
+          <testFailureIgnore>true</testFailureIgnore>
+          <includes>
+            <include>**/**TestCase.java</include>
+          </includes>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <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>2.0.5.GA</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss.aop</groupId>
+        <artifactId>jboss-aop-jdk50-client</artifactId>
+        <version>2.0.0.CR8</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-common-core</artifactId>
+        <version>2.2.5.GA</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-jca-api</artifactId>
+        <version>1.5.0.CR1</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-transaction-api</artifactId>
+        <version>1.0.1.CR1</version>
+      </dependency>
+      <dependency>
+        <groupId>jacorb</groupId>
+        <artifactId>jacorb</artifactId>
+        <version>2.3.0jboss.patch5-brew</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  
+</project>




More information about the jboss-cvs-commits mailing list