You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/08/02 00:40:13 UTC

svn commit: r427776 - /incubator/harmony/enhanced/trunk/build.xml

Author: geirm
Date: Tue Aug  1 15:40:12 2006
New Revision: 427776

URL: http://svn.apache.org/viewvc?rev=427776&view=rev
Log:
HARMONY-980

tweak to federated build script for those w/ svn clients
that don't support "--non-interactive" option.  I'm not 
entirely convinced we need it anyway for anyone properly setup...


Modified:
    incubator/harmony/enhanced/trunk/build.xml

Modified: incubator/harmony/enhanced/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/trunk/build.xml?rev=427776&r1=427775&r2=427776&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/build.xml (original)
+++ incubator/harmony/enhanced/trunk/build.xml Tue Aug  1 15:40:12 2006
@@ -431,7 +431,6 @@
     <!-- ================================================================================ -->
     <target name="svn-prop">
         <exec executable="svn" dir=".">
-            <arg value="--non-interactive" />
             <arg value="info" />
             <arg value="build.xml" />
             <redirector outputproperty="svn.revision">