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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 29 04:21:19 EDT 2008


Author: jesper.pedersen
Date: 2008-05-29 04:21:18 -0400 (Thu, 29 May 2008)
New Revision: 73770

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

Copied: projects/integration/tags/jboss-integration-5.0.0.CR1 (from rev 73698, projects/integration/trunk)

Deleted: projects/integration/tags/jboss-integration-5.0.0.CR1/build/pom.xml
===================================================================
--- projects/integration/trunk/build/pom.xml	2008-05-27 09:13:50 UTC (rev 73698)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/build/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -1,107 +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</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>
-
-  <build>
-    <sourceDirectory>src/main</sourceDirectory>
-    <testSourceDirectory>src/tests</testSourceDirectory>
-    <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>
\ No newline at end of file

Copied: projects/integration/tags/jboss-integration-5.0.0.CR1/build/pom.xml (from rev 73769, projects/integration/trunk/build/pom.xml)
===================================================================
--- projects/integration/tags/jboss-integration-5.0.0.CR1/build/pom.xml	                        (rev 0)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/build/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -0,0 +1,107 @@
+<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</groupId>
+  <artifactId>jboss-integration-parent</artifactId>
+  <version>5.0.0.CR1</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 5.0 Parent</name>
+  <url>http://www.jboss.com</url>
+  <description>
+    The JBoss Integration SPI classes
+  </description>
+
+  <build>
+    <sourceDirectory>src/main</sourceDirectory>
+    <testSourceDirectory>src/tests</testSourceDirectory>
+    <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>
\ No newline at end of file

