Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4020
Modified Files:
mavenize.pl
Log Message:
Changed my mind (again) about what to call our dependencies on thirdparty non-maven projects. Since we have many of them (~20), I decided to go with a sub-group of ours that clear identifies them, so that later we might be able to replace them when (if?) those projects drink the kool-aid.
Index: mavenize.pl
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/mavenize.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** mavenize.pl 18 Sep 2009 00:26:41 -0000 1.9
--- mavenize.pl 19 Sep 2009 20:44:29 -0000 1.10
***************
*** 37,41 ****
<dependencies>
<dependency>
! <groupId>com.intersystems.cachedb</groupId>
<artifactId>CacheDB</artifactId>
<version>2008.2.0.526.0</version>
--- 37,41 ----
<dependencies>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>CacheDB</artifactId>
<version>2008.2.0.526.0</version>
***************
*** 46,51 ****
<dependencies>
<dependency>
! <groupId>org.firebird</groupId>
! <artifactId>jaybird-full</artifactId>
<version>2.1.1</version>
</dependency>
--- 46,51 ----
<dependencies>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>jaybird</artifactId>
<version>2.1.1</version>
</dependency>
***************
*** 55,60 ****
<dependencies>
<dependency>
! <groupId>org.rege</groupId>
! <artifactId>isqlj.jar</artifactId>
<version>1.8</version>
</dependency>
--- 55,60 ----
<dependencies>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>isqlj</artifactId>
<version>1.8</version>
</dependency>
***************
*** 64,68 ****
<dependencies>
<dependency>
! <groupId>com.sun</groupId>
<artifactId>treetable</artifactId>
<version>20040121</version>
--- 64,68 ----
<dependencies>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>treetable</artifactId>
<version>20040121</version>
|