jvanzyl     02/03/13 23:32:37

  Modified:    .        project.xml
  Log:
  Moving up the the 1.3 release which fixes some bugs.
  
  Revision  Changes    Path
  1.5       +4 -2      jakarta-turbine-stratum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       14 Mar 2002 07:25:31 -0000      1.4
  +++ project.xml       14 Mar 2002 07:32:37 -0000      1.5
  @@ -121,8 +121,8 @@
       <dependency>
         <name>dom4j</name>
         <type>required</type>
  -      <version>1.1</version>
  -      <jar>dom4j-1.1.jar</jar>
  +      <version>1.3</version>
  +      <jar>dom4j-1.3.jar</jar>
       </dependency>
   
       <dependency>
  @@ -214,6 +214,8 @@
       <!-- Unit test classes -->
       <unitTestClassEntries>
         <unitTestClassEntry>include = **/*Test*.class</unitTestClassEntry>
  +      <unitTestClassEntry>exclude = **/TestCacheAccess.class</unitTestClassEntry>
  +      <unitTestClassEntry>exclude = **/TestDiskCache$$*.class</unitTestClassEntry>
       </unitTestClassEntries>  
   
       <!-- Runtime unit test classes -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to