Author: mvw Date: 2008-05-16 23:08:43-0700 New Revision: 14758 Modified: trunk/documentation/cookbook/building.xml
Log: Describe the fix from issue 5078 that turned out quite profitable. Modified: trunk/documentation/cookbook/building.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/cookbook/building.xml?view=diff&rev=14758&p1=trunk/documentation/cookbook/building.xml&p2=trunk/documentation/cookbook/building.xml&r1=14757&r2=14758 ============================================================================== --- trunk/documentation/cookbook/building.xml (original) +++ trunk/documentation/cookbook/building.xml 2008-05-16 23:08:43-0700 @@ -814,6 +814,28 @@ <tbody valign="top"> <row> + <entry>svn:eol-style</entry> + <entry>CRLF</entry> + <entry> +All Windows batch files: *.bat. +<!-- See issue 5078. --> +</entry> + </row> + </tbody> + + <tbody valign="top"> + <row> + <entry>svn:eol-style</entry> + <entry>LF</entry> + <entry> +All Linux shell files: *.sh. +<!-- See issue 5078. --> +</entry> + </row> + </tbody> + + <tbody valign="top"> + <row> <entry>svn:executable</entry> <entry>*</entry> <entry> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
