summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-05-12 12:09:30 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-05-12 12:09:30 +0200
commit51abe6d862af54d6bc963ded55fa31b509766f7f (patch)
tree7ba76ee147464676bee976e2d5ee88c9b434a53a
parenta4adbdd4fba35704234e63ff067cfe9986b99296 (diff)
downloadpdf-over-51abe6d862af54d6bc963ded55fa31b509766f7f.tar.gz
pdf-over-51abe6d862af54d6bc963ded55fa31b509766f7f.tar.bz2
pdf-over-51abe6d862af54d6bc963ded55fa31b509766f7f.zip
disable launch4j trying to build izpack-based uninstaller
-rw-r--r--pdf-over-gui/pom.xml35
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>