This is an automated email from the ASF dual-hosted git repository.

donaldp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildr.git.


    from 9875707  Merge pull request #42 from 
olleolleolle/fix/avoid-warnings-in-artifact-namespace
     new 5511bae  Changed references to `https://repo1.maven.org/maven2` to use 
https where possible
     new 570ddc6  Ensure files end with a new line and have no lines with 
trailing whitespace
     new 37ec562  Use the `zapwhite` gem to manage file whitespace within 
repository
     new 678418c  Remove references to http://www.ibiblio.org/maven2/
     new 1b83597  Merge branch 'master' of 
https://git-wip-us.apache.org/repos/asf/buildr

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitattributes                                     | 25 +++++++++++++++++++++
 .gitignore                                         |  2 +-
 CHANGELOG                                          |  4 ++++
 addon/buildr/jetty.rb                              |  2 +-
 all-in-one/buildr.cmd                              |  2 +-
 buildr.buildfile                                   |  4 ++--
 buildr.gemspec                                     |  2 ++
 doc/artifacts.textile                              |  4 ++--
 doc/projects.textile                               |  2 +-
 doc/quick_start.textile                            |  6 ++---
 lib/buildr/core/generate.rb                        |  4 ++--
 lib/buildr/kotlin/compiler.rb                      |  6 ++---
 .../org/apache/buildr/KotlinMessageCollector.java  |  8 +++----
 lib/buildr/packaging/archive.rb                    | 10 ++++-----
 lib/buildr/packaging/artifact_search.rb            |  2 +-
 lib/buildr/packaging/tar.rb                        | 10 ++++-----
 spec/ide/idea_spec.rb                              |  2 +-
 spec/java/ecj_spec.rb                              |  4 ++--
 spec/kotlin/compiler_spec.rb                       | 10 ++++-----
 spec/packaging/archive_spec.rb                     |  4 ++--
 spec/packaging/artifact_spec.rb                    | 10 ++++-----
 spec/sandbox.rb                                    |  2 +-
 tests/BUILDR-320/Buildfile                         | 26 +++++++++++-----------
 tests/JavaSystemProperty/Buildfile                 |  2 +-
 tests/compile_with_parent/Buildfile                |  9 ++++----
 tests/generateFromPom/pom.xml                      |  2 +-
 tests/helloWorld/Buildfile                         |  6 ++---
 tests/helloWorldEcj/Buildfile                      |  2 +-
 tests/include_as/Buildfile                         |  6 ++---
 tests/include_path/Buildfile                       |  6 ++---
 tests/integration_testing.rb                       |  2 +-
 tests/junit3/Buildfile                             |  6 ++---
 tests/package_war_as_jar/Buildfile                 |  7 +++---
 tests/run_jetty6/Buildfile                         |  8 +++----
 tests/run_jetty6/src/main/java/MainServlet.java    |  4 ++--
 tests/run_jetty6/src/main/webapp/WEB-INF/web.xml   |  4 ++--
 tests/run_jetty9/Buildfile                         |  8 +++----
 tests/run_jetty9/src/main/java/MainServlet.java    |  4 ++--
 tests/run_jetty9/src/main/webapp/WEB-INF/web.xml   |  4 ++--
 39 files changed, 130 insertions(+), 101 deletions(-)
 create mode 100644 .gitattributes

Reply via email to