[jboss-cvs] JBossAS SVN: r81408 - in projects/integration/tags: 5.0.3.GA and 10 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 21 03:18:52 EST 2008


Author: scott.stark at jboss.org
Date: 2008-11-21 03:18:52 -0500 (Fri, 21 Nov 2008)
New Revision: 81408

Added:
   projects/integration/tags/5.0.3.GA/
   projects/integration/tags/5.0.3.GA/build/pom.xml
   projects/integration/tags/5.0.3.GA/build/src/assembly/bin.xml
   projects/integration/tags/5.0.3.GA/build/src/assembly/sources.xml
   projects/integration/tags/5.0.3.GA/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-jca-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.classpath
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.project
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/types/
   projects/integration/tags/5.0.3.GA/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.0.3.GA/pom.xml
Removed:
   projects/integration/tags/5.0.3.GA/build/pom.xml
   projects/integration/tags/5.0.3.GA/build/src/assembly/bin.xml
   projects/integration/tags/5.0.3.GA/build/src/assembly/sources.xml
   projects/integration/tags/5.0.3.GA/jboss-classloading-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-corba-ots-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-deployment-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-jca-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.classpath
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.project
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/pom.xml
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java
   projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java
   projects/integration/tags/5.0.3.GA/jboss-transaction-spi/pom.xml
   projects/integration/tags/5.0.3.GA/pom.xml
Log:
[maven-release-plugin]  copy for tag 5.0.3.GA

Copied: projects/integration/tags/5.0.3.GA (from rev 81347, projects/integration/trunk)

