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 2010/11/26 08:45:33 UTC

svn commit: r1039261 - in /gump/metadata/project: commons-proper.xml xml-fop.xml

Author: bodewig
Date: Fri Nov 26 07:45:32 2010
New Revision: 1039261

URL: http://svn.apache.org/viewvc?rev=1039261&view=rev
Log:
FOP no longer uses/provides backport-util-concurrent

Modified:
    gump/metadata/project/commons-proper.xml
    gump/metadata/project/xml-fop.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1039261&r1=1039260&r2=1039261&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Fri Nov 26 07:45:32 2010
@@ -428,7 +428,6 @@
       <depend project="javamail" property="maven.jar.mail" id="javamail" />
     </mvn>
     
-    <option project="backport-util-concurrent"/>
     <option project="commons-lang"/>
     <option project="xml-xerces"/>
     <option project="xml-apis"/>

Modified: gump/metadata/project/xml-fop.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xml-fop.xml?rev=1039261&r1=1039260&r2=1039261&view=diff
==============================================================================
--- gump/metadata/project/xml-fop.xml (original)
+++ gump/metadata/project/xml-fop.xml Fri Nov 26 07:45:32 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  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
@@ -53,12 +53,7 @@
     
     <!-- Build-time-only dependencies: -->
     <!-- Retroweaver: -->
-    <work nested="lib/build/retroweaver-2.0.5.jar"/>
-    <work nested="lib/build/retroweaver-rt-2.0.5.jar"/>
     <work nested="lib/build/asm-3.1.jar"/>
-    <work nested="lib/build/asm-commons-3.1.jar"/>
-    <work nested="lib/build/asm-util-3.1.jar"/>
-    <work nested="lib/build/backport-util-concurrent-3.1.jar"/>
     
     <home nested="build"/>
     <jar  name="fop.jar" id="fop"/>
@@ -66,10 +61,6 @@
     <nag from="Jeremias Maerki &lt;jeremias@apache.org&gt;" to="fop-dev@xmlgraphics.apache.org"/>
   </project>
 
-  <project name="backport-util-concurrent">
-    <jar name="lib/build/backport-util-concurrent-3.1.jar"/>
-  </project>
-
   <project name="org.apache.xmlgraphics.fop" groupId="org.apache.xmlgraphics">
     <package>org.apache.fop</package>
     <depend project="xml-fop"/>