[jboss-cvs] JBossAS SVN: r94803 - in projects/integration/branches/vfs3-int: jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 13 21:28:56 EDT 2009


Author: johnbailey
Date: 2009-10-13 21:28:56 -0400 (Tue, 13 Oct 2009)
New Revision: 94803

Modified:
   projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java
   projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java
   projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java
   projects/integration/branches/vfs3-int/pom.xml
Log:
Updated references for VFS3 integration

Modified: projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java
===================================================================
--- projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java	2009-10-14 01:13:34 UTC (rev 94802)
+++ projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/DeploymentTemplate.java	2009-10-14 01:28:56 UTC (rev 94803)
@@ -22,7 +22,7 @@
 package org.jboss.deployers.spi.management;
 
 import org.jboss.managed.api.DeploymentTemplateInfo;
-import org.jboss.virtual.VirtualFile;
+import org.jboss.vfs.VirtualFile;
 
 /**
  * A DeploymentTemplate is a template for creating a DeploymentContext given

Modified: projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java
===================================================================
--- projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	2009-10-14 01:13:34 UTC (rev 94802)
+++ projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	2009-10-14 01:28:56 UTC (rev 94803)
@@ -28,7 +28,7 @@
 import java.util.Collection;
 import java.util.Set;
 
-import org.jboss.virtual.VirtualFile;
+import org.jboss.vfs.VirtualFile;
 
 /**
  * An interface for managing the contents of a Profile.

Modified: projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java
===================================================================
--- projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java	2009-10-14 01:13:34 UTC (rev 94802)
+++ projects/integration/branches/vfs3-int/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileDeployment.java	2009-10-14 01:28:56 UTC (rev 94803)
@@ -24,7 +24,7 @@
 import java.io.Serializable;
 import java.util.Map;
 
-import org.jboss.virtual.VirtualFile;
+import org.jboss.vfs.VirtualFile;
 
 /**
  * The profile deployment.

Modified: projects/integration/branches/vfs3-int/pom.xml
===================================================================
--- projects/integration/branches/vfs3-int/pom.xml	2009-10-14 01:13:34 UTC (rev 94802)
+++ projects/integration/branches/vfs3-int/pom.xml	2009-10-14 01:28:56 UTC (rev 94803)
@@ -26,7 +26,7 @@
 		<version.org.jboss.reflect>2.0.2.GA</version.org.jboss.reflect>
 		<version.org.jboss.man>2.1.0.SP1</version.org.jboss.man>
 		<version.org.jboss.deployers>2.0.8.GA</version.org.jboss.deployers>
-		<version.org.jboss.vfs>2.1.3.SP1</version.org.jboss.vfs>
+		<version.org.jboss.vfs>3.0.0.CR1-SNAPSHOT</version.org.jboss.vfs>
 		<version.org.jboss.aop>2.1.1.GA</version.org.jboss.aop>
 		<version.org.jboss.common.core>2.2.14.GA</version.org.jboss.common.core>
 		<version.jacorb>2.3.0jboss.patch6-brew</version.jacorb>




More information about the jboss-cvs-commits mailing list