You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/03/12 17:01:13 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/pdf project.xml plugin.jelly

dion        2003/03/12 08:01:13

  Modified:    src/plugins-build/pdf project.xml plugin.jelly
  Log:
  Upgrade to later versions of xalan, xerces and fop
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-turbine-maven/src/plugins-build/pdf/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/pdf/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	7 Mar 2003 13:40:41 -0000	1.5
  +++ project.xml	12 Mar 2003 16:01:12 -0000	1.6
  @@ -41,7 +41,7 @@
     <dependencies>
       <dependency>
         <id>fop</id>
  -      <version>0.20.3</version>
  +      <version>0.20.5rc2</version>
       </dependency>
       <dependency>
         <id>batik</id>
  @@ -57,7 +57,7 @@
       </dependency>
       <dependency>
         <id>xerces</id>
  -      <version>2.0.2</version>
  +      <version>2.3.0</version>
         <properties>
           <classloader>root</classloader>
         </properties>
  @@ -71,7 +71,7 @@
       </dependency>
       <dependency>
         <id>xalan</id>
  -      <version>2.3.1</version>
  +      <version>2.4.1</version>
       </dependency>
     </dependencies>
   </project>
  
  
  
  1.5       +1 -0      jakarta-turbine-maven/src/plugins-build/pdf/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/pdf/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly	23 Feb 2003 12:51:19 -0000	1.4
  +++ plugin.jelly	12 Mar 2003 16:01:13 -0000	1.5
  @@ -65,6 +65,7 @@
           <pathelement location="${plugin.getDependencyPath('logkit')}"/>
           <pathelement location="${plugin.getDependencyPath('avalon-framework')}"/>
           <pathelement location="${plugin.getDependencyPath('xerces')}"/>
  +        <pathelement location="${plugin.getDependencyPath('xml-apis')}"/>
         </classpath>
         <arg value="-d" />
         <arg value="-fo" />