From: Jeremias Maerki Date: Fri, 4 May 2007 10:11:51 +0000 (+0000) Subject: Merge from trunk: X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb05cc57aaa91e2ac489b640295af1c605d15059;p=xmlgraphics-fop.git Merge from trunk: Retrofit with Maven artifact building. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_93@535148 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 30f9b7a52..4beba54ff 100644 --- a/build.xml +++ b/build.xml @@ -552,7 +552,7 @@ list of possible build targets. - + @@ -1044,6 +1044,16 @@ NOTE: + + + + + + + + + + @@ -1240,6 +1250,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 + + +