You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ca...@apache.org on 2008/03/28 11:09:23 UTC

svn commit: r642180 - /gump/metadata/project/logging-log4cxx.xml

Author: carnold
Date: Fri Mar 28 03:09:17 2008
New Revision: 642180

URL: http://svn.apache.org/viewvc?rev=642180&view=rev
Log:
tweak logging-log4cxx-configure

Modified:
    gump/metadata/project/logging-log4cxx.xml

Modified: gump/metadata/project/logging-log4cxx.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/logging-log4cxx.xml?rev=642180&r1=642179&r2=642180&view=diff
==============================================================================
--- gump/metadata/project/logging-log4cxx.xml (original)
+++ gump/metadata/project/logging-log4cxx.xml Fri Mar 28 03:09:17 2008
@@ -105,10 +105,12 @@
   <project name="logging-log4cxx-configure">
     <configure>
       <arg name="--prefix" path="dest-@@DATE@@"/>
-      <arg name="--with-apr" project="apr-configure" reference="home"/>
-      <arg name="--with-apr-util" project="apr-util-configure" reference="home"/>
+      <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>