henning     2002/12/23 13:44:16

  Modified:    .        project.xml
  Log:
  According to the deprecated jars warning on 
http://www.ibiblio.org/maven/xml-apis/jars/
  and the jaf:activation example used in the project.xml file, this might be the 
correct
  way to specify the xerces jars for turbine
  
  Revision  Changes    Path
  1.68      +2 -2      jakarta-turbine-2/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/project.xml,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- project.xml       19 Dec 2002 23:59:41 -0000      1.67
  +++ project.xml       23 Dec 2002 21:44:16 -0000      1.68
  @@ -487,7 +487,7 @@
         </properties>
       </dependency>
       <dependency>
  -      <id>xerces</id>
  +      <id>xerces:xercesImpl</id>
         <version>2.0.2</version>
         <url>http://xml.apache.org/xerces2-j/</url>
         <properties>
  @@ -495,7 +495,7 @@
         </properties>
       </dependency>
       <dependency>
  -      <id>xml-apis</id>
  +      <id>xerces:xmlParserAPIs</id>
         <version>2.0.2</version>
         <url>http://xml.apache.org/xerces2-j/</url>
         <properties>
  
  
  

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

Reply via email to