diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 18:59:19 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 18:59:19 +0000 |
commit | ac47a525b1338100c7489ec60fed24ce10f57394 (patch) | |
tree | a878ee56023a9d04afaedd96306a5fd78fdd8b48 /pdf-over-gui/src/main/scripts | |
parent | 7b3d85e31537acc7da994aebeece26bbdf2ecc7a (diff) | |
download | pdf-over-ac47a525b1338100c7489ec60fed24ce10f57394.tar.gz pdf-over-ac47a525b1338100c7489ec60fed24ce10f57394.tar.bz2 pdf-over-ac47a525b1338100c7489ec60fed24ce10f57394.zip |
Installer generation first commit
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@68 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/scripts')
-rw-r--r-- | pdf-over-gui/src/main/scripts/pdfover_linux.sh | 2 | ||||
-rw-r--r-- | pdf-over-gui/src/main/scripts/pdfover_mac.sh | 2 | ||||
-rw-r--r-- | pdf-over-gui/src/main/scripts/pdfover_win.bat | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/scripts/pdfover_linux.sh b/pdf-over-gui/src/main/scripts/pdfover_linux.sh new file mode 100644 index 00000000..b785db7c --- /dev/null +++ b/pdf-over-gui/src/main/scripts/pdfover_linux.sh @@ -0,0 +1,2 @@ +#!/bin/sh +java -cp "lib/*" at.asit.pdfover.gui.Main
\ No newline at end of file diff --git a/pdf-over-gui/src/main/scripts/pdfover_mac.sh b/pdf-over-gui/src/main/scripts/pdfover_mac.sh new file mode 100644 index 00000000..b785db7c --- /dev/null +++ b/pdf-over-gui/src/main/scripts/pdfover_mac.sh @@ -0,0 +1,2 @@ +#!/bin/sh +java -cp "lib/*" at.asit.pdfover.gui.Main
\ No newline at end of file diff --git a/pdf-over-gui/src/main/scripts/pdfover_win.bat b/pdf-over-gui/src/main/scripts/pdfover_win.bat new file mode 100644 index 00000000..222bd263 --- /dev/null +++ b/pdf-over-gui/src/main/scripts/pdfover_win.bat @@ -0,0 +1 @@ +..\lib\pdf-over-gui-4.0.0-SNAPSHOT.jar %*
\ No newline at end of file |