Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-other-installer
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10704/squirrelsql-other-installer
Modified Files:
pom.xml
Log Message:
Added dbdiff and netezza plugins to the installer.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/squirrelsql-other-installer/pom.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pom.xml 27 Sep 2009 07:51:38 -0000 1.11
--- pom.xml 18 Mar 2010 00:39:05 -0000 1.12
***************
*** 151,154 ****
--- 151,162 ----
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>dbdiff</artifactId>
+ <version>${project.version}</version>
+ <classifier>assembly</classifier>
+ <type>zip</type>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>db2</artifactId>
<version>${project.version}</version>
***************
*** 221,224 ****
--- 229,240 ----
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>netezza</artifactId>
+ <version>${project.version}</version>
+ <classifier>assembly</classifier>
+ <type>zip</type>
+ </dependency>
+
<dependency>
<groupId>${project.groupId}</groupId>
|