diff options
author | tkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459> | 2012-10-31 16:36:20 +0000 |
---|---|---|
committer | tkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459> | 2012-10-31 16:36:20 +0000 |
commit | 3a06463280429d89d6e26972c4702da6bc9974f7 (patch) | |
tree | 89455c52559efe5f77d7430674c82dd95f0909fd /trunk/pdf-over-gui/src/main/scripts | |
parent | d22e316d99aed7657e9e6ba65cec2882cad219d2 (diff) | |
download | pdf-over-3a06463280429d89d6e26972c4702da6bc9974f7.tar.gz pdf-over-3a06463280429d89d6e26972c4702da6bc9974f7.tar.bz2 pdf-over-3a06463280429d89d6e26972c4702da6bc9974f7.zip |
Move izpack stuff to resources, add icons dir
git-svn-id: https://svn.iaik.tugraz.at/svn/egiz/prj/current/12PDF-OVER-4.0@12661 3a0b52a2-8410-0410-bc02-ff6273a87459
Diffstat (limited to 'trunk/pdf-over-gui/src/main/scripts')
-rw-r--r-- | trunk/pdf-over-gui/src/main/scripts/pdfover_linux.sh | 2 | ||||
-rw-r--r-- | trunk/pdf-over-gui/src/main/scripts/pdfover_mac.sh | 2 | ||||
-rw-r--r-- | trunk/pdf-over-gui/src/main/scripts/pdfover_win.bat | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/trunk/pdf-over-gui/src/main/scripts/pdfover_linux.sh b/trunk/pdf-over-gui/src/main/scripts/pdfover_linux.sh deleted file mode 100644 index b785db7c..00000000 --- a/trunk/pdf-over-gui/src/main/scripts/pdfover_linux.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -java -cp "lib/*" at.asit.pdfover.gui.Main
\ No newline at end of file diff --git a/trunk/pdf-over-gui/src/main/scripts/pdfover_mac.sh b/trunk/pdf-over-gui/src/main/scripts/pdfover_mac.sh deleted file mode 100644 index b785db7c..00000000 --- a/trunk/pdf-over-gui/src/main/scripts/pdfover_mac.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -java -cp "lib/*" at.asit.pdfover.gui.Main
\ No newline at end of file diff --git a/trunk/pdf-over-gui/src/main/scripts/pdfover_win.bat b/trunk/pdf-over-gui/src/main/scripts/pdfover_win.bat deleted file mode 100644 index 222bd263..00000000 --- a/trunk/pdf-over-gui/src/main/scripts/pdfover_win.bat +++ /dev/null @@ -1 +0,0 @@ -..\lib\pdf-over-gui-4.0.0-SNAPSHOT.jar %*
\ No newline at end of file |