husted      2004/01/08 19:32:53

  Modified:    chain    project.xml
  Log:
  Tidy formatting
  
  Revision  Changes    Path
  1.3       +6 -10     jakarta-commons-sandbox/chain/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       9 Jan 2004 03:32:07 -0000       1.2
  +++ project.xml       9 Jan 2004 03:32:53 -0000       1.3
  @@ -1,5 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -
  +<?xml version="1.0" encoding="utf-8"?>
   <project>
     <extend>../project.xml</extend>
     <name>Chain</name>
  @@ -8,7 +7,6 @@
     <inceptionYear>2003</inceptionYear>
     <shortDescription>Chain of Responsibility</shortDescription>
     <description>An implmentation of the GoF Chain of Responsibility 
pattern.</description>
  -
     <developers>
       <developer>
         <name>Craig McClanahan</name>
  @@ -29,9 +27,8 @@
         <organization>Informatica</organization>
       </developer>
     </developers>
  -  
     <dependencies>
  -    <dependency> 
  +    <dependency>
         <groupId>servletapi</groupId>
         <artifactId>servletapi</artifactId>
         <version>2.3</version>
  @@ -63,24 +60,23 @@
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
         <version>1.6</version>
  -    </dependency> 
  +    </dependency>
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
         <version>2.1</version>
  -    </dependency> 
  +    </dependency>
       <dependency>
         <groupId>commons-digester</groupId>
         <artifactId>commons-digester</artifactId>
         <version>1.5</version>
  -    </dependency> 
  +    </dependency>
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
         <version>1.0.3</version>
  -    </dependency> 
  +    </dependency>
     </dependencies>
  -  
     <build>
       <unitTest>
         <includes>
  
  
  

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

Reply via email to