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/05/11 16:50:59 UTC

svn commit: r943134 - in /gump/metadata: profile/gump.xml project/apr-util.xml project/logging-log4cxx.xml

Author: bodewig
Date: Tue May 11 14:50:59 2010
New Revision: 943134

URL: http://svn.apache.org/viewvc?rev=943134&view=rev
Log:
remove apr-util

Removed:
    gump/metadata/project/apr-util.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/logging-log4cxx.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=943134&r1=943133&r2=943134&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue May 11 14:50:59 2010
@@ -164,7 +164,6 @@
 
 <!-- Apache Portable Runtime -->
   <module href="project/apr.xml"/>
-  <module href="project/apr-util.xml"/>
   <module href="project/apr-iconv.xml"/>
 
 <!-- Apache Portals -->

Modified: gump/metadata/project/logging-log4cxx.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4cxx.xml?rev=943134&r1=943133&r2=943134&view=diff
==============================================================================
--- gump/metadata/project/logging-log4cxx.xml (original)
+++ gump/metadata/project/logging-log4cxx.xml Tue May 11 14:50:59 2010
@@ -31,8 +31,6 @@
       <!-- property name="version" value="@@DATE@@"/ -->
       <property name="apr.dir" project="apr-configure"
         reference="home"/>
-      <!--property name="aprutil.dir" project="apr-util-configure"
-        reference="home"/-->
       <property name="find" value="false"/>
     </ant>
 
@@ -42,7 +40,6 @@
     <depend project="ant-contrib-cpptasks"/>
     <depend project="ant-contrib" inherit="runtime"/>
     <depend project="apr-make-install"/>
-    <!--depend project="apr-util-make-install"/-->
 	
     <nag to="carnold@apache.org"
          from="Gump Integration Build &lt;carnold@apache.org&gt;"/>
@@ -55,8 +52,6 @@
       <!-- property name="version" value="@@DATE@@"/ -->
       <property name="apr.dir" project="apr-configure"
         reference="home"/>
-      <!--property name="aprutil.dir" project="apr-util-configure"
-        reference="home"/-->
       <property name="find" value="false"/>
     </ant>
 
@@ -66,7 +61,6 @@
     <depend project="ant-contrib-cpptasks"/>
     <depend project="ant-contrib" inherit="runtime"/>
     <depend project="apr-make-install"/>
-    <!--depend project="apr-util-make-install"/-->
 	
     <nag to="carnold@apache.org"
          from="Gump Integration Build &lt;carnold@apache.org&gt;"/>
@@ -79,8 +73,6 @@
       <!-- property name="version" value="@@DATE@@"/ -->
       <property name="apr.dir" project="apr-configure"
         reference="home"/>
-      <!--property name="aprutil.dir" project="apr-util-configure"
-        reference="home"/-->
       <property name="lib.type" value="static"/>
       <property name="find" value="false"/>
     </ant>
@@ -91,7 +83,6 @@
     <depend project="ant-contrib-cpptasks"/>
     <depend project="ant-contrib" inherit="runtime"/>
     <depend project="apr-make-install"/>
-    <!--depend project="apr-util-make-install"/-->
 	
     <nag to="carnold@apache.org"
          from="Gump Integration Build &lt;carnold@apache.org&gt;"/>
@@ -106,11 +97,9 @@
     <configure>
       <arg name="--prefix" path="dest-@@DATE@@"/>
       <arg name="--with-apr" project="apr-make-install" reference="home"/>
-      <!--arg name="++with-apr-util" project="apr-util-make-install" reference="home"/-->
     </configure>
     <depend project="logging-log4cxx-autogen"/>
     <depend project="apr-make-install"/>
-    <!--depend project="apr-util-make-install"/-->
     <home nested="dest-@@DATE@@"/>
   </project>