Fix test to work on any combination of OS & eol type.

Change line endings for generated script as it's most likely to run in a unix environment.
Normalize line endings when comparing scripts to work with any combination of OS & line endings (for tests running on Windows mostly). On Windows you can have both CRLF or LF line endings in the files (or even mixed), depending on how git is configured. That's out of our control so try to support any environment.

The recommended confgiuration is "git --global core.autocrlf true", but Apache Jenkins machines have "core.autocrlf" set to "input". The former will lead to CRLF line endings, the latter to LF line endings on checkout.
2 files changed
tree: 081e2dec339caca335054d5ac30d2f45450b5347
  1. examples/
  2. karaf/
  3. qa/
  4. sandbox/
  5. software/
  6. .gitattributes
  7. .gitignore
  8. LICENSE
  9. NOTICE
  10. pom.xml
  11. README.md
README.md

Brooklyn

Library of Entities for Apache Brooklyn

This sub-project contains various entities not needed for Brooklyn, but useful in practice as building blocks, including entities for webapps, datastores, and more.