[jboss-cvs] system2/src/resources/tests/bootstrap/defaulthotdeploy ...

Scott Stark scott.stark at jboss.com
Sun Jul 16 21:33:07 EDT 2006


  User: starksm 
  Date: 06/07/16 21:33:07

  Modified:    src/resources/tests/bootstrap/defaulthotdeploy 
                        deployer-beans.xml
  Log:
  drop the system path from the schemaLocation
  
  Revision  Changes    Path
  1.3       +2 -2      system2/src/resources/tests/bootstrap/defaulthotdeploy/deployer-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: deployer-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/resources/tests/bootstrap/defaulthotdeploy/deployer-beans.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- deployer-beans.xml	15 Jul 2006 05:36:53 -0000	1.2
  +++ deployer-beans.xml	17 Jul 2006 01:33:07 -0000	1.3
  @@ -6,7 +6,7 @@
   $Id$
   -->
   <deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  -   xsi:schemaLocation="urn:jboss:bean-deployer:2.0 ../../../../../kernel/src/resources/schema/bean-deployer_2_0.xsd"
  +   xsi:schemaLocation="urn:jboss:bean-deployer:2.0 bean-deployer_2_0.xsd"
      xmlns="urn:jboss:bean-deployer:2.0">
      <!-- -->
      <bean name="ProfileService" class="org.jboss.system.server.profileservice.ProfileServiceImpl">
  
  
  



More information about the jboss-cvs-commits mailing list