You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/02/07 06:31:56 UTC

svn commit: r504441 - /harmony/enhanced/classlib/trunk/make/properties.xml

Author: smishura
Date: Tue Feb  6 21:31:55 2007
New Revision: 504441

URL: http://svn.apache.org/viewvc?view=rev&rev=504441
Log:
Apply patch for HARMONY-3120:
[classlib][ex-lists] exclude list should be processed properly even if no new-line at the file end.

Modified:
    harmony/enhanced/classlib/trunk/make/properties.xml

Modified: harmony/enhanced/classlib/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/properties.xml?view=diff&rev=504441&r1=504440&r2=504441
==============================================================================
--- harmony/enhanced/classlib/trunk/make/properties.xml (original)
+++ harmony/enhanced/classlib/trunk/make/properties.xml Tue Feb  6 21:31:55 2007
@@ -389,7 +389,7 @@
            <echo message="" file="${@{moduleName}.tmpFile}"/>
            <basename file="${@{moduleName}.tmpFile}"
                      property="@{moduleName}.tmpFileName" />
-           <concat destfile="@{result}" force="yes">
+           <concat destfile="@{result}" force="yes" fixlastline="yes" >
                <filelist dir="@{dir}"
                    files="${@{moduleName}.fname1} ${@{moduleName}.fname2} ${@{moduleName}.fname3} ${@{moduleName}.tmpFileName}"/>
            </concat>