You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/01/27 14:11:30 UTC

cvs commit: maven-plugins/pdf plugin.jelly project.xml

evenisse    2004/01/27 05:11:28

  Modified:    pdf      plugin.jelly project.xml
  Log:
  Use batik originals jars and not jar packaging by fop team.
  
  Revision  Changes    Path
  1.13      +17 -0     maven-plugins/pdf/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly	27 Jan 2004 11:17:52 -0000	1.12
  +++ plugin.jelly	27 Jan 2004 13:11:18 -0000	1.13
  @@ -89,6 +89,23 @@
               <classpath>
                   <pathelement location="${plugin.getDependencyPath('fop')}"/>
                   <pathelement location="${plugin.getDependencyPath('batik')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-awt-util')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-bridge')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-css')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-dom')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-ext')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-extension')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-gui-util')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-gvt')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-parser')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-rasterizer')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-script')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-svg-dom')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-svggen')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-swing')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-transcoder')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-util')}"/>
  +                <pathelement location="${plugin.getDependencyPath('batik:batik-xml')}"/>
                   <pathelement location="${plugin.getDependencyPath('logkit')}"/>
                   <pathelement location="${plugin.getDependencyPath('avalon-framework')}"/>
                   <pathelement location="${plugin.getDependencyPath('xerces')}"/>
  
  
  
  1.29      +103 -1    maven-plugins/pdf/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml	27 Jan 2004 11:45:23 -0000	1.28
  +++ project.xml	27 Jan 2004 13:11:20 -0000	1.29
  @@ -68,7 +68,109 @@
           <dependency>
               <groupId>batik</groupId>
               <artifactId>batik</artifactId>
  -            <version>1.5-fop-0.20-5</version>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-awt-util</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-bridge</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-css</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-dom</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-ext</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-extension</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-gui-util</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-gvt</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-parser</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-rasterizer</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-script</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-svg-dom</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-svggen</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-swing</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-transcoder</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-util</artifactId>
  +            <version>1.5</version>
  +            <url>http://xml.apache.org/batik/</url>
  +        </dependency>
  +        <dependency>
  +            <groupId>batik</groupId>
  +            <artifactId>batik-xml</artifactId>
  +            <version>1.5</version>
               <url>http://xml.apache.org/batik/</url>
           </dependency>
           <dependency>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org