summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-11-09 15:26:48 +0100
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-11-09 15:26:48 +0100
commit285a02799aecd42045bc7715555c1fde21bdaf9b (patch)
tree697d3008215e0975618f45f134d774f9bf22a231
parent13fe0fa7e3b350f632aff36296a4beb9adb48e84 (diff)
downloadpdf-over-285a02799aecd42045bc7715555c1fde21bdaf9b.tar.gz
pdf-over-285a02799aecd42045bc7715555c1fde21bdaf9b.tar.bz2
pdf-over-285a02799aecd42045bc7715555c1fde21bdaf9b.zip
Use launcher for windows (WinRun4J)
-rw-r--r--trunk/pdf-over-gui/pom.xml4
-rw-r--r--trunk/pdf-over-gui/src/main/resources/izpack/install.xml2
-rw-r--r--trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml12
-rw-r--r--trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml12
4 files changed, 16 insertions, 14 deletions
diff --git a/trunk/pdf-over-gui/pom.xml b/trunk/pdf-over-gui/pom.xml
index 23ddf1ca..64843859 100644
--- a/trunk/pdf-over-gui/pom.xml
+++ b/trunk/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/trunk/pdf-over-gui/src/main/resources/izpack/install.xml b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml
index 30197c98..2ece958d 100644
--- a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml
+++ b/trunk/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/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml
index 0b49d104..d80d2512 100644
--- a/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml
+++ b/trunk/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/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml
index 767b2d9c..c2a6b83a 100644
--- a/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml
+++ b/trunk/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