Deleted: projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-classloading-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-classloading-spi/pom.xml	2008-05-27 09:13:50 UTC (rev 73698)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-classloading-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -1,22 +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-integration-parent</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss</groupId>
-  <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/jboss-integration-5.0.0.CR1/jboss-classloading-spi/pom.xml (from rev 73769, projects/integration/trunk/jboss-classloading-spi/pom.xml)
===================================================================
--- projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-classloading-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-classloading-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -0,0 +1,22 @@
+<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-integration-parent</artifactId>
+    <version>5.0.0.CR1</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss</groupId>
+  <artifactId>jboss-classloading-spi</artifactId>
+  <version>5.0.0.CR1</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/jboss-integration-5.0.0.CR1/jboss-corba-ots-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-corba-ots-spi/pom.xml	2008-05-27 09:13:50 UTC (rev 73698)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-corba-ots-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -1,26 +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-integration-parent</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss</groupId>
-  <artifactId>jboss-corba-ots-spi</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss 5.0.0 CORBA OTS 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/jboss-integration-5.0.0.CR1/jboss-corba-ots-spi/pom.xml (from rev 73769, projects/integration/trunk/jboss-corba-ots-spi/pom.xml)
===================================================================
--- projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-corba-ots-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-corba-ots-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -0,0 +1,26 @@
+<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-integration-parent</artifactId>
+    <version>5.0.0.CR1</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss</groupId>
+  <artifactId>jboss-corba-ots-spi</artifactId>
+  <version>5.0.0.CR1</version>
+  <packaging>jar</packaging>
+  <name>JBoss 5.0.0 CORBA OTS 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/jboss-integration-5.0.0.CR1/jboss-deployment-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/pom.xml	2008-05-27 09:13:50 UTC (rev 73698)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-deployment-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -1,16 +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-integration-parent</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss</groupId>
-  <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/jboss-integration-5.0.0.CR1/jboss-deployment-spi/pom.xml (from rev 73769, projects/integration/trunk/jboss-deployment-spi/pom.xml)
===================================================================
--- projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-deployment-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-deployment-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -0,0 +1,16 @@
+<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-integration-parent</artifactId>
+    <version>5.0.0.CR1</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss</groupId>
+  <artifactId>jboss-deployment-spi</artifactId>
+  <version>5.0.0.CR1</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/jboss-integration-5.0.0.CR1/jboss-jca-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-jca-spi/pom.xml	2008-05-27 09:13:50 UTC (rev 73698)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-jca-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -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</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss</groupId>
-  <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/jboss-integration-5.0.0.CR1/jboss-jca-spi/pom.xml (from rev 73769, projects/integration/trunk/jboss-jca-spi/pom.xml)
===================================================================
--- projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-jca-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-jca-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -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</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.0.0.CR1</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss</groupId>
+  <artifactId>jboss-jca-spi</artifactId>
+  <version>5.0.0.CR1</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/jboss-integration-5.0.0.CR1/jboss-jca-spi/src/main/org/jboss/jca/spi/ActivationConfigProperty.java
===================================================================
--- projects/integration/trunk/jboss-jca-spi/src/main/org/jboss/jca/spi/ActivationConfigProperty.java	2008-05-27 09:13:50 UTC (rev 73698)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-jca-spi/src/main/org/jboss/jca/spi/ActivationConfigProperty.java	2008-05-29 08:21:18 UTC (rev 73770)
@@ -1,109 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file 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.jca.spi;
-
-import java.io.Serializable;
-
-/**
- * The ActivationConfigProperty - similar to the javax.ejb annotation
- * 
- * @author <a href="mailto:adrian at jboss.org">Adrian Brock</a>
- * @author <a href="mailto:jesper.pedersen at jboss.org">Jesper Pedersen</a>
- * @version $Revision: $
- */
-public class ActivationConfigProperty implements Serializable
-{
-   /** The name */
-   private String name;
-
-   /** The value */
-   private String value;
-
-   /**
-    * Constructor
-    */
-   public ActivationConfigProperty()
-   {
-   }
-
-   /**
-    * Constructor
-    * @param name The name
-    * @param value The value
-    */
-   public ActivationConfigProperty(String name, String value)
-   {
-      setName(name);
-      setValue(value);
-   }
-
-   /**
-    * Get the name
-    * @return The name
-    */
-   public String getName()
-   {
-      return name;
-   }
-
-   /**
-    * Set the name
-    * @param name The name
-    */
-   public void setName(String name)
-   {
-      this.name = name;
-   }
-
-   /**
-    * Get the value
-    * @return The value
-    */
-   public String getValue()
-   {
-      return value;
-   }
-
-   /**
-    * Set the value
-    * @param value The value
-    */
-   public void setValue(String value)
-   {
-      this.value = value;
-   }
-
-   /**
-    * String representation
-    * @return The representation
-    */
-   public String toString()
-   {
-      StringBuffer sb = new StringBuffer(ActivationConfigProperty.class.getName());
-      sb = sb.append("{");
-      sb = sb.append("name=" + name);
-      sb = sb.append(", ");
-      sb = sb.append("value=" + value);
-      sb = sb.append("}");
-      return sb.toString();
-   }
-}

