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 2009/07/29 09:08:38 UTC

svn commit: r798799 - /harmony/enhanced/classlib/trunk/modules/auth/build.xml

Author: hindessm
Date: Wed Jul 29 07:08:37 2009
New Revision: 798799

URL: http://svn.apache.org/viewvc?rev=798799&view=rev
Log:
Add build.compilerarg to auth module for consistency.

Modified:
    harmony/enhanced/classlib/trunk/modules/auth/build.xml

Modified: harmony/enhanced/classlib/trunk/modules/auth/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/auth/build.xml?rev=798799&r1=798798&r2=798799&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/auth/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/auth/build.xml Wed Jul 29 07:08:37 2009
@@ -91,6 +91,8 @@
                target="${hy.javac.target}"
                debug="${hy.javac.debug}">
 
+            <compilerarg line="${build.compilerarg}" />
+
             <src>
                 <pathelement location="src/main/java/common"/>
                 <pathelement location="src/main/java/${hy.os.family}" />