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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists