You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2013/08/15 18:42:35 UTC

svn commit: r1514359 - in /gump/metadata: profile/gump.xml project/pdfbox.xml project/xml-fop.xml

Author: bodewig
Date: Thu Aug 15 16:42:34 2013
New Revision: 1514359

URL: http://svn.apache.org/r1514359
Log:
FOP needs Fontbox

Added:
    gump/metadata/project/pdfbox.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/xml-fop.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1514359&r1=1514358&r2=1514359&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Aug 15 16:42:34 2013
@@ -74,13 +74,16 @@
   <module href="project/tomcat-tc7.xml" />
   <module href="project/tomcat-trunk.xml" />
 
-  <!-- Apache.Logging -->
+<!-- Apache.Logging -->
   <module href="project/logging-log4j-12.xml"/>
   
+<!-- Apache PDFBox -->
+  <module href="project/pdfbox.xml"/>
+
 <!-- Apache Portable Runtime -->
   <module href="project/apr.xml"/>
 
- <!-- Apache Tika -->
+<!-- Apache Tika -->
   <module href="project/tika.xml"/>
 
 <!-- Apache.XML -->

Added: gump/metadata/project/pdfbox.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/pdfbox.xml?rev=1514359&view=auto
==============================================================================
--- gump/metadata/project/pdfbox.xml (added)
+++ gump/metadata/project/pdfbox.xml Thu Aug 15 16:42:34 2013
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="pdfbox" groupId="org.apache.pdfbox">
+
+  <url href="http://pdfbox.apache.org/"/>
+  <description>
+    Apache PDFBox is an open source Java PDF library for working with
+    PDF documents.
+  </description>
+
+  <svn repository="asf" dir="pdfbox/trunk"/>
+  
+  <project name="pdfbox-parent">
+    <mvn2install basedir="parent"/>
+    <option project="commons-collections"/>
+    <option project="junit"/>
+  </project>
+
+  <project name="fontbox">
+    <depend project="pdfbox-parent"/>
+    <mvn2 basedir="fontbox"/>
+    <option project="commons-logging"/>
+    <option project="junit"/>
+    <jar name="fontbox/target/fontbox-*[0-9T].jar"/>
+    <license name="LICENSE.txt"/>
+  </project>
+
+  <!--project name="jempbox">
+    <depend project="pdfbox-parent"/>
+    <mvn2 basedir="jempbox"/>
+    <option project="junit"/>
+    <jar name="jempbox/target/jempbox-*[0-9T].jar"/>
+    <license name="LICENSE.txt"/>
+  </project>
+
+  <project name="pdfbox">
+    <depend project="pdfbox-parent"/>
+    <mvn2 basedir="pdfbox"/>
+    <depend project="fontbox"/>
+    <depend project="jempbox"/>
+    <option project="ant"/>
+    <option project="commons-logging"/>
+    <option project="icu4j"/>
+    <option project="junit"/>
+    <option project="rat"/>
+    <jar name="pdfbox/target/pdfbox-*[0-9T].jar"/>
+    <license name="LICENSE.txt"/>
+  </project>
+
+  <project name="pdfbox-lucene">
+    <depend project="pdfbox-parent"/>
+    <mvn2 basedir="lucene"/>
+    <jar name="lucene/target/pdfbox-lucene-*[0-9T].jar"/>
+    <depend project="pdfbox"/>
+    <option project="lucene-java"/>
+    <option project="lucene-java-contrib"/>
+    <license name="LICENSE.txt"/>
+  </project-->
+</module>

Propchange: gump/metadata/project/pdfbox.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: gump/metadata/project/xml-fop.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xml-fop.xml?rev=1514359&r1=1514358&r2=1514359&view=diff
==============================================================================
--- gump/metadata/project/xml-fop.xml (original)
+++ gump/metadata/project/xml-fop.xml Thu Aug 15 16:42:34 2013
@@ -32,17 +32,18 @@
     <mkdir dir="build/classes"/>
     <mkdir dir="build/codegen-classes"/>
     <ant target="gump"/>
-    <depend project="xml-apis"/>
-    <depend project="xml-xerces"/>
-    <depend project="xalan"/>
     <depend project="ant" inherit="runtime"/>
-    <depend project="xmlgraphics-commons"/>
-    <depend project="xml-batik"/>
     <depend project="avalon-framework-api"/>
     <depend project="avalon-framework-impl"/>
-    <depend project="commons-logging" ids="commons-logging"/>
     <depend project="commons-io"/>
+    <depend project="commons-logging" ids="commons-logging"/>
+    <depend project="fontbox"/>
     <depend project="jakarta-servletapi"/>
+    <depend project="xalan"/>
+    <depend project="xml-apis"/>
+    <depend project="xml-batik"/>
+    <depend project="xml-xerces"/>
+    <depend project="xmlgraphics-commons"/>
 
     <!-- for SerializeHyphPattern task -->
     <work nested="build/classes"/>