Improve packaging information.

This commit is contained in:
Chris Rankin 2017-02-10 13:44:59 +00:00
parent 0a1632a0d5
commit 6b86ee415b
2 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ task javapackage(dependsOn: 'distZip') {
ant.deploy(nativeBundles: "$packageType", outdir: "$buildDir/exedir", outfile: 'DemoBench', verbose: 'true') {
application(name: 'DemoBench', version: "$pkg_version", mainClass: "$mainClassName")
info(title: 'DemoBench', vendor: 'R3', description: 'A sales and educational tool for demonstrating Corda.')
resources {
fileset(dir: "$dist_source/lib", type: 'jar') {
include(name: '*.jar')

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB