From d7f5122dee622e601260c1f8f8993719ef4f8c45 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Thu, 3 May 2007 08:14:12 +0000 Subject: [PATCH] Added Maven artifact building following the same pattern as in XML Graphics Commons. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@534750 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 33 +++++++- xmlgraphics-fop-pom-template.pom | 138 +++++++++++++++++++++++++++++++ 2 files changed, 170 insertions(+), 1 deletion(-) create mode 100644 xmlgraphics-fop-pom-template.pom diff --git a/build.xml b/build.xml index 3c4f21ab9..c49200d9d 100644 --- a/build.xml +++ b/build.xml @@ -554,7 +554,7 @@ list of possible build targets. - + @@ -1084,6 +1084,16 @@ NOTE: + + + + + + + + + + @@ -1280,6 +1290,27 @@ NOTE: + + + + + + + + + + + + + + + + + + + + + diff --git a/xmlgraphics-fop-pom-template.pom b/xmlgraphics-fop-pom-template.pom new file mode 100644 index 000000000..1bfbc49db --- /dev/null +++ b/xmlgraphics-fop-pom-template.pom @@ -0,0 +1,138 @@ + + + + + 4.0.0 + org.apache.xmlgraphics + xmlgraphics-fop + jar + Apache FOP + @version@ + http://xmlgraphics.apache.org/fop/ + 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. + 1999 + + + FOP Users List + fop-users-subscribe@xmlgraphics.apache.org + fop-users-unsubscribe@xmlgraphics.apache.org + http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/ + + + FOP Developer List + fop-dev-subscribe@xmlgraphics.apache.org + fop-dev-unsubscribe@xmlgraphics.apache.org + http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/ + + + FOP Commit List + fop-commits-subscribe@xmlgraphics.apache.org + fop-commits-unsubscribe@xmlgraphics.apache.org + http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/ + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk + scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk + http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/?root=Apache-SVN + + + Apache Software Foundation + http://www.apache.org/ + + + + + org.apache.xmlgraphics + xmlgraphics-commons + 1.1 + + + batik + batik-svg-dom + 1.6-1 + + + batik + batik-bridge + 1.6-1 + + + batik + batik-awt-util + 1.6-1 + + + batik + batik-gvt + 1.6-1 + + + batik + batik-transcoder + 1.6-1 + + + batik + batik-extension + 1.6-1 + + + batik + batik-ext + 1.6-1 + + + + commons-logging + commons-logging + 1.0.4 + + + commons-io + commons-io + 1.1 + + + org.apache.avalon.framework + avalon-framework-api + 4.3 + + + org.apache.avalon.framework + avalon-framework-impl + 4.3 + + + javax.servlet + servlet-api + 2.3 + provided + + + -- 2.39.5