You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2010/05/06 02:50:30 UTC

svn commit: r941556 - /gump/metadata/project/apache-httpd.xml

Author: billbarker
Date: Thu May  6 00:50:29 2010
New Revision: 941556

URL: http://svn.apache.org/viewvc?rev=941556&view=rev
Log:
work around broken xml parser

Modified:
    gump/metadata/project/apache-httpd.xml

Modified: gump/metadata/project/apache-httpd.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/apache-httpd.xml?rev=941556&r1=941555&r2=941556&view=diff
==============================================================================
--- gump/metadata/project/apache-httpd.xml (original)
+++ gump/metadata/project/apache-httpd.xml Thu May  6 00:50:29 2010
@@ -29,11 +29,11 @@
     <script name="buildconf">
       <arg name="--with-apr" project="apr-make-install"
         reference="home"/>
-      <!--arg name="--with-apr-util" project="apr-util-make-install"
-        reference="home"/-->
+      <!-- arg name="--with-apr-util" project="apr-util-make-install"
+        reference="home"/ -->
     </script>
     <depend project="apr-make-install"/>
-    <!--depend project="apr-util-make-install"/-->
+    <!-- depend project="apr-util-make-install"/ -->
   </project>
 
   <project name="apache-httpd-configure">
@@ -41,8 +41,8 @@
       <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-util" project="apr-util-configure"
+        reference="home"/ -->
       <arg name="--with-pcre" project="pcre-configure"
         reference="home"/>
     </configure>



Re: svn commit: r941556 - /gump/metadata/project/apache-httpd.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2010-05-06, <bi...@apache.org> wrote:

> work around broken xml parser

Thanks.  My fault, not the XML parser's.  The literal "--" is illegal
inside XML comments.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org