diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-12 12:09:30 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-12 12:09:30 +0200 |
commit | 51abe6d862af54d6bc963ded55fa31b509766f7f (patch) | |
tree | 7ba76ee147464676bee976e2d5ee88c9b434a53a /pdf-over-gui | |
parent | a4adbdd4fba35704234e63ff067cfe9986b99296 (diff) | |
download | pdf-over-51abe6d862af54d6bc963ded55fa31b509766f7f.tar.gz pdf-over-51abe6d862af54d6bc963ded55fa31b509766f7f.tar.bz2 pdf-over-51abe6d862af54d6bc963ded55fa31b509766f7f.zip |
disable launch4j trying to build izpack-based uninstaller
Diffstat (limited to 'pdf-over-gui')
-rw-r--r-- | pdf-over-gui/pom.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 241d5996..bf1984fd 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -420,41 +420,6 @@ </versionInfo> </configuration> </execution> - <execution> - <id>l4j-uninst</id> - <phase>none</phase> - <goals> - <goal>launch4j</goal> - </goals> - <configuration> - <headerType>gui</headerType> - <dontWrapJar>true</dontWrapJar> - <jar>uninstaller.jar</jar> - <outfile>${pdfover-build.staging-dir}/Uninstaller.exe</outfile> - <errTitle>Error</errTitle> - <classPath> - <mainClass>com.izforge.izpack.uninstaller.Uninstaller</mainClass> - <addDependencies>false</addDependencies> - <preCp>uninstaller.jar</preCp> - </classPath> - <chdir>.</chdir> - <icon>src/main/resources/icons/icon.ico</icon> - <jre> - <path>jre</path> - </jre> - <versionInfo> - <fileVersion>${pdfover-build.version.majorVersion}.${pdfover-build.version.minorVersion}.${pdfover-build.version.incrementalVersion}.0</fileVersion> - <txtFileVersion>${project.version}</txtFileVersion> - <fileDescription>PDF-Over Uninstaller</fileDescription> - <copyright>A-SIT (Secure Information Technology Center - Austria)</copyright> - <productVersion>${pdfover-build.version.majorVersion}.${pdfover-build.version.minorVersion}.${pdfover-build.version.incrementalVersion}.0</productVersion> - <txtProductVersion>${project.version}</txtProductVersion> - <productName>PDF-Over</productName> - <internalName>Uninstaller</internalName> - <originalFilename>Uninstaller.exe</originalFilename> - </versionInfo> - </configuration> - </execution> </executions> </plugin> </plugins> |