Browse Subversion Repository
Diff of /jpki-pdf-signer/trunk/build.gradle
Parent Directory
| Revision Log
| Patch
| 45 |
manifest { |
manifest { |
| 46 |
attributes "Specification-Version": "${project.version}" |
attributes "Specification-Version": "${project.version}" |
| 47 |
attributes "Main-Class" : "net.osdn.jpki.pdf_signer.Main" |
attributes "Main-Class" : "net.osdn.jpki.pdf_signer.Main" |
|
attributes "Splashscreen-Image": "img/splash.png" |
|
| 48 |
attributes "Class-Path": sourceSets.main.runtimeClasspath.collect { "lib/$it.name" }.join(' ') |
attributes "Class-Path": sourceSets.main.runtimeClasspath.collect { "lib/$it.name" }.join(' ') |
| 49 |
} |
} |
| 50 |
into('net/osdn/jpki/pdf_signer') { |
into('net/osdn/jpki/pdf_signer') { |
| 80 |
args "-A", "x64", |
args "-A", "x64", |
| 81 |
"-g", |
"-g", |
| 82 |
"-t", "11", |
"-t", "11", |
| 83 |
"-a", "-Xms256m -Xmx1024m", |
"-a", "-Xms256m -Xmx768m", |
| 84 |
"-e", "SHARED", |
"-e", "SHARED", |
| 85 |
"-j", "${jar.archiveFile.get()}", |
"-j", "${jar.archiveFile.get()}", |
| 86 |
"-i", "etc/ico/app.ico", |
"-i", "etc/ico/app.ico", |
| 87 |
"-o", "${buildDir}/package/${archivesBaseName}.exe", |
"-o", "${buildDir}/package/${archivesBaseName}.exe", |
| 88 |
"-p", "JPKI PDF SIGNER", |
"-p", "JPKI PDF SIGNER", |
| 89 |
"-d", "JPKI PDF SIGNER", |
"-d", "JPKI PDF SIGNER", |
| 90 |
"-c", "(C) 2017-2020 HIRUKAWA Ryo", |
"-c", "(C) 2017-2023 HIRUKAWA Ryo", |
| 91 |
"-V", "${version}", |
"-V", "${version}", |
| 92 |
"-v", "${version}" |
"-v", "${version}" |
| 93 |
} |
} |
|
|
Legend:
| Removed from v.67 |
|
| changed lines |
| |
Added in v.68 |
|
|
| |