[jboss-cvs] JBossAS SVN: r84502 - projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 20 06:07:22 EST 2009


Author: emuckenhuber
Date: 2009-02-20 06:07:22 -0500 (Fri, 20 Feb 2009)
New Revision: 84502

Modified:
   projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java
Log:
remove updateDeployment from repository spi

Modified: projects/integration/trunk/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	2009-02-20 10:05:51 UTC (rev 84501)
+++ projects/integration/trunk/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/DeploymentRepository.java	2009-02-20 11:07:22 UTC (rev 84502)
@@ -28,7 +28,6 @@
 import java.util.Collection;
 import java.util.Set;
 
-import org.jboss.managed.api.ManagedComponent;
 import org.jboss.virtual.VirtualFile;
 
 /**
@@ -174,17 +173,6 @@
     */
    public void addDeployment(String vfsPath, ProfileDeployment deployment)
       throws Exception;
-   
-   /**
-    * Update a deployments attachments. This persists the deployments
-    * pre-determined attachments.
-    * 
-    * @param deployment - the deployment
-    * @param comp - the ManagedComponent that has been modified
-    * @throws Exception
-    */
-   public void updateDeployment(ProfileDeployment deployment, ManagedComponent comp)
-      throws Exception;
 
    /**
     * Get a named deployment.




More information about the jboss-cvs-commits mailing list