leosimons    2003/05/30 15:58:26

  Modified:    .        project-common.xml
               compatibility project.xml
  Log:
  allmost all of excalibur has unit tests
  
  Revision  Changes    Path
  1.2       +8 -0      avalon-excalibur/project-common.xml
  
  Index: project-common.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/project-common.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project-common.xml        30 May 2003 22:13:12 -0000      1.1
  +++ project-common.xml        30 May 2003 22:58:25 -0000      1.2
  @@ -75,6 +75,14 @@
           </mailingList>
       </mailingLists>
   
  +    <dependencies>
  +        <dependency>
  +            <id>junit</id>
  +            <version>3.8.1</version>
  +            <url>http://www.junit.org/</url>
  +        </dependency>
  +    </dependencies>
  +
       <build>
           <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
           <sourceDirectory>src/java</sourceDirectory>
  
  
  
  1.2       +0 -8      avalon-excalibur/compatibility/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/compatibility/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       30 May 2003 22:13:54 -0000      1.1
  +++ project.xml       30 May 2003 22:58:25 -0000      1.2
  @@ -14,14 +14,6 @@
           Deprecated materials
       </description>
   
  -    <dependencies>
  -        <dependency>
  -            <id>junit</id>
  -            <version>3.8.1</version>
  -            <url>http://www.junit.org/</url>
  -        </dependency>
  -    </dependencies>
  -
       <build>
           <!-- Unit test cases; need to rule out abstract classes -->
           <unitTest>
  
  
  

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

Reply via email to