diff options
| author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:20:07 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:20:07 +0000 | 
| commit | 797f5ad4b8384a5da6538c116d2ed431b2e777cb (patch) | |
| tree | 7a6230c509d4cb1fdb2bce4ac55c5bf24821cf79 | |
| parent | b659b1276ab834414484906aae75c9dbc2d9cdbe (diff) | |
| download | pdf-over-797f5ad4b8384a5da6538c116d2ed431b2e777cb.tar.gz pdf-over-797f5ad4b8384a5da6538c116d2ed431b2e777cb.tar.bz2 pdf-over-797f5ad4b8384a5da6538c116d2ed431b2e777cb.zip | |
Use launcher for windows (WinRun4J)
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@264 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
| -rw-r--r-- | pdf-over-gui/pom.xml | 4 | ||||
| -rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 2 | ||||
| -rw-r--r-- | pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml | 12 | ||||
| -rw-r--r-- | pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml | 12 | 
4 files changed, 16 insertions, 14 deletions
| diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 23ddf1ca..64843859 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -170,6 +170,8 @@  										<include>icons/*</include>  										<include>lib-swt/swt-${target.name}-*</include>  										<include>scripts/*</include> +										<include>PDF-Over.exe</include> +										<include>PDF-Over.ini</include>  									</includes>  								</resource>  								<resource> @@ -215,6 +217,8 @@  					<exclude>lib-swt/*</exclude>  					<exclude>scripts/*</exclude>  					<exclude>keystore.jks</exclude> +					<exclude>PDF-Over.exe</exclude> +					<exclude>PDF-Over.ini</exclude>  				</excludes>  			</resource>  		</resources> diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index 30197c98..2ece958d 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -60,6 +60,8 @@  			<file src="lib-swt" targetdir="$INSTALL_PATH" />  			<file src="scripts" targetdir="$INSTALL_PATH" />  			<file src="icons" targetdir="$INSTALL_PATH" /> +			<file src="PDF-Over.exe" targetdir="$INSTALL_PATH" os="windows"/> +			<file src="PDF-Over.ini" targetdir="$INSTALL_PATH" os="windows"/>  			<executable targetfile="$INSTALL_PATH/scripts/pdfover_linux.sh"  				os="unix" stage="never"></executable>  			<executable targetfile="$INSTALL_PATH/scripts/pdfover_win.bat" diff --git a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml index 0b49d104..d80d2512 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml @@ -1,9 +1,8 @@  <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>  <shortcuts> -	<!-- <skipIfNotSupported/>  --> -  <programGroup defaultName="PDF-Over" -  location="applications"/> +  <!-- <skipIfNotSupported/>  --> +  <programGroup defaultName="PDF-Over" location="applications"/>    <shortcut       name="PDF-Over" @@ -12,7 +11,7 @@       applications="no"       startMenu="no"       startup="no" -     target="$INSTALL_PATH/scripts/pdfover_win.bat" +     target="$INSTALL_PATH/PDF-Over.exe"       commandLine=""       workingDirectory="$INSTALL_PATH"       description="PDF-Over 4.0" @@ -20,10 +19,10 @@       iconIndex="0"       type="Application"       encoding="UTF-8" -     initialState="minimized"> +     initialState="normal">       <createForPack name="main"/>     </shortcut> -    +     <shortcut       name="Uninstall PDF-Over"       programGroup="yes" @@ -40,5 +39,4 @@       initialState="minimized">       <createForPack name="main"/>     </shortcut> -  </shortcuts>
\ No newline at end of file diff --git a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml index 767b2d9c..c2a6b83a 100644 --- a/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml +++ b/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml @@ -1,9 +1,8 @@  <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>  <shortcuts> -	<!-- <skipIfNotSupported/>  --> -  <programGroup defaultName="PDF-Over" -  location="applications"/> +  <!-- <skipIfNotSupported/>  --> +  <programGroup defaultName="PDF-Over" location="applications"/>    <shortcut       name="PDF-Over" @@ -12,7 +11,7 @@       applications="no"       startMenu="no"       startup="no" -     target="$INSTALL_PATH/scripts/pdfover_win.bat" +     target="$INSTALL_PATH/PDF-Over.exe"       commandLine=""       workingDirectory="$INSTALL_PATH"       description="PDF-Over 4.0" @@ -20,10 +19,10 @@       iconIndex="0"       type="Application"       encoding="UTF-8" -     initialState="minimized"> +     initialState="normal">       <createForPack name="main"/>     </shortcut> -    +     <shortcut       name="PDF-Over deinstallieren"       programGroup="yes" @@ -40,5 +39,4 @@       initialState="minimized">       <createForPack name="main"/>     </shortcut> -  </shortcuts>
\ No newline at end of file | 
