diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:30:28 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:30:28 +0000 |
commit | 45c9ef5ffee4431cbdb8c774510f9c357823e275 (patch) | |
tree | 0434056653d03323f99b5b28d85aa7be3a775af3 /pdf-over-gui/src/main/resources/izpack | |
parent | ad375737776c677223d7f34d7dcb95b7a45a2937 (diff) | |
download | pdf-over-45c9ef5ffee4431cbdb8c774510f9c357823e275.tar.gz pdf-over-45c9ef5ffee4431cbdb8c774510f9c357823e275.tar.bz2 pdf-over-45c9ef5ffee4431cbdb8c774510f9c357823e275.zip |
Add hyphen to remaining files
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@354 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/izpack')
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 6 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index 1a487821..aa88d3ab 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -65,13 +65,13 @@ <file src="PDF-Over.ini" targetdir="$INSTALL_PATH" os="windows"/> <file src="PDF-Over-Un.ini" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/> <singlefile src="PDF-Over.exe" target="$INSTALL_PATH/Uninstaller/PDF-Over-Un.exe" os="windows"/> - <executable targetfile="$INSTALL_PATH/scripts/pdfover_linux.sh" + <executable targetfile="$INSTALL_PATH/scripts/pdf-over_linux.sh" os="unix" stage="never"></executable> - <executable targetfile="$INSTALL_PATH/scripts/pdfover_win.bat" + <executable targetfile="$INSTALL_PATH/scripts/pdf-over_win.bat" os="windows" stage="never"></executable> <executable targetfile="$INSTALL_PATH/scripts/uninstall_win.bat" os="windows" stage="never"></executable> - <executable targetfile="$INSTALL_PATH/scripts/pdfover_mac.sh" + <executable targetfile="$INSTALL_PATH/scripts/pdf-over_mac.sh" os="mac" stage="never"></executable> </pack> </packs> diff --git a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml index 141af350..3b69c380 100644 --- a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml @@ -12,7 +12,7 @@ applications="no" startMenu="yes" startup="no" - target="$INSTALL_PATH/scripts/pdfover_linux.sh" + target="$INSTALL_PATH/scripts/pdf-over_linux.sh" commandLine="" workingDirectory="$INSTALL_PATH" description="PDF-Over 4.0" |