summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-04 16:44:50 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-04-04 16:44:50 +0200
commit755b7a9adfdd7aee63d7891ebc708d6e858ec8de (patch)
treee480e65d441c1ab8b99f9a8c587d4e51c8f958e3
parent2e9a704ce82a9f8f0df2e490f16dae96c4551abd (diff)
downloadpdf-over-755b7a9adfdd7aee63d7891ebc708d6e858ec8de.tar.gz
pdf-over-755b7a9adfdd7aee63d7891ebc708d6e858ec8de.tar.bz2
pdf-over-755b7a9adfdd7aee63d7891ebc708d6e858ec8de.zip
remove pdfover bat files from windows build
-rw-r--r--pdf-over-gui/src/main/resources/izpack/install.xml6
-rw-r--r--pdf-over-gui/src/main/resources/scripts/pdf-over_win-cli.bat3
-rw-r--r--pdf-over-gui/src/main/resources/scripts/pdf-over_win.bat2
-rw-r--r--pdf-over-gui/src/main/resources/scripts/uninstall_win.bat4
4 files changed, 0 insertions, 15 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml
index c8170bd4..1de49f55 100644
--- a/pdf-over-gui/src/main/resources/izpack/install.xml
+++ b/pdf-over-gui/src/main/resources/izpack/install.xml
@@ -69,12 +69,6 @@
os="unix" stage="never"></executable>
<executable targetfile="$INSTALL_PATH/scripts/uninstall_linux.sh"
os="unix" stage="never"></executable>
- <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win.bat"
- os="windows" stage="never"></executable>
- <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win-cli.bat"
- os="windows" stage="never"></executable>
- <executable targetfile="$INSTALL_PATH/scripts/uninstall_win.bat"
- os="windows" stage="never"></executable>
<executable targetfile="$INSTALL_PATH/scripts/pdf-over_mac.sh"
os="mac" stage="never"></executable>
<executable targetfile="$INSTALL_PATH/scripts/postinstall_mac.sh"
diff --git a/pdf-over-gui/src/main/resources/scripts/pdf-over_win-cli.bat b/pdf-over-gui/src/main/resources/scripts/pdf-over_win-cli.bat
deleted file mode 100644
index fb7b7c39..00000000
--- a/pdf-over-gui/src/main/resources/scripts/pdf-over_win-cli.bat
+++ /dev/null
@@ -1,3 +0,0 @@
-@echo off
-start /b /WAIT java -cp "%~dp0\..\lib\*" at.asit.pdfover.gui.Main %*
-
diff --git a/pdf-over-gui/src/main/resources/scripts/pdf-over_win.bat b/pdf-over-gui/src/main/resources/scripts/pdf-over_win.bat
deleted file mode 100644
index 6468e582..00000000
--- a/pdf-over-gui/src/main/resources/scripts/pdf-over_win.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-@echo off
-start /b javaw -cp "%~dp0\..\lib\*" at.asit.pdfover.gui.Main %*
diff --git a/pdf-over-gui/src/main/resources/scripts/uninstall_win.bat b/pdf-over-gui/src/main/resources/scripts/uninstall_win.bat
deleted file mode 100644
index 6377dd51..00000000
--- a/pdf-over-gui/src/main/resources/scripts/uninstall_win.bat
+++ /dev/null
@@ -1,4 +0,0 @@
-@echo off
-pushd %~dp0\..
-start /b Uninstaller\uninstaller.jar
-popd \ No newline at end of file