You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by he...@apache.org on 2002/12/23 23:00:31 UTC

cvs commit: jakarta-turbine-torque project.xml

henning     2002/12/23 14:00:31

  Modified:    .        project.xml
  Log:
  - log4j-1.2.7 has been put on ibiblio
  
  - adjust xerces jar names according to the jaf:activation example
  
  (if we really want to use the xml-apis jar, please change the version
  to 1.0b2 to reflect that. For the moment, I would go with the xerces
  supplied version of the xmlParserAPIs, because we know that torque
  works with these).
  
  Revision  Changes    Path
  1.63      +3 -4      jakarta-turbine-torque/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/project.xml,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- project.xml	15 Dec 2002 15:16:31 -0000	1.62
  +++ project.xml	23 Dec 2002 22:00:31 -0000	1.63
  @@ -221,7 +221,7 @@
       </dependency>
       <dependency>
         <id>log4j</id>
  -      <version>1.2.6</version>
  +      <version>1.2.7</version>
         <url>http://jakarta.apache.org/log4j/</url>
       </dependency>
       <dependency>
  @@ -246,13 +246,12 @@
         <url>http://share.whichever.com/index.php?SCREEN=village</url>
       </dependency>
       <dependency>
  -      <id>xerces</id>
  +      <id>xerces:xercesImpl</id>
         <version>2.0.2</version>
  -      <jar>xercesImpl-2.0.2.jar</jar>
         <url>http://xml.apache.org/xerces2-j/</url>
       </dependency>
       <dependency>
  -      <id>xml-apis</id>
  +      <id>xerces:xmlParserAPIs</id>
         <version>2.0.2</version>
         <url>http://xml.apache.org/xerces2-j/</url>
       </dependency>