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 2011/11/22 17:13:47 UTC

svn commit: r1205057 - in /gump/metadata: profile/gump.xml project/fop-hyph.xml project/xml-fop.xml

Author: bodewig
Date: Tue Nov 22 16:13:46 2011
New Revision: 1205057

URL: http://svn.apache.org/viewvc?rev=1205057&view=rev
Log:
Add fop-hyph.jar for FOP's tests.  GUMP-166

Added:
    gump/metadata/project/fop-hyph.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=1205057&r1=1205056&r2=1205057&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Nov 22 16:13:46 2011
@@ -243,6 +243,7 @@
   <module href="project/dom4j-HEAD.xml"/>
   <module href="project/expat.xml"/>
   <!-- No more needed  module href="project/findbugs.xml"/ -->
+  <module href="project/fop-hyph.xml"/>
   <!--module href="project/freemarker.xml"/-->
   <module href="project/hsqldb2.xml"/>
   <module href="project/packaged-hsqldb.xml"/>
@@ -400,6 +401,7 @@
   <project name="eclipse"          package="eclipse"/>
   <project name="ecs"              package="apache-attic"/>
   <project name="ejb"              package="ejb-2_0-fr"/>
+  <project name="fop-hyph"         package="fop-hyph"/>
   <project name="forehead"         package="forehead"/>
   <project name="cglib"            package="cglib"/>
   <project name="cglib-nodep"      package="cglib"/>

Added: gump/metadata/project/fop-hyph.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/fop-hyph.xml?rev=1205057&view=auto
==============================================================================
--- gump/metadata/project/fop-hyph.xml (added)
+++ gump/metadata/project/fop-hyph.xml Tue Nov 22 16:13:46 2011
@@ -0,0 +1,26 @@
+<?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="fop-hyph">
+
+  <url href="http://offo.sourceforge.net/index.html"/>
+
+  <project name="fop-hyph">
+    <jar name="fop-hyph.jar"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/fop-hyph.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=1205057&r1=1205056&r2=1205057&view=diff
==============================================================================
--- gump/metadata/project/xml-fop.xml (original)
+++ gump/metadata/project/xml-fop.xml Tue Nov 22 16:13:46 2011
@@ -74,6 +74,7 @@
       <sysproperty name="ant.build.clonevm" value="true"/>
     </ant>
     <depend project="xml-fop" inherit="all"/>
+    <depend project="fop-hyph"/>
     <depend project="junit"/>
     <option project="xmlunit"/>