summaryrefslogtreecommitdiff
path: root/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml
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/izpack/unix_shortcutSpec.xml
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/izpack/unix_shortcutSpec.xml')
-rw-r--r--pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml
new file mode 100644
index 00000000..05e8bee8
--- /dev/null
+++ b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+
+<shortcuts>
+ <!-- <skipIfNotSupported/> -->
+ <programGroup defaultName="PDFOver"
+ location="applications"/>
+
+ <shortcut
+ name="PDFOver"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="yes"
+ startup="no"
+ target="$INSTALL_PATH/scripts/pdfover_linux.sh"
+ commandLine=""
+ workingDirectory="$INSTALL_PATH"
+ description="PDFOver 4.0"
+ iconFile="$INSTALL_PATH/icons/pdfover.png"
+ iconIndex="0"
+ type="Application"
+ encoding="UTF-8"
+ terminal="false"
+ KdeSubstUID="false"
+ initialState="normal">
+ <createForPack name="main"/>
+ </shortcut>
+
+</shortcuts> \ No newline at end of file