Revision: 5664
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5664&view=rev
Author: manningr
Date: 2010-07-05 18:23:35 +0000 (Mon, 05 Jul 2010)
Log Message:
-----------
Added missing appsubpath and polish translation jar.
Modified Paths:
--------------
trunk/mavenize/squirrelsql-other-installer/src/main/resources/izpack-other.xml
Modified: trunk/mavenize/squirrelsql-other-installer/src/main/resources/izpack-other.xml
===================================================================
--- trunk/mavenize/squirrelsql-other-installer/src/main/resources/izpack-other.xml 2010-07-05 15:09:21 UTC (rev 5663)
+++ trunk/mavenize/squirrelsql-other-installer/src/main/resources/izpack-other.xml 2010-07-05 18:23:35 UTC (rev 5664)
@@ -2,6 +2,7 @@
<info>
<appname>SQuirreL SQL Client</appname>
+ <appsubpath>squirrel-sql-${squirrel.version}</appsubpath>
<appversion>${squirrel.version}</appversion>
<authors>
<author email="ger...@us..." name="Gerd Wagner" />
@@ -351,6 +352,13 @@
<file targetdir="$INSTALL_PATH/lib" src="translations/squirrel-sql_ko_KR.jar" />
</pack>
+ <pack required="no" preselected="no" installGroups="Translations" name="Optional Translation - Polish">
+ <description>
+ Provides native labels and user messages for use in a Polish locale (Miron Sadziak)
+ </description>
+ <file targetdir="$INSTALL_PATH/lib" src="translations/squirrel-sql_pl.jar" />
+ </pack>
+
<pack required="no" preselected="no" installGroups="Translations" name="Optional Translation - Russian">
<description>
Provides native labels and user messages for use in a Russian locale (Dmitry Matyukhin)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|