Revision: 6266
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6266&view=rev
Author: manningr
Date: 2011-05-18 01:03:04 +0000 (Wed, 18 May 2011)
Log Message:
-----------
Bug #3303174(Installer hangs on linux) Updated to 4.3.4 version of the izpack compiler. Also, fixed the property format for izpack-standalone-compiler to be consistent with all others.
Modified Paths:
--------------
trunk/sql12/installer/pom.xml
trunk/sql12/pom.xml
Modified: trunk/sql12/installer/pom.xml
===================================================================
--- trunk/sql12/installer/pom.xml 2011-05-18 00:41:30 UTC (rev 6265)
+++ trunk/sql12/installer/pom.xml 2011-05-18 01:03:04 UTC (rev 6266)
@@ -155,7 +155,7 @@
<dependency>
<groupId>org.codehaus.izpack</groupId>
<artifactId>izpack-standalone-compiler</artifactId>
- <version>${izpack-standalone.version}</version>
+ <version>${izpack-standalone-version}</version>
</dependency>
</dependencies>
<configuration>
Modified: trunk/sql12/pom.xml
===================================================================
--- trunk/sql12/pom.xml 2011-05-18 00:41:30 UTC (rev 6265)
+++ trunk/sql12/pom.xml 2011-05-18 01:03:04 UTC (rev 6266)
@@ -89,7 +89,7 @@
<fest-version>1.2.1</fest-version>
<gsbase-version>2.0.1</gsbase-version>
<hibernate-annotations-version>3.3.0.ga</hibernate-annotations-version>
- <izpack-standalone.version>4.3.1</izpack-standalone.version>
+ <izpack-standalone-version>4.3.4</izpack-standalone-version>
<izpack-plugin-version>1.0-alpha-4</izpack-plugin-version>
<junit-version>4.4</junit-version>
<jgoodies-forms-version>1.0.5</jgoodies-forms-version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|