Mercurial > hg > Applications > AliceVNC
diff build.gradle @ 36:e6e5b45c921d
set manifest
author | sugi |
---|---|
date | Sun, 07 Dec 2014 18:30:44 +0900 |
parents | 6f5986d8ecd5 |
children | 08a14d094d02 |
line wrap: on
line diff
--- a/build.gradle Thu Nov 13 16:09:09 2014 +0900 +++ b/build.gradle Sun Dec 07 18:30:44 2014 +0900 @@ -19,7 +19,10 @@ jar { manifest { - attributes 'Implementation-Title': 'Gradle Quickstart', 'Implementation-Version': version + attributes 'Main-Class': 'jp.ac.u_ryukyu.alicevnc.StartAliceVNC', + 'Implementation-Version': "2.7.2", + 'Implementation-Title': 'TightVNC', + 'Implementation-Vendor': 'GlavSoft LLC.' } from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } archiveName = 'AliceVNC.jar'