Revision: 5647
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5647&view=rev
Author: manningr
Date: 2010-06-20 22:46:36 +0000 (Sun, 20 Jun 2010)
Log Message:
-----------
Added DBDiff and Netezza plugins
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-06-20 22:45:09 UTC (rev 5646)
+++ trunk/mavenize/squirrelsql-other-installer/src/main/resources/izpack-other.xml 2010-06-20 22:46:36 UTC (rev 5647)
@@ -124,6 +124,14 @@
<file targetdir="$INSTALL_PATH/plugins" src="plugins/dbcopy" />
</pack>
+ <pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - DBDiff">
+ <description>
+ This optional plugin lets you compare table structure from one database session to another
+ </description>
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbdiff.jar" />
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/dbdiff" />
+ </pack>
+
<pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - DB2">
<description>
This optional plugin adds functionality that is specific to the DB2 DBMS
@@ -196,6 +204,14 @@
<file targetdir="$INSTALL_PATH/plugins" src="plugins/mysql" />
</pack>
+ <pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - Netezza">
+ <description>
+ This optional plugin adds Netezza-specific functionality
+ </description>
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/netezza.jar" />
+ <file targetdir="$INSTALL_PATH/plugins" src="plugins/netezza" />
+ </pack>
+
<pack required="no" preselected="no" installGroups="OptionalPlugins" name="Optional Plugin - Oracle">
<description>
This optional plugin adds Oracle-specific functionality
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|