jvanzyl     02/03/18 05:46:07

  Modified:    .        project.xml
  Log:
  Uploaded a new commons-logging which fix the logging compile errors
  Commented out the jcs tests for now as they are broken with maven
  Now working on the dom4j problems and the mapper in the tests
  
  Revision  Changes    Path
  1.9       +4 -3      jakarta-turbine-stratum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       18 Mar 2002 02:44:05 -0000      1.8
  +++ project.xml       18 Mar 2002 13:46:07 -0000      1.9
  @@ -221,9 +221,10 @@
   
       <!-- Unit test classes -->
       <unitTestClassEntries>
  -      <unitTestClassEntry>include = **/Test*.class</unitTestClassEntry>
  -      <unitTestClassEntry>exclude = **/*$*.class</unitTestClassEntry>
  -      <unitTestClassEntry>exclude = **/TestCacheAccess.class</unitTestClassEntry>
  +      <unitTestClassEntry>include = **/*Test*.class</unitTestClassEntry>
  +      <unitTestClassEntry>exclude = **/*Cache*.class</unitTestClassEntry>
  +      <unitTestClassEntry>exclude = **/TestSimpleLoad.class</unitTestClassEntry>
  +      <unitTestClassEntry>exclude = **/TestJCS.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