dion        2003/01/06 02:19:40

  Modified:    .        project.xml
  Log:
  Fixed xerces and xml-apis dependencies as they were causing build failure
  
  Revision  Changes    Path
  1.54      +1 -4      jakarta-turbine-fulcrum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/project.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- project.xml       4 Nov 2002 05:36:47 -0000       1.53
  +++ project.xml       6 Jan 2003 10:19:40 -0000       1.54
  @@ -240,15 +240,12 @@
       </dependency>
       <dependency>
         <id>xerces</id>
  -      <type>required</type>
         <version>2.0.2</version>
  -      <jar>xercesImpl-2.0.2.jar</jar>
         <url>http://xml.apache.org/xerces2-j/index.html</url>
       </dependency>
       <dependency>
         <id>xml-apis</id>
  -      <type>required</type>
  -      <version>2.0.2</version>
  +      <version>1.0.b2</version>
         <url>http://xml.apache.org/xerces2-j/index.html</url>
       </dependency>
       <dependency>
  
  
  

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

Reply via email to