Deleted: projects/integration/tags/5.0.3.GA/build/pom.xml
===================================================================
--- projects/integration/trunk/build/pom.xml	2008-11-20 08:09:55 UTC (rev 81347)
+++ projects/integration/tags/5.0.3.GA/build/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.2-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-integration</artifactId>
-  <version>5.0.2-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.3.GA/build/pom.xml (from rev 81407, projects/integration/trunk/build/pom.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/build/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/build/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.3.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-integration</artifactId>
+  <version>5.0.3.GA</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.3.GA/build/src/assembly/bin.xml
===================================================================
--- projects/integration/trunk/build/src/assembly/bin.xml	2008-11-20 08:09:55 UTC (rev 81347)
+++ projects/integration/tags/5.0.3.GA/build/src/assembly/bin.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -1,28 +0,0 @@
-<assembly>
-  <formats>
-    <format>jar</format>
-  </formats>
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <fileSets>
-    <fileSet>
-      <directory>../jboss-classloading-spi/target/classes</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
-      <directory>../jboss-corba-ots-spi/target/classes</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
-      <directory>../jboss-deployment-spi/target/classes</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
-      <directory>../jboss-jca-spi/target/classes</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
-      <directory>../jboss-transaction-spi/target/classes</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-  </fileSets>
-</assembly>

Copied: projects/integration/tags/5.0.3.GA/build/src/assembly/bin.xml (from rev 81404, projects/integration/trunk/build/src/assembly/bin.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/build/src/assembly/bin.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/build/src/assembly/bin.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -0,0 +1,32 @@
+<assembly>
+  <formats>
+    <format>jar</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>../jboss-classloading-spi/target/classes</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-corba-ots-spi/target/classes</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-deployment-spi/target/classes</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-jca-spi/target/classes</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-profileservice-spi/target/classes</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-transaction-spi/target/classes</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+  </fileSets>
+</assembly>

Deleted: projects/integration/tags/5.0.3.GA/build/src/assembly/sources.xml
===================================================================
--- projects/integration/trunk/build/src/assembly/sources.xml	2008-11-20 08:09:55 UTC (rev 81347)
+++ projects/integration/tags/5.0.3.GA/build/src/assembly/sources.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -1,29 +0,0 @@
-<assembly>
-  <id>sources</id>
-  <formats>
-    <format>jar</format>
-  </formats>
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <fileSets>
-    <fileSet>
-      <directory>../jboss-classloading-spi/src/main/java</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
-      <directory>../jboss-corba-ots-spi/src/main/java</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
-      <directory>../jboss-deployment-spi/src/main/java</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
-      <directory>../jboss-jca-spi/src/main/java</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
-      <directory>../jboss-transaction-spi/src/main/java</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-  </fileSets>
-</assembly>

Copied: projects/integration/tags/5.0.3.GA/build/src/assembly/sources.xml (from rev 81404, projects/integration/trunk/build/src/assembly/sources.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/build/src/assembly/sources.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/build/src/assembly/sources.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -0,0 +1,33 @@
+<assembly>
+  <id>sources</id>
+  <formats>
+    <format>jar</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>../jboss-classloading-spi/src/main/java</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-corba-ots-spi/src/main/java</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-deployment-spi/src/main/java</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-jca-spi/src/main/java</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-profileservice-spi/src/main/java</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../jboss-transaction-spi/src/main/java</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+  </fileSets>
+</assembly>

Deleted: projects/integration/tags/5.0.3.GA/jboss-classloading-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-classloading-spi/pom.xml	2008-11-20 08:09:55 UTC (rev 81347)
+++ projects/integration/tags/5.0.3.GA/jboss-classloading-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.2-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-classloading-spi</artifactId>
-  <version>5.0.2-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.3.GA/jboss-classloading-spi/pom.xml (from rev 81407, projects/integration/trunk/jboss-classloading-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/jboss-classloading-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/jboss-classloading-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.3.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-classloading-spi</artifactId>
+  <version>5.0.3.GA</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.3.GA/jboss-corba-ots-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-corba-ots-spi/pom.xml	2008-11-20 08:09:55 UTC (rev 81347)
+++ projects/integration/tags/5.0.3.GA/jboss-corba-ots-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.2-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-corba-ots-spi</artifactId>
-  <version>5.0.2-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.3.GA/jboss-corba-ots-spi/pom.xml (from rev 81407, projects/integration/trunk/jboss-corba-ots-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/jboss-corba-ots-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/jboss-corba-ots-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.3.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-corba-ots-spi</artifactId>
+  <version>5.0.3.GA</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.3.GA/jboss-deployment-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-deployment-spi/pom.xml	2008-11-20 08:09:55 UTC (rev 81347)
+++ projects/integration/tags/5.0.3.GA/jboss-deployment-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.2-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-deployment-spi</artifactId>
-  <version>5.0.2-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.3.GA/jboss-deployment-spi/pom.xml (from rev 81407, projects/integration/trunk/jboss-deployment-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/jboss-deployment-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/jboss-deployment-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.3.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-deployment-spi</artifactId>
+  <version>5.0.3.GA</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.3.GA/jboss-jca-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-jca-spi/pom.xml	2008-11-20 08:09:55 UTC (rev 81347)
+++ projects/integration/tags/5.0.3.GA/jboss-jca-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -1,31 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.jboss.integration</groupId>
-    <artifactId>jboss-integration-parent</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-jca-spi</artifactId>
-  <version>5.0.2-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.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-      <classifier>client</classifier>
-      <exclusions>
-        <exclusion>
-          <groupId>org.jboss</groupId>
-          <artifactId>jboss-common-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.javaee</groupId>
-      <artifactId>jboss-jca-api</artifactId>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/integration/tags/5.0.3.GA/jboss-jca-spi/pom.xml (from rev 81407, projects/integration/trunk/jboss-jca-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/jboss-jca-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/jboss-jca-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -0,0 +1,31 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.0.3.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-jca-spi</artifactId>
+  <version>5.0.3.GA</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.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+      <classifier>client</classifier>
+      <exclusions>
+        <exclusion>
+          <groupId>org.jboss</groupId>
+          <artifactId>jboss-common-core</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-jca-api</artifactId>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Copied: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi (from rev 81360, projects/integration/trunk/jboss-profileservice-spi)

Deleted: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.classpath
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/.classpath	2008-11-20 14:18:07 UTC (rev 81360)
+++ projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.classpath	2008-11-21 08:18:52 UTC (rev 81408)
@@ -1,6 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/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>

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

Deleted: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.project
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/.project	2008-11-20 14:18:07 UTC (rev 81360)
+++ projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.project	2008-11-21 08:18:52 UTC (rev 81408)
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>jboss-profileservice-spi</name>
-  <comment>The Java ProfileService 5.0.0 SPI classes</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>

Copied: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.project (from rev 81371, projects/integration/trunk/jboss-profileservice-spi/.project)
===================================================================
--- projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.project	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/.project	2008-11-21 08:18:52 UTC (rev 81408)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-profileservice-spi</name>
+  <comment>The Java ProfileService 5.0.0 SPI classes</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Deleted: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/pom.xml	2008-11-20 14:18:07 UTC (rev 81360)
+++ projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.2-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-profileservice-spi</artifactId>
-  <version>5.0.2-SNAPSHOT</version>
-  <packaging>jar</packaging>
-  <name>JBoss ProfileService 5.0.0 SPI</name>
-  <url>http://www.jboss.org</url>
-  <description>The Java ProfileService 5.0.0 SPI classes</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-    </dependency>
-  </dependencies>
-</project>

Copied: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/pom.xml (from rev 81407, projects/integration/trunk/jboss-profileservice-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -0,0 +1,40 @@
+<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.3.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-profileservice-spi</artifactId>
+  <version>5.0.3.GA</version>
+  <packaging>jar</packaging>
+  <name>JBoss ProfileService 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java ProfileService 5.0.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.man</groupId>
+      <artifactId>jboss-managed</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.man</groupId>
+      <artifactId>jboss-metatype</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-vfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-core-spi</artifactId>
+    </dependency>
+  </dependencies>
+</project>

Copied: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src (from rev 81361, projects/integration/trunk/jboss-profileservice-spi/src)

Copied: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java (from rev 81363, projects/integration/trunk/jboss-profileservice-spi/src/main/java)

Deleted: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	2008-11-20 14:31:17 UTC (rev 81363)
+++ projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	2008-11-21 08:18:52 UTC (rev 81408)
@@ -1,232 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, 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.profileservice.spi;
-
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.Serializable;
-import java.net.URI;
-import java.net.URISyntaxException;
-import java.util.Collection;
-import java.util.Map;
-import java.util.Set;
-
-import org.jboss.deployers.spi.attachments.Attachments;
-import org.jboss.deployers.vfs.spi.client.VFSDeployment;
-import org.jboss.managed.api.ManagedDeployment.DeploymentPhase;
-import org.jboss.virtual.VirtualFile;
-
-/**
- * An interface for managing the contents of a Profile.
- * 
- * @author Scott.Stark at jboss.org
- * @author adrian at jboss.org
- * @version $Revision:$
- */
-public interface DeploymentRepository
-{
-   public void create() throws Exception;
-   public void load() throws Exception;
-   public void remove() throws Exception;
-   public long getLastModified();
-
-   public URI getDeploymentURI(DeploymentPhase phase);
-   public void setDeploymentURI(URI uri, DeploymentPhase phase);
-
-   public Set<String> getDeploymentNames();
-   public Set<String> getDeploymentNames(DeploymentPhase phase);
-
-
-   /**
-    * Upload raw deployment content to a profile repository. This does not make
-    * the deployment avaialble to
-    * @param vfsPath - the vfs path relative to the phase root
-    * @param contentIS - the input stream for the deployment contents
-    * @param phase - the phase of the deployment as it relates to when the
-    *    deployment is loaded
-    * @throws IOException
-    * @return the unique name of the deployment in the repository
-    */
-   public String addDeploymentContent(String vfsPath, InputStream contentIS, DeploymentPhase phase)
-      throws IOException;
-
-   /**
-    * Get repository names.
-    *
-    * @param names the names
-    * @param phase the deployment phase
-    * @return full repository names
-    * @throws IOException for any error
-    */
-   public String[] getRepositoryNames(String[] names, DeploymentPhase phase)
-      throws IOException;
-
-   /**
-    * Get the repository virtual file for the given deployment name
-    * @param name - the unique virtual file URI name as returned by addDeploymentContent
-    * @param phase - the phase of the deployment as it relates to when the deployment is loaded
-    * @return the deployment content virtual file
-    * @throws IOException for any error
-    */
-   public VirtualFile getDeploymentContent(String name, DeploymentPhase phase)
-      throws IOException, URISyntaxException;
-
-   /**
-    * lock deployment content and exclude it from modified deployment checks.
-    * @param vfsPath - the content vfs path relative to the deployment phase root
-    * @param phase - the deployment phase
-    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   public int lockDeploymentContent(String vfsPath, DeploymentPhase phase);
-   /**
-    * Unlock a previously locked deployment content.
-    * @param vfsPath - the content vfs path relative to the deployment phase root
-    * @param phase - the deployment phase
-    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   public int unlockDeploymentContent(String vfsPath, DeploymentPhase phase);
-
-   /**
-    * Get the status flags for the deployment path
-    * @param vfsPath - the content vfs path relative to the deployment phase root
-    * @param phase - the deployment phase
-    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   public int getDeploymentContentFlags(String vfsPath, DeploymentPhase phase);
-   /**
-    * Set one or more flags for the deployment.
-    * @see #clearDeploymentContentFlags(String, DeploymentPhase, int)
-    * 
-    * @param vfsPath - the content vfs path relative to the deployment phase root
-    * @param phase - the deployment phase
-    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   public int setDeploymentContentFlags(String vfsPath, DeploymentPhase phase,
-         int flags);
-   /**
-    * Clear one or more flags for the deployment. This ands the compliment of
-    * the flags argument into the existing content flags and returns the result.
-    * 
-    * @param vfsPath - the content vfs path relative to the deployment phase root
-    * @param phase - the deployment phase
-    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
-    */
-   public int clearDeploymentContentFlags(String vfsPath, DeploymentPhase phase,
-         int flags);
-   /**
-    * Does a deployment content have the indicated flag.
-    * 
-    * @param vfsPath - the content vfs path relative to the deployment phase root
-    * @param phase - the deployment phase
-    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
-    * @return true if the content flags contains the flag, false otherwise.
-    */
-   public boolean hasDeploymentContentFlags(String vfsPath, DeploymentPhase phase,
-         int flag);
-
-   /**
-    * Acquire the repository write lock. This generally prevents content
-    * uploads and {@link #getModifiedDeployments()} calls while the lock is
-    * held.
-    */
-   public void acquireDeploymentContentLock();
-   /**
-    * Release the previously aquired repository write lock.
-    */
-   public void releaseDeploymentContentLock();
-
-   /**
-    * Add a deployment
-    * 
-    * @param vfsPath the path
-    * @param d the deployment
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded
-    * @throws Exception for any error
-    */
-   public void addDeployment(String vfsPath, VFSDeployment d, DeploymentPhase phase)
-      throws Exception;
-   /**
-    * Update a deployments attachments. This persists the deployments
-    * pre-determined attachments.
-    * 
-    * @param vfsPath - the vfs path relative to the phase root for the deployment
-    * @param phase - the deployment phase
-    * @param attachments - the attachments that have been modified
-    * @throws Exception
-    */
-   public void updateDeployment(VFSDeployment d, DeploymentPhase phase,
-         Map<String, Object> attachments)
-      throws Exception;
-   /**
-    * Get a named deployment.
-    * 
-    * @param name - the deployment name
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded
-    * @return the named bootstrap
-    * @throws NoSuchDeploymentException - if there is no such bootstrap
-    * @throws IOException 
-    * @throws Exception for any error
-    */
-   public VFSDeployment getDeployment(String name, DeploymentPhase phase)
-      throws NoSuchDeploymentException, Exception;
-
-   /**
-    * Remove a deployment
-    * 
-    * @param vfsPath - the vfs path
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded
-    * @return the removed deployment
-    * @throws Exception for any error
-    */
-   public VFSDeployment removeDeployment(String vfsPath, DeploymentPhase phase)
-      throws Exception;
-
-   /**
-    * Get all deployments for the given phase defined in this profile
-    * 
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded
-    * @return the bootstrap instances in this profile.
-    * @throws Exception for any error
-    */
-   public Collection<VFSDeployment> getDeployments(DeploymentPhase phase)
-      throws Exception;
-   /**
-    * Get all deployments defined in this profile
-    * 
-    * @return the deployment instances in this profile.
-    * @throws Exception for any error
-    */
-   public Collection<VFSDeployment> getDeployments()
-      throws Exception;
-
-   public Collection<ModificationInfo> getModifiedDeployments()
-      throws Exception;
-
-   // Managed object attachments for a deployment
-   public void addManagedObject(String vfsPath, Attachments edits)
-      throws Exception;
-
-}

Copied: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java (from rev 81381, projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java)
===================================================================
--- projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	2008-11-21 08:18:52 UTC (rev 81408)
@@ -0,0 +1,279 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2006, 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.profileservice.spi;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.net.URI;
+import java.net.URISyntaxException;
+import java.util.Collection;
+import java.util.Set;
+
+import org.jboss.deployers.spi.attachments.Attachments;
+import org.jboss.deployers.vfs.spi.client.VFSDeployment;
+import org.jboss.managed.api.ManagedComponent;
+import org.jboss.managed.api.ManagedDeployment.DeploymentPhase;
+import org.jboss.virtual.VirtualFile;
+
+/**
+ * An interface for managing the contents of a Profile.
+ * 
+ * @author Scott.Stark at jboss.org
+ * @author adrian at jboss.org
+ * @version $Revision$
+ */
+public interface DeploymentRepository
+{
+   /**
+    * Get the admin attachments root path 
+    * @return path to the root directory for attachments
+    */
+   public String getAttachmentsRoot();
+   /**
+    * Set the admin attachments root path
+    * @param root - path to the root directory for attachments
+    */
+   public void setAttachmentsRoot(String root);
+
+   /**
+    * Create the repository
+    * @throws Exception
+    */
+   public void create() throws Exception;
+   /**
+    * Load the repository contents
+    * @throws Exception
+    */
+   public void load() throws Exception;
+   /**
+    * Delete the repository
+    * @throws Exception
+    */
+   public void remove() throws Exception;
+   /**
+    * Get the time any contents were last modified
+    * @return
+    */
+   public long getLastModified();
+
+   /**
+    * Get the URI of the root of deployments for the given phase.
+    * @param phase - the phase of deployment
+    * @return URI of the root of deployments for the given phase.
+    */
+   public URI getDeploymentURI(DeploymentPhase phase);
+   /**
+    * Get the URI of the root of deployments for the given phase.
+    * @param phase - the phase of deployment
+    * @param uri - URI of the root of deployments
+    */
+   public void setDeploymentURI(URI uri, DeploymentPhase phase);
+
+   /**
+    * Get the names of all deployments in the repository
+    * @return
+    */
+   public Set<String> getDeploymentNames();
+   /**
+    * Get the names of all deployments in the repository for the
+    * given phase.
+    * @param phase - the phase of deployment
+    * @return names of all deployments
+    */
+   public Set<String> getDeploymentNames(DeploymentPhase phase);
+
+
+   /**
+    * Upload raw deployment content to a profile repository. This does not make
+    * the deployment avaialble to
+    * @param vfsPath - the vfs path relative to the phase root
+    * @param contentIS - the input stream for the deployment contents
+    * @param phase - the phase of the deployment as it relates to when the
+    *    deployment is loaded
+    * @throws IOException
+    * @return the unique name of the deployment in the repository
+    */
+   public String addDeploymentContent(String vfsPath, InputStream contentIS, DeploymentPhase phase)
+      throws IOException;
+
+   /**
+    * Get repository names.
+    *
+    * @param names the names
+    * @param phase the deployment phase
+    * @return full repository names
+    * @throws IOException for any error
+    */
+   public String[] getRepositoryNames(String[] names, DeploymentPhase phase)
+      throws IOException;
+
+   /**
+    * Get the repository virtual file for the given deployment name
+    * @param name - the unique virtual file URI name as returned by addDeploymentContent
+    * @param phase - the phase of the deployment as it relates to when the deployment is loaded
+    * @return the deployment content virtual file
+    * @throws IOException for any error
+    */
+   public VirtualFile getDeploymentContent(String name, DeploymentPhase phase)
+      throws IOException, URISyntaxException;
+
+   /**
+    * lock deployment content and exclude it from modified deployment checks.
+    * @param vfsPath - the content vfs path relative to the deployment phase root
+    * @param phase - the deployment phase
+    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   public int lockDeploymentContent(String vfsPath, DeploymentPhase phase);
+   /**
+    * Unlock a previously locked deployment content.
+    * @param vfsPath - the content vfs path relative to the deployment phase root
+    * @param phase - the deployment phase
+    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   public int unlockDeploymentContent(String vfsPath, DeploymentPhase phase);
+
+   /**
+    * Get the status flags for the deployment path
+    * @param vfsPath - the content vfs path relative to the deployment phase root
+    * @param phase - the deployment phase
+    * @return the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   public int getDeploymentContentFlags(String vfsPath, DeploymentPhase phase);
+   /**
+    * Set one or more flags for the deployment.
+    * @see #clearDeploymentContentFlags(String, DeploymentPhase, int)
+    * 
+    * @param vfsPath - the content vfs path relative to the deployment phase root
+    * @param phase - the deployment phase
+    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   public int setDeploymentContentFlags(String vfsPath, DeploymentPhase phase,
+         int flags);
+   /**
+    * Clear one or more flags for the deployment. This ands the compliment of
+    * the flags argument into the existing content flags and returns the result.
+    * 
+    * @param vfsPath - the content vfs path relative to the deployment phase root
+    * @param phase - the deployment phase
+    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
+    */
+   public int clearDeploymentContentFlags(String vfsPath, DeploymentPhase phase,
+         int flags);
+   /**
+    * Does a deployment content have the indicated flag.
+    * 
+    * @param vfsPath - the content vfs path relative to the deployment phase root
+    * @param phase - the deployment phase
+    * @param flags - the deployment content flags, {@linkplain DeploymentContentFlags}
+    * @return true if the content flags contains the flag, false otherwise.
+    */
+   public boolean hasDeploymentContentFlags(String vfsPath, DeploymentPhase phase,
+         int flag);
+
+   /**
+    * Acquire the repository write lock. This generally prevents content
+    * uploads and {@link #getModifiedDeployments()} calls while the lock is
+    * held.
+    */
+   public void acquireDeploymentContentLock();
+   /**
+    * Release the previously aquired repository write lock.
+    */
+   public void releaseDeploymentContentLock();
+
+   /**
+    * Add a deployment
+    * 
+    * @param vfsPath the path
+    * @param d the deployment
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded
+    * @throws Exception for any error
+    */
+   public void addDeployment(String vfsPath, VFSDeployment d, DeploymentPhase phase)
+      throws Exception;
+   /**
+    * Update a deployments attachments. This persists the deployments
+    * pre-determined attachments.
+    * 
+    * @param vfsPath - the vfs path relative to the phase root for the deployment
+    * @param phase - the deployment phase
+    * @param comp - the ManagedComponent that has been modified
+    * @throws Exception
+    */
+   public void updateDeployment(VFSDeployment d, DeploymentPhase phase,
+      ManagedComponent comp)
+      throws Exception;
+
+   /**
+    * Get a named deployment.
+    * 
+    * @param name - the deployment name
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded
+    * @return the named bootstrap
+    * @throws NoSuchDeploymentException - if there is no such bootstrap
+    * @throws IOException 
+    * @throws Exception for any error
+    */
+   public VFSDeployment getDeployment(String name, DeploymentPhase phase)
+      throws NoSuchDeploymentException, Exception;
+
+   /**
+    * Remove a deployment
+    * 
+    * @param vfsPath - the vfs path
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded
+    * @return the removed deployment
+    * @throws Exception for any error
+    */
+   public VFSDeployment removeDeployment(String vfsPath, DeploymentPhase phase)
+      throws Exception;
+
+   /**
+    * Get all deployments for the given phase defined in this profile
+    * 
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded
+    * @return the bootstrap instances in this profile.
+    * @throws Exception for any error
+    */
+   public Collection<VFSDeployment> getDeployments(DeploymentPhase phase)
+      throws Exception;
+   /**
+    * Get all deployments defined in this profile
+    * 
+    * @return the deployment instances in this profile.
+    * @throws Exception for any error
+    */
+   public Collection<VFSDeployment> getDeployments()
+      throws Exception;
+
+   public Collection<ModificationInfo> getModifiedDeployments()
+      throws Exception;
+
+   // Managed object attachments for a deployment
+   public void addManagedObject(String vfsPath, Attachments edits)
+      throws Exception;
+
+}

Deleted: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java	2008-11-20 14:31:17 UTC (rev 81363)
+++ projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java	2008-11-21 08:18:52 UTC (rev 81408)
@@ -1,184 +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.profileservice.spi;
-
-import java.util.Collection;
-import java.util.Map;
-import java.util.Set;
-
-import org.jboss.deployers.vfs.spi.client.VFSDeployment;
-import org.jboss.managed.api.ManagedDeployment.DeploymentPhase;
-import org.jboss.virtual.VirtualFile;
-
-/**
- * A profile represents a named collection of deployments on a server
- * 
- * @author Scott.Stark at jboss.org
- * @author adrian at jboss.org
- * @version $Revision$
- */
-public interface Profile
-{
-   /**
-    * Get the key used to create the Profile
-    * @return the key used to create the Profile
-    */
-   ProfileKey getKey();
-
-   /**
-    * The x.y.z version of the profile
-    * 
-    * @return the version if known, null if its unspecified.
-    */
-   String getVersion();
-
-   /**
-    * Get the system time in milliseconds the profile was last modified. 
-    * @return System.currentTimeMillis of last modification
-    */
-   long getLastModified();
-
-   /**
-    * Get the names of the deployments in the profile
-    * @return names of deployments
-    */
-   Set<String> getDeploymentNames();
-
-   /**
-    * Get the names of the deployments for the given phase defined in this profile
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded
-    * @return names of deployments
-    */
-   Set<String> getDeploymentNames(DeploymentPhase phase);
-
-   //public DeploymentInfo getDeploymentInfo(String name);
-
-   /**
-    * Get the root for deployments of the given phase.
-    * 
-    * @param phase the deployment phase
-    * @return the VirtualFile directory that contains deployments of the
-    * given phase.
-    * @throws Exception for any error
-    */
-   VirtualFile getRootFile(DeploymentPhase phase) throws Exception;
-
-   /**
-    * Add a deployment
-    * 
-    * @param d the deployment
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded
-    * @throws Exception for any error
-    */
-   void addDeployment(VFSDeployment d, DeploymentPhase phase) throws Exception;
-   
-   /**
-    * Update a deployment. This can be used to save attachments, other
-    * metadata of the deployment.
-    * 
-    * @param d the deployment
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded
-    * @param attachments - the attachments that have been modified
-    * @throws Exception for any error
-    */
-   void updateDeployment(VFSDeployment d, DeploymentPhase phase,
-         Map<String, Object> attachments)
-      throws Exception;
-
-   /**
-    * Remove a deployment
-    * 
-    * @param name the deployment name
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded
-    * @return the DeploymentContext for the name if found
-    * @throws Exception for any error
-    */
-   VFSDeployment removeDeployment(String name, DeploymentPhase phase) throws Exception;
-
-   /**
-    * Get a named deployment.
-    * 
-    * @param name - the deployment name
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded. If null, then all phases are queried.
-    * @return the named bootstrap
-    * @throws Exception for any error
-    * @throws NoSuchDeploymentException - if there is no such bootstrap
-    */
-   VFSDeployment getDeployment(String name, DeploymentPhase phase) throws Exception, NoSuchDeploymentException;
-
-   /**
-    * @param phase - the phase of the deployment as it relates to when the
-    * deployment is loaded
-    * @return the bootstrap instances in this profile.
-    * @throws Exception for any error
-    */
-   Collection<VFSDeployment> getDeployments(DeploymentPhase phase) throws Exception;
-
-   /**
-    * Get all deployments defined in this profile
-    * 
-    * @return the deployment instances in this profile.
-    * @throws Exception for any error
-    */
-   Collection<VFSDeployment> getDeployments() throws Exception;
-
-   /**
-    * Get the deployments that have been modified since the last
-    * check. 
-    * 
-    * @return the modified deployments, empty if none exist or
-    * the profile does not support hot deployments.
-    * 
-    * @throws Exception - thrown on error scanning for deployments
-    */
-   Collection<ModificationInfo> getModifiedDeployments() throws Exception;
-
-   /**
-    * Enable/disable the getModifiedDeployments results. This can be
-    * used to disable the getModifiedDeployments results during
-    * periods such as bootstrap where changes should be delayed.
-    * @see #getModifiedDeployments
-    * @param flag - the enable/disable flag
-    */
-   void enableModifiedDeploymentChecks(boolean flag);
-
-   /**
-    * Get the config
-    * 
-    * @return the config
-    */
-   Map<String, Object> getConfig();
-
-   /**
-    * Checks whether a deployment context is available in the basic profile service.
-    * 
-    * @param    name    the name of the deployment
-    * @param    phase   optionally a deployment phase, if null search all
-    * @return   true if the deployment is found or false otherwise
-    */
-   boolean hasDeployment(String name, DeploymentPhase phase);
-}

Copied: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java (from rev 81381, projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java)
===================================================================
--- projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/Profile.java	2008-11-21 08:18:52 UTC (rev 81408)
@@ -0,0 +1,185 @@
+/*
+ * 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.profileservice.spi;
+
+import java.util.Collection;
+import java.util.Map;
+import java.util.Set;
+
+import org.jboss.deployers.vfs.spi.client.VFSDeployment;
+import org.jboss.managed.api.ManagedComponent;
+import org.jboss.managed.api.ManagedDeployment.DeploymentPhase;
+import org.jboss.virtual.VirtualFile;
+
+/**
+ * A profile represents a named collection of deployments on a server
+ * 
+ * @author Scott.Stark at jboss.org
+ * @author adrian at jboss.org
+ * @version $Revision$
+ */
+public interface Profile
+{
+   /**
+    * Get the key used to create the Profile
+    * @return the key used to create the Profile
+    */
+   ProfileKey getKey();
+
+   /**
+    * The x.y.z version of the profile
+    * 
+    * @return the version if known, null if its unspecified.
+    */
+   String getVersion();
+
+   /**
+    * Get the system time in milliseconds the profile was last modified. 
+    * @return System.currentTimeMillis of last modification
+    */
+   long getLastModified();
+
+   /**
+    * Get the names of the deployments in the profile
+    * @return names of deployments
+    */
+   Set<String> getDeploymentNames();
+
+   /**
+    * Get the names of the deployments for the given phase defined in this profile
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded
+    * @return names of deployments
+    */
+   Set<String> getDeploymentNames(DeploymentPhase phase);
+
+   //public DeploymentInfo getDeploymentInfo(String name);
+
+   /**
+    * Get the root for deployments of the given phase.
+    * 
+    * @param phase the deployment phase
+    * @return the VirtualFile directory that contains deployments of the
+    * given phase.
+    * @throws Exception for any error
+    */
+   VirtualFile getRootFile(DeploymentPhase phase) throws Exception;
+
+   /**
+    * Add a deployment
+    * 
+    * @param d the deployment
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded
+    * @throws Exception for any error
+    */
+   void addDeployment(VFSDeployment d, DeploymentPhase phase) throws Exception;
+   
+   /**
+    * Update a deployment. This can be used to save attachments, other
+    * metadata of the deployment.
+    * 
+    * @param d the deployment
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded
+    * @param attachments - the attachments that have been modified
+    * @throws Exception for any error
+    */
+   void updateDeployment(VFSDeployment d, DeploymentPhase phase,
+         ManagedComponent comp)
+      throws Exception;
+
+   /**
+    * Remove a deployment
+    * 
+    * @param name the deployment name
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded
+    * @return the DeploymentContext for the name if found
+    * @throws Exception for any error
+    */
+   VFSDeployment removeDeployment(String name, DeploymentPhase phase) throws Exception;
+
+   /**
+    * Get a named deployment.
+    * 
+    * @param name - the deployment name
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded. If null, then all phases are queried.
+    * @return the named bootstrap
+    * @throws Exception for any error
+    * @throws NoSuchDeploymentException - if there is no such bootstrap
+    */
+   VFSDeployment getDeployment(String name, DeploymentPhase phase) throws Exception, NoSuchDeploymentException;
+
+   /**
+    * @param phase - the phase of the deployment as it relates to when the
+    * deployment is loaded
+    * @return the bootstrap instances in this profile.
+    * @throws Exception for any error
+    */
+   Collection<VFSDeployment> getDeployments(DeploymentPhase phase) throws Exception;
+
+   /**
+    * Get all deployments defined in this profile
+    * 
+    * @return the deployment instances in this profile.
+    * @throws Exception for any error
+    */
+   Collection<VFSDeployment> getDeployments() throws Exception;
+
+   /**
+    * Get the deployments that have been modified since the last
+    * check. 
+    * 
+    * @return the modified deployments, empty if none exist or
+    * the profile does not support hot deployments.
+    * 
+    * @throws Exception - thrown on error scanning for deployments
+    */
+   Collection<ModificationInfo> getModifiedDeployments() throws Exception;
+
+   /**
+    * Enable/disable the getModifiedDeployments results. This can be
+    * used to disable the getModifiedDeployments results during
+    * periods such as bootstrap where changes should be delayed.
+    * @see #getModifiedDeployments
+    * @param flag - the enable/disable flag
+    */
+   void enableModifiedDeploymentChecks(boolean flag);
+
+   /**
+    * Get the config
+    * 
+    * @return the config
+    */
+   Map<String, Object> getConfig();
+
+   /**
+    * Checks whether a deployment context is available in the basic profile service.
+    * 
+    * @param    name    the name of the deployment
+    * @param    phase   optionally a deployment phase, if null search all
+    * @return   true if the deployment is found or false otherwise
+    */
+   boolean hasDeployment(String name, DeploymentPhase phase);
+}

Copied: projects/integration/tags/5.0.3.GA/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/types (from rev 81394, projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/types)

Deleted: projects/integration/tags/5.0.3.GA/jboss-transaction-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-transaction-spi/pom.xml	2008-11-20 08:09:55 UTC (rev 81347)
+++ projects/integration/tags/5.0.3.GA/jboss-transaction-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.2-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>jboss-transaction-spi</artifactId>
-  <version>5.0.2-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.3.GA/jboss-transaction-spi/pom.xml (from rev 81407, projects/integration/trunk/jboss-transaction-spi/pom.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/jboss-transaction-spi/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/jboss-transaction-spi/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -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.3.GA</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-transaction-spi</artifactId>
+  <version>5.0.3.GA</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.3.GA/pom.xml
===================================================================
--- projects/integration/trunk/pom.xml	2008-11-20 08:09:55 UTC (rev 81347)
+++ projects/integration/tags/5.0.3.GA/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -1,102 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>4</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.integration</groupId>
-  <artifactId>jboss-integration-parent</artifactId>
-  <version>5.0.2-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>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-7</version>
-        <configuration>
-          <autoVersionSubmodules>true</autoVersionSubmodules>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>dependencies</report>
-              <report>issue-tracking</report>
-              <report>license</report>
-              <report>scm</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-  
-    <!-- The parent pom manages the inter-dependencies of the modules. -->
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-spi</artifactId>
-        <version>2.0.5.GA</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.aop</groupId>
-        <artifactId>jboss-aop</artifactId>
-        <version>2.0.0.GA</version>
-        <classifier>client</classifier>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss</groupId>
-        <artifactId>jboss-common-core</artifactId>
-        <version>2.2.8.GA</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.javaee</groupId>
-        <artifactId>jboss-jca-api</artifactId>
-        <version>1.5.0.GA</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.javaee</groupId>
-        <artifactId>jboss-transaction-api</artifactId>
-        <version>1.0.1.GA</version>
-      </dependency>
-      <dependency>
-        <groupId>jacorb</groupId>
-        <artifactId>jacorb</artifactId>
-        <version>2.3.0jboss.patch5-brew</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  
-</project>

Copied: projects/integration/tags/5.0.3.GA/pom.xml (from rev 81407, projects/integration/trunk/pom.xml)
===================================================================
--- projects/integration/tags/5.0.3.GA/pom.xml	                        (rev 0)
+++ projects/integration/tags/5.0.3.GA/pom.xml	2008-11-21 08:18:52 UTC (rev 81408)
@@ -0,0 +1,136 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.integration</groupId>
+  <artifactId>jboss-integration-parent</artifactId>
+  <version>5.0.3.GA</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.3.GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/integration/tags/5.0.3.GA</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/integration/tags/5.0.3.GA</url>
+  </scm>
+
+  <!-- Properties -->
+  <properties>
+    <version.org.jboss.man>2.0.0.CR5</version.org.jboss.man>
+    <version.org.jboss.deployers>2.0.0.CR5</version.org.jboss.deployers>
+    <version.org.jboss.vfs>2.0.0.CR5</version.org.jboss.vfs>
+  </properties>
+
+  <modules>
+    <module>jboss-classloading-spi</module>
+    <module>jboss-deployment-spi</module>
+    <module>jboss-transaction-spi</module>
+    <module>jboss-corba-ots-spi</module>
+    <module>jboss-jca-spi</module>
+    <module>jboss-profileservice-spi</module>
+    <module>build</module>
+  </modules>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-7</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependencies</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+    <!-- The parent pom manages the inter-dependencies of the modules. -->
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging-spi</artifactId>
+        <version>2.0.5.GA</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.aop</groupId>
+        <artifactId>jboss-aop</artifactId>
+        <version>2.0.0.GA</version>
+        <classifier>client</classifier>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-common-core</artifactId>
+        <version>2.2.8.GA</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-jca-api</artifactId>
+        <version>1.5.0.GA</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-transaction-api</artifactId>
+        <version>1.0.1.GA</version>
+      </dependency>
+      <dependency>
+        <groupId>jacorb</groupId>
+        <artifactId>jacorb</artifactId>
+        <version>2.3.0jboss.patch5-brew</version>
+      </dependency>
+
+    <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-vfs-spi</artifactId>
+        <version>${version.org.jboss.deployers}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-vfs</artifactId>
+      <version>${version.org.jboss.vfs}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-core-spi</artifactId>
+      <version>${version.org.jboss.deployers}</version>
+    </dependency>
+      <dependency>
+        <groupId>org.jboss.man</groupId>
+        <artifactId>jboss-managed</artifactId>
+        <version>${version.org.jboss.man}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.man</groupId>
+        <artifactId>jboss-metatype</artifactId>
+        <version>${version.org.jboss.man}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  
+</project>




More information about the jboss-cvs-commits mailing list