diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:00:17 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:00:17 +0000 |
commit | ac2709f5416f8b9fd6b4fcd270d3794cf9e46681 (patch) | |
tree | 4569131314328eb05531d7baa5ecfed561c2e22b /pdf-over-gui/src/main/resources/scripts | |
parent | 9b2b35abfe8a454c1b4038489025977c9f31a30d (diff) | |
download | pdf-over-ac2709f5416f8b9fd6b4fcd270d3794cf9e46681.tar.gz pdf-over-ac2709f5416f8b9fd6b4fcd270d3794cf9e46681.tar.bz2 pdf-over-ac2709f5416f8b9fd6b4fcd270d3794cf9e46681.zip |
Move izpack stuff to resources, add icons dir
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@75 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/scripts')
3 files changed, 5 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/scripts/pdfover_linux.sh b/pdf-over-gui/src/main/resources/scripts/pdfover_linux.sh new file mode 100644 index 00000000..b785db7c --- /dev/null +++ b/pdf-over-gui/src/main/resources/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/resources/scripts/pdfover_mac.sh b/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh new file mode 100644 index 00000000..b785db7c --- /dev/null +++ b/pdf-over-gui/src/main/resources/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/resources/scripts/pdfover_win.bat b/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat new file mode 100644 index 00000000..222bd263 --- /dev/null +++ b/pdf-over-gui/src/main/resources/scripts/pdfover_win.bat @@ -0,0 +1 @@ +..\lib\pdf-over-gui-4.0.0-SNAPSHOT.jar %*
\ No newline at end of file |