Copied: projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-jca-spi/src/main/org/jboss/jca/spi/ActivationConfigProperty.java (from rev 73732, projects/integration/trunk/jboss-jca-spi/src/main/org/jboss/jca/spi/ActivationConfigProperty.java)
===================================================================
--- projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-jca-spi/src/main/org/jboss/jca/spi/ActivationConfigProperty.java	                        (rev 0)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-jca-spi/src/main/org/jboss/jca/spi/ActivationConfigProperty.java	2008-05-29 08:21:18 UTC (rev 73770)
@@ -0,0 +1,112 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.jca.spi;
+
+import java.io.Serializable;
+
+/**
+ * The ActivationConfigProperty - similar to the javax.ejb annotation
+ * 
+ * @author <a href="mailto:adrian at jboss.org">Adrian Brock</a>
+ * @author <a href="mailto:jesper.pedersen at jboss.org">Jesper Pedersen</a>
+ * @version $Revision: $
+ */
+public class ActivationConfigProperty implements Serializable
+{
+   /** Serial UID */
+   static final long serialVersionUID = 4504308146998800021L;
+
+   /** The name */
+   private String name;
+
+   /** The value */
+   private String value;
+
+   /**
+    * Constructor
+    */
+   public ActivationConfigProperty()
+   {
+   }
+
+   /**
+    * Constructor
+    * @param name The name
+    * @param value The value
+    */
+   public ActivationConfigProperty(String name, String value)
+   {
+      setName(name);
+      setValue(value);
+   }
+
+   /**
+    * Get the name
+    * @return The name
+    */
+   public String getName()
+   {
+      return name;
+   }
+
+   /**
+    * Set the name
+    * @param name The name
+    */
+   public void setName(String name)
+   {
+      this.name = name;
+   }
+
+   /**
+    * Get the value
+    * @return The value
+    */
+   public String getValue()
+   {
+      return value;
+   }
+
+   /**
+    * Set the value
+    * @param value The value
+    */
+   public void setValue(String value)
+   {
+      this.value = value;
+   }
+
+   /**
+    * String representation
+    * @return The representation
+    */
+   public String toString()
+   {
+      StringBuffer sb = new StringBuffer(ActivationConfigProperty.class.getName());
+      sb = sb.append("{");
+      sb = sb.append("name=" + name);
+      sb = sb.append(", ");
+      sb = sb.append("value=" + value);
+      sb = sb.append("}");
+      return sb.toString();
+   }
+}

Deleted: projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-jca-spi/src/main/org/jboss/jca/spi/EndpointActivationBusLocator.java
===================================================================
--- projects/integration/trunk/jboss-jca-spi/src/main/org/jboss/jca/spi/EndpointActivationBusLocator.java	2008-05-27 09:13:50 UTC (rev 73698)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-jca-spi/src/main/org/jboss/jca/spi/EndpointActivationBusLocator.java	2008-05-29 08:21:18 UTC (rev 73770)
@@ -1,161 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file 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.jca.spi;
-
-import java.lang.reflect.Method;
-
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-
-import org.jboss.logging.Logger;
-
-/**
- * Locates the EndpointActivation bus.
- * 
- * @author <a href="adrian at jboss.org">Adrian Brock</a>
- * @author <a href="jesper.pedersen at jboss.org">Jesper Pedersen</a>
- * @version $Revision: $
- */
-public class EndpointActivationBusLocator
-{
-   /** Logger */
-   private static final Logger log = Logger.getLogger(EndpointActivationBusLocator.class);
-   
-   /** The JNDI Name */
-   private static final String JNDI_NAME = "java:/EndpointActivationBus";
-   
-   /** The instance */ 
-   private static EndpointActivationBusLocator instance = new EndpointActivationBusLocator();
-   
-   /** The endpoint activation bus */
-   private EndpointActivationBus eab;
-   
-   /**
-    * No external construction
-    */
-   private EndpointActivationBusLocator()
-   {
-   }
-   
-   /**
-    * Get the locator
-    * @return the locator
-    */
-   public static EndpointActivationBusLocator getInstance()
-   {
-      return instance;
-   }
-   
-   /**
-    * Locate the transaction manager
-    * @return the transaction manager
-    */
-   public static EndpointActivationBus locateEndpointActivationBus()
-   {
-      return getInstance().locate();
-   }
-   
-   /**
-    * Get the transaction manager
-    * @return the transaction manager
-    */
-   public EndpointActivationBus getEndpointActivationBus()
-   {
-      return locate();
-   }
-   
-   /**
-    * Locate the transaction manager
-    * @return the transaction manager
-    */
-   public EndpointActivationBus locate()
-   {
-      if (eab != null)
-         return eab;
-
-      EndpointActivationBus result = tryJNDI();
-      if (result == null)
-         result = usePrivateAPI();
-      if (result == null)
-         throw new RuntimeException("Unable to locate the endpoint activation bus");
-      
-      return result;
-   }
-   
-   /**
-    * Locate the endpoint activation bus in the well known jndi binding for JBoss
-    * @return The endpoint activation bus from jndi
-    */
-   protected EndpointActivationBus tryJNDI()
-   {
-      InitialContext ctx = null;
-      try
-      {
-         ctx = new InitialContext();
-         eab = (EndpointActivationBus) ctx.lookup(JNDI_NAME);
-         if (log.isTraceEnabled())
-            log.trace("Got a endpoint activation bus from jndi " + eab);
-      }
-      catch (NamingException e)
-      {
-         log.debug("Unable to lookup: " + JNDI_NAME, e);
-      }
-      finally
-      {
-         if (ctx != null)
-         {
-            try
-            {
-               ctx.close();
-            }
-            catch (NamingException ne)
-            {
-               // Ignore
-            }
-         }
-      }
-      return eab;
-   }
-   
-   /**
-    * Use the private api
-    * <p/>
-    * This is a fallback method for non JBossAS use.
-    * @return The endpoint activation bus from API
-    */
-   protected EndpointActivationBus usePrivateAPI()
-   {
-      EndpointActivationBus result = null;
-      try
-      {
-         Class<?> clazz = Class.forName("org.jboss.jca.EndpointActivationBusManager");
-         Method method = clazz.getMethod("getInstance");
-
-         result = (EndpointActivationBus) method.invoke((Object)null, (Object)null);
-      }
-      catch (Exception e)
-      {
-         log.debug("Unable to instantiate legacy transaction manager", e);
-      }
-      return result;
-   }
-}

