diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:13:49 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:13:49 +0000 |
commit | 3ac3a5cea3e9e3ac6c61dd09dcedc0df13bae203 (patch) | |
tree | a07308223fe83b452775263b23c53e2a03bb4d0f | |
parent | e1eb0589be141d2309622e70b18d108793554c81 (diff) | |
download | pdf-over-3ac3a5cea3e9e3ac6c61dd09dcedc0df13bae203.tar.gz pdf-over-3ac3a5cea3e9e3ac6c61dd09dcedc0df13bae203.tar.bz2 pdf-over-3ac3a5cea3e9e3ac6c61dd09dcedc0df13bae203.zip |
Use OS default LookAndFeel for installers
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@209 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 13 | ||||
-rwxr-xr-x | publish.sh | 2 |
2 files changed, 4 insertions, 11 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index 04aacefc..33e10a35 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -17,16 +17,9 @@ <!-- <run-privileged condition="izpack.windowsinstall.vista|izpack.macinstall|izpack.windowsinstall.7" /> --> </info> - <guiprefs resizable="yes" width="480" height="360"> - <laf name="substance"> - <os family="windows" /> - <os family="unix" /> - <param name="variant" value="mist-silver" /> - </laf> - <laf name="substance"> - <os family="mac" /> - <param name="variant" value="mist-aqua" /> - </laf> + <guiprefs resizable="yes" width="500" height="360"> + <modifier key="useFlags" value="yes" /> + <modifier key="langDisplayType" value="native" /> </guiprefs> <locale> @@ -1,7 +1,7 @@ #!/bin/bash #### CONFIGURE: ###### -PUBLISH_DIR="pub" +PUBLISH_DIR="/srv/apache2/www/pdfover" LOG_DIR="log" VERSION="4.0.0-SNAPSHOT" CODEBASE_URL="http:\/\/abyss.iaik.tugraz.at\/pdfover\/" |