You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "ppkarwasz (via GitHub)" <gi...@apache.org> on 2023/02/08 09:57:24 UTC

[GitHub] [logging-log4j-tools] ppkarwasz commented on pull request #30: Normalize line endings

ppkarwasz commented on PR #30:
URL: https://github.com/apache/logging-log4j-tools/pull/30#issuecomment-1422329463

   This doesn't work as expected, since `flatten-maven-plugin` has these nice lines:
   
   ```lang-java
           if ( System.getProperty( "os.name" ).contains( "Windows" ) )
           {
               data = data.replace( "\n", "\r\n" );
           }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org