Alexander Kurtakov 363909

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

Alexander Kurtakov 363909
       http://www.apache.org/licenses/LICENSE-2.0
Alexander Kurtakov 363909

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

Alexander Kurtakov 363909
Alexander Kurtakov 363909
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Alexander Kurtakov 363909
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
Tom Callaway 12e6e5
http://maven.apache.org/xsd/maven-4.0.0.xsd">
Alexander Kurtakov 363909
  <modelVersion>4.0.0</modelVersion>
Alexander Kurtakov 363909
  <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
  <artifactId>fop</artifactId>
Alexander Kurtakov 363909
  <packaging>jar</packaging>
Alexander Kurtakov 363909
  <name>Apache FOP</name>
Tom Callaway 12e6e5
  <version>1.1</version>
Alexander Kurtakov 363909
  <url>http://xmlgraphics.apache.org/fop/</url>
Alexander Kurtakov 363909
  <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>
Alexander Kurtakov 363909
  <inceptionYear>1999</inceptionYear>
Alexander Kurtakov 363909
  <mailingLists>
Alexander Kurtakov 363909
    <mailingList>
Alexander Kurtakov 363909
      <name>FOP Users List</name>
Alexander Kurtakov 363909
      <subscribe>fop-users-subscribe@xmlgraphics.apache.org</subscribe>
Alexander Kurtakov 363909
      <unsubscribe>fop-users-unsubscribe@xmlgraphics.apache.org</unsubscribe>
Alexander Kurtakov 363909
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</archive>
Alexander Kurtakov 363909
    </mailingList>
Alexander Kurtakov 363909
    <mailingList>
Alexander Kurtakov 363909
      <name>FOP Developer List</name>
Alexander Kurtakov 363909
      <subscribe>fop-dev-subscribe@xmlgraphics.apache.org</subscribe>
Alexander Kurtakov 363909
      <unsubscribe>fop-dev-unsubscribe@xmlgraphics.apache.org</unsubscribe>
Alexander Kurtakov 363909
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</archive>
Alexander Kurtakov 363909
    </mailingList>
Alexander Kurtakov 363909
    <mailingList>
Alexander Kurtakov 363909
      <name>FOP Commit List</name>
Alexander Kurtakov 363909
      <subscribe>fop-commits-subscribe@xmlgraphics.apache.org</subscribe>
Alexander Kurtakov 363909
      <unsubscribe>fop-commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
Alexander Kurtakov 363909
      <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</archive>
Alexander Kurtakov 363909
    </mailingList>
Alexander Kurtakov 363909
  </mailingLists>
Alexander Kurtakov 363909
  <licenses>
Alexander Kurtakov 363909
    <license>
Alexander Kurtakov 363909
      <name>The Apache Software License, Version 2.0</name>
Alexander Kurtakov 363909
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
Alexander Kurtakov 363909
      <distribution>repo</distribution>
Alexander Kurtakov 363909
    </license>
Alexander Kurtakov 363909
  </licenses>
Alexander Kurtakov 363909
  <scm>
Alexander Kurtakov 363909
    <connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</connection>
Alexander Kurtakov 363909
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</developerConnection>
Tom Callaway 12e6e5
    <url>http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/?root=Apache-SVN</url>
Alexander Kurtakov 363909
  </scm>
Alexander Kurtakov 363909
  <organization>
Alexander Kurtakov 363909
    <name>Apache Software Foundation</name>
Alexander Kurtakov 363909
    <url>http://www.apache.org/</url>
Alexander Kurtakov 363909
  </organization>
Tom Callaway 12e6e5
  <parent>
Tom Callaway 12e6e5
	<groupId>org.apache</groupId>
Tom Callaway 12e6e5
	<artifactId>apache</artifactId>
Tom Callaway 12e6e5
	<version>7</version>
Tom Callaway 12e6e5
  </parent>
Alexander Kurtakov 363909
  <dependencies>
Alexander Kurtakov 363909
    
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
      <artifactId>xmlgraphics-commons</artifactId>
Tom Callaway 12e6e5
      <version>1.5</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
      <artifactId>batik-svg-dom</artifactId>
Alexander Kurtakov 363909
      <version>1.7</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
      <artifactId>batik-bridge</artifactId>
Alexander Kurtakov 363909
      <version>1.7</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
      <artifactId>batik-awt-util</artifactId>
Alexander Kurtakov 363909
      <version>1.7</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
      <artifactId>batik-gvt</artifactId>
Alexander Kurtakov 363909
      <version>1.7</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
      <artifactId>batik-transcoder</artifactId>
Alexander Kurtakov 363909
      <version>1.7</version>
Alexander Kurtakov 363909
      <exclusions>
Alexander Kurtakov 363909
        <exclusion>
Alexander Kurtakov 363909
          <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
          <artifactId>fop</artifactId>
Alexander Kurtakov 363909
        </exclusion>
Alexander Kurtakov 363909
      </exclusions>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
      <artifactId>batik-extension</artifactId>
Alexander Kurtakov 363909
      <version>1.7</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.xmlgraphics</groupId>
Alexander Kurtakov 363909
      <artifactId>batik-ext</artifactId>
Alexander Kurtakov 363909
      <version>1.7</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>commons-logging</groupId>
Alexander Kurtakov 363909
      <artifactId>commons-logging</artifactId>
Alexander Kurtakov 363909
      <version>1.0.4</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>commons-io</groupId>
Alexander Kurtakov 363909
      <artifactId>commons-io</artifactId>
Alexander Kurtakov 363909
      <version>1.3.1</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
    <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.avalon.framework</groupId>
Alexander Kurtakov 363909
      <artifactId>avalon-framework-api</artifactId>
Tom Callaway 12e6e5
      <version>4.2.0</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
   <dependency>
Alexander Kurtakov 363909
      <groupId>org.apache.avalon.framework</groupId>
Alexander Kurtakov 363909
      <artifactId>avalon-framework-impl</artifactId>
Tom Callaway 12e6e5
      <version>4.2.0</version>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
   <dependency>
Alexander Kurtakov 363909
      <groupId>javax.servlet</groupId>
Alexander Kurtakov 363909
      <artifactId>servlet-api</artifactId>
Alexander Kurtakov 363909
      <version>2.2</version>
Alexander Kurtakov 363909
      <scope>provided</scope>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
   <dependency>
Alexander Kurtakov 363909
      <groupId>xalan</groupId>
Alexander Kurtakov 363909
      <artifactId>xalan</artifactId>
Alexander Kurtakov 363909
      <version>2.7.0</version>
Alexander Kurtakov 363909
      <scope>provided</scope>
Alexander Kurtakov 363909
    </dependency>
Alexander Kurtakov 363909
   </dependencies>
Alexander Kurtakov 363909
</project>