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/06 12:53:50 UTC

svn commit: r951852 - /harmony/enhanced/java/branches/mrh/classlib/modules/luni/build.xml

Author: hindessm
Date: Sun Jun  6 10:53:50 2010
New Revision: 951852

URL: http://svn.apache.org/viewvc?rev=951852&view=rev
Log:
Fix renaming of .orig files.

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

Modified: harmony/enhanced/java/branches/mrh/classlib/modules/luni/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/branches/mrh/classlib/modules/luni/build.xml?rev=951852&r1=951851&r2=951852&view=diff
==============================================================================
--- harmony/enhanced/java/branches/mrh/classlib/modules/luni/build.xml (original)
+++ harmony/enhanced/java/branches/mrh/classlib/modules/luni/build.xml Sun Jun  6 10:53:50 2010
@@ -133,8 +133,10 @@
             <fileset dir="${fdlibm.dist}" >
                 <include name="fdlibm.h"/>
                 <include name="s_lib_version.c"/>
-                <include name="configure*"/>
-                <include name="Makefile*"/>
+                <include name="configure"/>
+                <include name="configure.in"/>
+                <include name="Makefile"/>
+                <include name="Makefile.in"/>
             </fileset>
             <mapper type="glob" from="*" to="*.orig" />
         </move>