You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/12/24 12:05:50 UTC

svn commit: r606692 - /harmony/enhanced/buildtest/branches/2.0/scripts/framework.xml

Author: smishura
Date: Mon Dec 24 03:05:43 2007
New Revision: 606692

URL: http://svn.apache.org/viewvc?rev=606692&view=rev
Log:
Apply modified patch from HARMONY-5337:
[buildtest] tests directory cannot been checked out in ant 1.7.0

Modified:
    harmony/enhanced/buildtest/branches/2.0/scripts/framework.xml

Modified: harmony/enhanced/buildtest/branches/2.0/scripts/framework.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/scripts/framework.xml?rev=606692&r1=606691&r2=606692&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/scripts/framework.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/scripts/framework.xml Mon Dec 24 03:05:43 2007
@@ -893,7 +893,7 @@
 
             <if>
                 <and>
-                    <not><isset property="framework.parameters.repository.noupdate"/></not>
+                    <not><istrue value="${framework.parameters.repository.noupdate}" /></not>
                     <not><contains string="${framework.parameters.repository.awaited}"
                                    substring="|${tmp.relative.path}|"/></not>
                 </and>