summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/scripts
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:00:17 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:00:17 +0000
commitac2709f5416f8b9fd6b4fcd270d3794cf9e46681 (patch)
tree4569131314328eb05531d7baa5ecfed561c2e22b /pdf-over-gui/src/main/resources/scripts
parent9b2b35abfe8a454c1b4038489025977c9f31a30d (diff)
downloadpdf-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')
-rw-r--r--pdf-over-gui/src/main/resources/scripts/pdfover_linux.sh2
-rw-r--r--pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh2
-rw-r--r--pdf-over-gui/src/main/resources/scripts/pdfover_win.bat1
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