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/14 23:52:35 UTC

svn commit: r794083 - /harmony/enhanced/classlib/trunk/modules/luni/build.xml

Author: hindessm
Date: Tue Jul 14 21:52:35 2009
New Revision: 794083

URL: http://svn.apache.org/viewvc?rev=794083&view=rev
Log:
Modify order of elements for consistency with other compile-tests macros.

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

Modified: harmony/enhanced/classlib/trunk/modules/luni/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/build.xml?rev=794083&r1=794082&r2=794083&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/build.xml Tue Jul 14 21:52:35 2009
@@ -498,10 +498,10 @@
                target="${hy.javac.target}"
                debug="${hy.javac.debug}">
 
-                <compilerarg line="${build.compilerarg}" />
-
                 <javac-elements />
 
+                <compilerarg line="${build.compilerarg}" />
+
                 <bootclasspath>
                     <fileset dir="${hy.jdk}/jre/lib/boot">
                         <include name="**/*.jar" />