diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:13:27 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:13:27 +0000 |
commit | b77ecbea0eaf4ebaa6d5f7a4be8cc35a4d9e2f13 (patch) | |
tree | 6da33202d71c80ef88ccefe89cdf18a664ff8820 /pdf-over-gui/src | |
parent | 20edbf4860661c63fc6353676eadbdbd00e91775 (diff) | |
download | pdf-over-b77ecbea0eaf4ebaa6d5f7a4be8cc35a4d9e2f13.tar.gz pdf-over-b77ecbea0eaf4ebaa6d5f7a4be8cc35a4d9e2f13.tar.bz2 pdf-over-b77ecbea0eaf4ebaa6d5f7a4be8cc35a4d9e2f13.zip |
Remove email from installer to make it fit to window
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@204 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src')
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index fc7dd77d..f80fbc6a 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -9,7 +9,7 @@ <javaversion>1.6</javaversion> <authors> <author name="A-SIT (Secure Information Technology Center - Austria)" - email="office@a-sit.at" /> + email="" /> </authors> <uninstaller /> <url>http://www.a-sit.at/</url> |