You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2019/06/13 17:05:36 UTC

svn commit: r1861282 - in /gump/metadata: profile/gump.xml project/xml-batik.xml project/xmlgraphics-fop.xml

Author: markt
Date: Thu Jun 13 17:05:36 2019
New Revision: 1861282

URL: http://svn.apache.org/viewvc?rev=1861282&view=rev
Log:
Forrest needs Batik. Batik need Fop. So add Fop. (Hopefully)

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

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1861282&r1=1861281&r2=1861282&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Jun 13 17:05:36 2019
@@ -101,6 +101,7 @@
 <!-- Apache XML Graphics -->
 
   <module href="project/xmlgraphics-commons.xml"/>
+  <module href="project/xmlgraphics-fop.xml"/>
   <module href="project/xml-batik.xml"/>
 
 <!-- SourceForge -->

Modified: gump/metadata/project/xml-batik.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xml-batik.xml?rev=1861282&r1=1861281&r2=1861282&view=diff
==============================================================================
--- gump/metadata/project/xml-batik.xml (original)
+++ gump/metadata/project/xml-batik.xml Thu Jun 13 17:05:36 2019
@@ -75,5 +75,6 @@
     <depend project="xml-stylebook2"/>
     <depend project="xalan"/>
     <depend project="xmlgraphics-commons"/>
+    <depend project="xmlgraphics-fop"/>
   </project>
 </module>

Added: gump/metadata/project/xmlgraphics-fop.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xmlgraphics-fop.xml?rev=1861282&view=auto
==============================================================================
--- gump/metadata/project/xmlgraphics-fop.xml (added)
+++ gump/metadata/project/xmlgraphics-fop.xml Thu Jun 13 17:05:36 2019
@@ -0,0 +1,36 @@
+<?xml version="1.0" ?>
+<!--
+ 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="xmlgraphics-fop">
+
+  <url href="http://xmlgraphics.apache.org/fop/"/>
+  <description>
+    Apache XML Graphics FOP
+  </description>
+
+  <svn repository="asf" dir="xmlgraphics/fop/trunk/"/>
+
+  <project name="xmlgraphics-fop">
+
+    <package>org.apache.xmlgraphics.fop</package>
+
+    <mvn3 goal="install"/>
+
+    <jar name="fop-transcoder-allinone/target/fop-transcoder-allinone-2.3.jar" id="fop-transcoder-allinone"/>
+  </project>
+
+</module>

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