[jboss-cvs] system2/src/main/org/jboss/deployment/scanner ...

Scott Stark scott.stark at jboss.com
Thu Jul 13 20:32:29 EDT 2006


  User: starksm 
  Date: 06/07/13 20:32:28

  Modified:    src/main/org/jboss/deployment/scanner 
                        VFSDeploymentScanner.java
  Log:
  Remove the ProfileService as part of the required VFSDeploymentScanner contract
  
  Revision  Changes    Path
  1.2       +1 -8      system2/src/main/org/jboss/deployment/scanner/VFSDeploymentScanner.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: VFSDeploymentScanner.java
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/main/org/jboss/deployment/scanner/VFSDeploymentScanner.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- VFSDeploymentScanner.java	10 Jul 2006 17:04:37 -0000	1.1
  +++ VFSDeploymentScanner.java	14 Jul 2006 00:32:28 -0000	1.2
  @@ -21,7 +21,6 @@
    */
   package org.jboss.deployment.scanner;
   
  -import org.jboss.profileservice.spi.ProfileService;
   import org.jboss.vfs.VFSFactory;
   
   /**
  @@ -34,12 +33,6 @@
   {
      public VFSFactory getVFSFactory();
      public void setVFSFactory(VFSFactory factory);
  -   /**
  -    * 
  -    * @param ps
  -    */
  -   void setProfileService(ProfileService ps);
  -   public ProfileService getProfileService();
   
      /**
       * Set the scan period for the scanner.
  
  
  



More information about the jboss-cvs-commits mailing list