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 2006/06/20 17:15:57 UTC

svn commit: r415703 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/build.xml

Author: hindessm
Date: Tue Jun 20 08:15:57 2006
New Revision: 415703

URL: http://svn.apache.org/viewvc?rev=415703&view=rev
Log:
Fixed to use new common property.

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/crypto/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/crypto/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/crypto/build.xml?rev=415703&r1=415702&r2=415703&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/crypto/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/crypto/build.xml Tue Jun 20 08:15:57 2006
@@ -219,7 +219,7 @@
             <javac destdir="@{destdir}"
                    source="${hy.javac.source}"
                    target="${hy.javac.target}"
-                   debug="${java.debug.option}">
+                   debug="${hy.javac.debug}">
 
                 <javac-elements />