Deleted: projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-transaction-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-transaction-spi/pom.xml	2008-05-27 09:13:50 UTC (rev 73698)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-transaction-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -1,30 +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-integration-parent</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss</groupId>
-  <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/jboss-integration-5.0.0.CR1/jboss-transaction-spi/pom.xml (from rev 73769, projects/integration/trunk/jboss-transaction-spi/pom.xml)
===================================================================
--- projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-transaction-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/jboss-transaction-spi/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -0,0 +1,30 @@
+<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-integration-parent</artifactId>
+    <version>5.0.0.CR1</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss</groupId>
+  <artifactId>jboss-transaction-spi</artifactId>
+  <version>5.0.0.CR1</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/jboss-integration-5.0.0.CR1/pom.xml
===================================================================
--- projects/integration/trunk/pom.xml	2008-05-27 09:13:50 UTC (rev 73698)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -1,81 +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-integration-parent</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
-    <relativePath>build/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss</groupId>
-  <artifactId>jboss-integration</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss Integration 5.0 Aggregate</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>build</module>
-    <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>
-  </modules>
-  
-  <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>build/assembly/bin.xml</descriptor>
-                <descriptor>build/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>

Copied: projects/integration/tags/jboss-integration-5.0.0.CR1/pom.xml (from rev 73769, projects/integration/trunk/pom.xml)
===================================================================
--- projects/integration/tags/jboss-integration-5.0.0.CR1/pom.xml	                        (rev 0)
+++ projects/integration/tags/jboss-integration-5.0.0.CR1/pom.xml	2008-05-29 08:21:18 UTC (rev 73770)
@@ -0,0 +1,81 @@
+<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-integration-parent</artifactId>
+    <version>5.0.0.CR1</version>
+    <relativePath>build/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss</groupId>
+  <artifactId>jboss-integration</artifactId>
+  <version>5.0.0.CR1</version>
+  <packaging>pom</packaging>
+  <name>JBoss Integration 5.0 Aggregate</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/jboss-integration-5.0.0.CR1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/tags/jboss-integration-5.0.0.CR1</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/tags/jboss-integration-5.0.0.CR1</url>
+  </scm>
+
+  <modules>
+    <module>build</module>
+    <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>
+  </modules>
+  
+  <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>build/assembly/bin.xml</descriptor>
+                <descriptor>build/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>




More information about the jboss-cvs-commits mailing list