You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/09/17 19:52:36 UTC

[incubator-netbeans-jackpot30] branch master updated (052839d -> 6458ee4)

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

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-jackpot30.git.


    from 052839d  Cleaning up command line Jackpot, trying to fix build and support for JDK 10 and other cleanup.
     add e0596a1  Run RAT, fixing the RAT report.
     add 8505288  Must specify harness when running any target.
     add 89813a8  Improving test stability; adding license and notice files into jars.
     add aa60fee  Excluding binary notice file.
     add 92a185e  Including Byte Buddy, updating LICENSE and NOTICE, tweaking the start script to work on both JDK 8 and JDK 10+.
     new 6458ee4  Merge pull request #2 from jlahoda/rat

The 1 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:
 .travis.yml                                        |   1 +
 NOTICE                                             |   2 +-
 cmdline/ant/build.xml                              |   6 +
 cmdline/build.xml                                  |  44 ++
 cmdline/lib/nbproject/project.properties           |   2 +-
 .../jackpot30/cmdline/lib/CreateStandaloneJar.java |  24 +-
 cmdline/rat-exclusions.txt                         |  38 +
 cmdline/tool/build.xml                             |  26 +-
 cmdline/tool/nbproject/project.properties          |   2 +-
 cmdline/tool/scripts/LICENSE-bin-tool.txt          | 806 +++++++++++++++++++++
 cmdline/tool/scripts/NOTICE-bin-tool.txt           | 111 +++
 cmdline/tool/scripts/README                        |   0
 cmdline/tool/scripts/jackpot                       |   2 +-
 .../modules/jackpot30/cmdline/cfg_hints.xml        |  17 +
 .../modules/jackpot30/cmdline/CreateToolTest.java  |   4 +
 .../modules/jackpot30/cmdline/MainTest.java        |   2 +-
 16 files changed, 1057 insertions(+), 30 deletions(-)
 create mode 100644 cmdline/rat-exclusions.txt
 create mode 100644 cmdline/tool/scripts/LICENSE-bin-tool.txt
 create mode 100644 cmdline/tool/scripts/NOTICE-bin-tool.txt
 delete mode 100644 cmdline/tool/scripts/README


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[incubator-netbeans-jackpot30] 01/01: Merge pull request #2 from jlahoda/rat

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-jackpot30.git

commit 6458ee4bffe10ec1e17d8bb978ceb718b456a3ea
Merge: 052839d 92a185e
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Mon Sep 17 21:52:31 2018 +0200

    Merge pull request #2 from jlahoda/rat
    
    Run RAT, fixing the RAT report.

 .travis.yml                                        |   1 +
 NOTICE                                             |   2 +-
 cmdline/ant/build.xml                              |   6 +
 cmdline/build.xml                                  |  44 ++
 cmdline/lib/nbproject/project.properties           |   2 +-
 .../jackpot30/cmdline/lib/CreateStandaloneJar.java |  24 +-
 cmdline/rat-exclusions.txt                         |  38 +
 cmdline/tool/build.xml                             |  26 +-
 cmdline/tool/nbproject/project.properties          |   2 +-
 cmdline/tool/scripts/LICENSE-bin-tool.txt          | 806 +++++++++++++++++++++
 cmdline/tool/scripts/NOTICE-bin-tool.txt           | 111 +++
 cmdline/tool/scripts/README                        |   0
 cmdline/tool/scripts/jackpot                       |   2 +-
 .../modules/jackpot30/cmdline/cfg_hints.xml        |  17 +
 .../modules/jackpot30/cmdline/CreateToolTest.java  |   4 +
 .../modules/jackpot30/cmdline/MainTest.java        |   2 +-
 16 files changed, 1057 insertions(+), 30 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists