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/05 07:26:19 UTC

svn commit: r601218 - /harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml

Author: smishura
Date: Tue Dec  4 22:26:18 2007
New Revision: 601218

URL: http://svn.apache.org/viewvc?rev=601218&view=rev
Log:
Minor improvements

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml?rev=601218&r1=601217&r2=601218&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/eut/build.xml Tue Dec  4 22:26:18 2007
@@ -150,23 +150,15 @@
     </condition>
 
     <condition property="os.eclipse.notation" value="win32">
-        <and>
-            <isset property="is.windows" />
-            <equals arg1="${arch}" arg2="x86" />
-        </and>
+        <isset property="is.windows.x86" />
     </condition>
 
     <condition property="os.eclipse.notation" value="linux">
-        <and>
-            <isset property="is.linux" />
-        </and>
+        <isset property="is.linux" />
     </condition>
 
     <condition property="ws" value="win32">
-        <and>
-            <isset property="is.windows" />
-            <equals arg1="${arch}" arg2="x86" />
-        </and>
+        <isset property="is.windows.x86" />
     </condition>
 
     <!-- Assuming that GTK is default Window System type on Linux -->