[jboss-cvs] jboss-seam/src/main/org/jboss/seam/mock ...

Peter Muir peter at bleepbleep.org.uk
Mon Nov 26 13:10:30 EST 2007


  User: pmuir   
  Date: 07/11/26 13:10:29

  Modified:    src/main/org/jboss/seam/mock  EmbeddedBootstrap.java
  Log:
  ws
  
  Revision  Changes    Path
  1.3       +19 -16    jboss-seam/src/main/org/jboss/seam/mock/EmbeddedBootstrap.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EmbeddedBootstrap.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/EmbeddedBootstrap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- EmbeddedBootstrap.java	13 Aug 2007 15:01:58 -0000	1.2
  +++ EmbeddedBootstrap.java	26 Nov 2007 18:10:29 -0000	1.3
  @@ -10,13 +10,16 @@
          Bootstrap bootstrap = Bootstrap.getInstance();
          bootstrap.bootstrap();
   
  -       if (resourceExists("seam.properties")) {
  +        if (resourceExists("seam.properties")) 
  +        {
              bootstrap.deployResourceBases("seam.properties");
          }
  -       if (resourceExists("META-INF/components.xml")) {
  +        if (resourceExists("META-INF/components.xml")) 
  +        {
              bootstrap.deployResourceBases("META-INF/components.xml");
          }
  -       if (resourceExists("META-INF/seam.properties")) {
  +        if (resourceExists("META-INF/seam.properties")) 
  +        {
              bootstrap.deployResourceBases("META-INF/seam.properties");
          }
      }
  
  
  



More information about the jboss-cvs-commits mailing list