Blame SOURCES/fop-1.1.pom

d3f190

d3f190
d3f190
  Licensed to the Apache Software Foundation (ASF) under one or more
d3f190
  contributor license agreements.  See the NOTICE file distributed with
d3f190
  this work for additional information regarding copyright ownership.
d3f190
  The ASF licenses this file to You under the Apache License, Version 2.0
d3f190
  (the "License"); you may not use this file except in compliance with
d3f190
  the License.  You may obtain a copy of the License at
d3f190

d3f190
       http://www.apache.org/licenses/LICENSE-2.0
d3f190

d3f190
  Unless required by applicable law or agreed to in writing, software
d3f190
  distributed under the License is distributed on an "AS IS" BASIS,
d3f190
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
d3f190
  See the License for the specific language governing permissions and
d3f190
  limitations under the License.
d3f190
-->
d3f190

d3f190
d3f190
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
d3f190
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
d3f190
http://maven.apache.org/xsd/maven-4.0.0.xsd">
d3f190
  <modelVersion>4.0.0</modelVersion>
d3f190
  <groupId>org.apache.xmlgraphics</groupId>
d3f190
  <artifactId>fop</artifactId>
d3f190
  <packaging>jar</packaging>
d3f190
  <name>Apache FOP</name>
d3f190
  <version>1.1</version>
d3f190
  <url>http://xmlgraphics.apache.org/fop/</url>
d3f190
  <description>Apache FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG, SVG, XML (area tree representation), Print, AWT and TXT. The primary output target is PDF.</description>
d3f190
  <inceptionYear>1999</inceptionYear>
d3f190
  <mailingLists>
d3f190
    <mailingList>
d3f190
      <name>FOP Users List</name>
d3f190
      <subscribe>fop-users-subscribe@xmlgraphics.apache.org</subscribe>
d3f190
      <unsubscribe>fop-users-unsubscribe@xmlgraphics.apache.org</unsubscribe>
d3f190
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</archive>
d3f190
    </mailingList>
d3f190
    <mailingList>
d3f190
      <name>FOP Developer List</name>
d3f190
      <subscribe>fop-dev-subscribe@xmlgraphics.apache.org</subscribe>
d3f190
      <unsubscribe>fop-dev-unsubscribe@xmlgraphics.apache.org</unsubscribe>
d3f190
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</archive>
d3f190
    </mailingList>
d3f190
    <mailingList>
d3f190
      <name>FOP Commit List</name>
d3f190
      <subscribe>fop-commits-subscribe@xmlgraphics.apache.org</subscribe>
d3f190
      <unsubscribe>fop-commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
d3f190
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</archive>
d3f190
    </mailingList>
d3f190
  </mailingLists>
d3f190
  <licenses>
d3f190
    <license>
d3f190
      <name>The Apache Software License, Version 2.0</name>
d3f190
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
d3f190
      <distribution>repo</distribution>
d3f190
    </license>
d3f190
  </licenses>
d3f190
  <scm>
d3f190
    <connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</connection>
d3f190
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</developerConnection>
d3f190
    <url>http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/?root=Apache-SVN</url>
d3f190
  </scm>
d3f190
  <organization>
d3f190
    <name>Apache Software Foundation</name>
d3f190
    <url>http://www.apache.org/</url>
d3f190
  </organization>
d3f190
  <parent>
d3f190
	<groupId>org.apache</groupId>
d3f190
	<artifactId>apache</artifactId>
d3f190
	<version>7</version>
d3f190
  </parent>
d3f190
  <dependencies>
d3f190
    
d3f190
    <dependency>
d3f190
      <groupId>org.apache.xmlgraphics</groupId>
d3f190
      <artifactId>xmlgraphics-commons</artifactId>
d3f190
      <version>1.5</version>
d3f190
    </dependency>
d3f190
    <dependency>
d3f190
      <groupId>org.apache.xmlgraphics</groupId>
d3f190
      <artifactId>batik-svg-dom</artifactId>
d3f190
      <version>1.7</version>
d3f190
    </dependency>
d3f190
    <dependency>
d3f190
      <groupId>org.apache.xmlgraphics</groupId>
d3f190
      <artifactId>batik-bridge</artifactId>
d3f190
      <version>1.7</version>
d3f190
    </dependency>
d3f190
    <dependency>
d3f190
      <groupId>org.apache.xmlgraphics</groupId>
d3f190
      <artifactId>batik-awt-util</artifactId>
d3f190
      <version>1.7</version>
d3f190
    </dependency>
d3f190
    <dependency>
d3f190
      <groupId>org.apache.xmlgraphics</groupId>
d3f190
      <artifactId>batik-gvt</artifactId>
d3f190
      <version>1.7</version>
d3f190
    </dependency>
d3f190
    <dependency>
d3f190
      <groupId>org.apache.xmlgraphics</groupId>
d3f190
      <artifactId>batik-transcoder</artifactId>
d3f190
      <version>1.7</version>
d3f190
      <exclusions>
d3f190
        <exclusion>
d3f190
          <groupId>org.apache.xmlgraphics</groupId>
d3f190
          <artifactId>fop</artifactId>
d3f190
        </exclusion>
d3f190
      </exclusions>
d3f190
    </dependency>
d3f190
    <dependency>
d3f190
      <groupId>org.apache.xmlgraphics</groupId>
d3f190
      <artifactId>batik-extension</artifactId>
d3f190
      <version>1.7</version>
d3f190
    </dependency>
d3f190
    <dependency>
d3f190
      <groupId>org.apache.xmlgraphics</groupId>
d3f190
      <artifactId>batik-ext</artifactId>
d3f190
      <version>1.7</version>
d3f190
    </dependency>
d3f190
    
d3f190
    <dependency>
d3f190
      <groupId>commons-logging</groupId>
d3f190
      <artifactId>commons-logging</artifactId>
d3f190
      <version>1.0.4</version>
d3f190
    </dependency>
d3f190
    <dependency>
d3f190
      <groupId>commons-io</groupId>
d3f190
      <artifactId>commons-io</artifactId>
d3f190
      <version>1.3.1</version>
d3f190
    </dependency>
d3f190
    <dependency>
d3f190
      <groupId>org.apache.avalon.framework</groupId>
d3f190
      <artifactId>avalon-framework-api</artifactId>
d3f190
      <version>4.2.0</version>
d3f190
    </dependency>
d3f190
   <dependency>
d3f190
      <groupId>org.apache.avalon.framework</groupId>
d3f190
      <artifactId>avalon-framework-impl</artifactId>
d3f190
      <version>4.2.0</version>
d3f190
    </dependency>
d3f190
   <dependency>
d3f190
      <groupId>javax.servlet</groupId>
d3f190
      <artifactId>servlet-api</artifactId>
d3f190
      <version>2.2</version>
d3f190
      <scope>provided</scope>
d3f190
    </dependency>
d3f190
   <dependency>
d3f190
      <groupId>xalan</groupId>
d3f190
      <artifactId>xalan</artifactId>
d3f190
      <version>2.7.0</version>
d3f190
      <scope>provided</scope>
d3f190
    </dependency>
d3f190
   </dependencies>
d3f190
</project>