You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/06/26 23:36:10 UTC

svn commit: r958288 - /harmony/enhanced/java/branches/mrh/classlib/modules/portlib/build.xml

Author: hindessm
Date: Sat Jun 26 21:36:09 2010
New Revision: 958288

URL: http://svn.apache.org/viewvc?rev=958288&view=rev
Log:
Remove debug.

Modified:
    harmony/enhanced/java/branches/mrh/classlib/modules/portlib/build.xml

Modified: harmony/enhanced/java/branches/mrh/classlib/modules/portlib/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/branches/mrh/classlib/modules/portlib/build.xml?rev=958288&r1=958287&r2=958288&view=diff
==============================================================================
--- harmony/enhanced/java/branches/mrh/classlib/modules/portlib/build.xml (original)
+++ harmony/enhanced/java/branches/mrh/classlib/modules/portlib/build.xml Sat Jun 26 21:36:09 2010
@@ -24,11 +24,6 @@
     <property name="hy.target" location="${basedir}/../../target" />
     <import file="${hy.target}/hdk/build/ant/properties.xml" />
 
-    <echo>
-hy.os=${hy.os}
-hy.arch=${hy.arch}
-    </echo>
-
     <property file="../../make/depends.properties" />
 
     <available property="hythr.available"