dion        2003/01/18 22:51:20

  Modified:    jelly    commonDependencies.ent
  Log:
  - Removed jaxp dependency, as the code it contains is a duplicate of the xml-apis 
  - Made the betwixt dependency a version-date-time, rather than SNAPSHOT
    as the betwixt team are going through refactoring and we may want to
    allow new SNAPSHOTs without busting Jelly
  
  Revision  Changes    Path
  1.3       +2 -12     jakarta-commons-sandbox/jelly/commonDependencies.ent
  
  Index: commonDependencies.ent
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/commonDependencies.ent,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- commonDependencies.ent    6 Jan 2003 17:58:14 -0000       1.2
  +++ commonDependencies.ent    19 Jan 2003 06:51:20 -0000      1.3
  @@ -22,13 +22,8 @@
           (e.g., nightly builds from 
                 
http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-beanutils/
           dated 2002-11-27 or later)
  -
  -        I've been doing this "manually" as:
  -          <version>nightly</version> 
  -        and "manually" adding this file to my local repository, 
  -        but someone should update the maven repo SNAPSHOT
         -->
  -      <version>SNAPSHOT</version>
  +      <version>1.0-beta-1.20030111.103454</version>
       </dependency>
       
       <dependency>
  @@ -45,12 +40,7 @@
         <id>dom4j</id>
         <version>1.4-dev-8</version>
       </dependency>
  -    
  -    <dependency>
  -      <id>jaxp</id>
  -      <version>1.2</version>
  -    </dependency>
  -    
  +
       <dependency>
         <id>xerces</id>
         <version>2.2.1</version>
  
  
  

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

Reply via email to