jstrachan    2003/08/12 03:57:40

  Modified:    .        project.xml
  Log:
  fixed the running of the unit tests when running from the root directory
  
  Revision  Changes    Path
  1.8       +1 -1      incubator-geronimo/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml       12 Aug 2003 10:53:41 -0000      1.7
  +++ project.xml       12 Aug 2003 10:57:40 -0000      1.8
  @@ -227,7 +227,7 @@
           </unitTest>
           <resources>
               <resource>
  -                <directory>${basedir}/src/conf</directory>
  +                <directory>${basedir}/modules/core/src/conf</directory>
                   <includes>
                       <include>*.properties</include>
                   </includes>
  
  
  

Reply via email to