From b38409595346e3caabe63aca51c3ff7dadd9d092 Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 10 Apr 2013 19:39:32 +0000 Subject: Use launch4j instead of winrun4j Executables are generated on build by maven Should fix 64bit Java problems git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@436 174cde9d-5d70-4d2a-aa98-46368bc2aaf7 --- pdf-over-gui/pom.xml | 137 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 131 insertions(+), 6 deletions(-) (limited to 'pdf-over-gui/pom.xml') diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 812a39c5..ba789bbb 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -164,9 +164,6 @@ lib-swt/swt-${target.name}-* scripts/* ReadMe.txt - PDF-Over.exe - PDF-Over.ini - PDF-Over-Un.ini @@ -177,6 +174,137 @@ + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + package + + execute + + + + project.properties["version.exe"] = project.version.split("-")[0] + ".0"; + + + + + + + + com.akathist.maven.plugins.launch4j + launch4j-maven-plugin + 1.5.2 + + + l4j-gui + package + + launch4j + + + gui + true + lib/${artifactId}-${version}.jar + ${staging.dir}/PDF-Over.exe + Error + + at.asit.pdfover.gui.Main + lib/ + + . + src/main/resources/icons/icon.ico + + 1.6.0 + + + ${version.exe} + ${version} + PDF-Over PDF signer + (C) 2012 A-SIT + ${version.exe} + ${version} + PDF-Over + PDF-Over + PDF-Over.exe + + + + + l4j-cli + package + + launch4j + + + console + true + lib/${artifactId}-${version}.jar + ${staging.dir}/PDF-Over-cli.exe + Error + + at.asit.pdfover.gui.Main + lib/ + + . + src/main/resources/icons/icon.ico + + 1.6.0 + + + ${version.exe} + ${version} + PDF-Over PDF signer CLI + (C) 2012 A-SIT + ${version.exe} + ${version} + PDF-Over + PDF-Over-cli + PDF-Over-cli.exe + + + + + l4j-uninst + package + + launch4j + + + gui + true + uninstaller.jar + ${staging.dir}/Uninstaller.exe + Error + + com.izforge.izpack.uninstaller.Uninstaller + false + uninstaller.jar + + . + src/main/resources/icons/icon.ico + + 1.6.0 + + + ${version.exe} + ${version} + PDF-Over Uninstaller + A-SIT (Secure Information Technology Center - Austria) + ${version.exe} + ${version} + PDF-Over + Uninstaller + Uninstaller.exe + + + + + + org.codehaus.izpack izpack-maven-plugin @@ -213,9 +341,6 @@ scripts/* ReadMe.txt keystore.jks - PDF-Over.exe - PDF-Over.ini - PDF-Over-Un.ini -- cgit v1.2.3