Update of /cvsroot/squirrel-sql/mavenize/laf-plugin
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4401/laf-plugin
Modified Files:
pom.xml
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 clearly identifies them, so that later we might be able to replace them when (if?) those projects drink the kool-aid.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/laf-plugin/pom.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pom.xml 19 Sep 2009 12:57:14 -0000 1.8
--- pom.xml 19 Sep 2009 20:47:15 -0000 1.9
***************
*** 73,79 ****
<staging.dir>${project.build.directory}</staging.dir>
<laf.artifactIds>
! squirrelsql-lf-ilf-gpl,squirrelsql-lf-kunststoff,looks,napkinlaf,squirrelsql-lf-nimrodlf,
! squirrelsql-lf-oalnf, squirrelsql-lf-skinlf,squirrelsql-lf-substance,squirrelsql-lf-toniclf,
! squirrelsql-lf-tinylaf
</laf.artifactIds>
</properties>
--- 73,77 ----
<staging.dir>${project.build.directory}</staging.dir>
<laf.artifactIds>
! ilf-gpl,kunststoff,looks,napkinlaf,nimrodlf,oalnf, skinlf,substance,toniclf,tinylaf
</laf.artifactIds>
</properties>
***************
*** 81,91 ****
<dependencies>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
! <artifactId>squirrelsql-lf-ilf-gpl</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
! <artifactId>squirrelsql-lf-kunststoff</artifactId>
<version>2.0.2</version>
</dependency>
--- 79,89 ----
<dependencies>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>ilf-gpl</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>kunststoff</artifactId>
<version>2.0.2</version>
</dependency>
***************
*** 96,114 ****
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
! <artifactId>squirrelsql-lf-metouia</artifactId>
<version>1.0.0-beta</version>
</dependency>
<!--
- I wrote a pom that builds the nimrodlaf jar from source and contributed it to the author - waiting to
- see if he is interested in deploying to maven central. He contacted me and rightly asked, how to do
- this without a repository to rsync from. So I am looking into that now
- -->
- <dependency>
- <groupId>net.sf.squirrel-sql</groupId>
- <artifactId>squirrelsql-lf-nimrodlf</artifactId>
- <version>1.1</version>
- </dependency>
- <!--
Project napkinlaf uses maven, but curiously doesn't deploy to maven central. I filed an issue to
encourage them to:
--- 94,102 ----
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>metouia</artifactId>
<version>1.0.0-beta</version>
</dependency>
<!--
Project napkinlaf uses maven, but curiously doesn't deploy to maven central. I filed an issue to
encourage them to:
***************
*** 119,152 ****
<artifactId>napkinlaf</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
! <artifactId>squirrelsql-lf-oalnf</artifactId>
<version>3.0</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
! <artifactId>squirrelsql-lf-skinlf</artifactId>
<version>6.7</version>
</dependency>
<!-- Project owner not interested in maven: https://substance.dev.java.net/issues/show_bug.cgi?id=287 -->
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
! <artifactId>squirrelsql-lf-substance</artifactId>
<version>5.2_01</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
<artifactId>swingsetthemes</artifactId>
! <version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
! <artifactId>squirrelsql-lf-tinylaf</artifactId>
<version>1.3.8</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql</groupId>
! <artifactId>squirrelsql-lf-toniclf</artifactId>
<version>1.0.5</version>
</dependency>
--- 107,150 ----
<artifactId>napkinlaf</artifactId>
<version>1.3-SNAPSHOT</version>
+ </dependency>
+ <!--
+ I wrote a pom that builds the nimrodlaf jar from source and contributed it to the author - waiting to
+ see if he is interested in deploying to maven central. He contacted me and rightly asked, how to do
+ this without a repository to rsync from. So I am looking into that now
+ -->
+ <dependency>
+ <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
+ <artifactId>nimrodlf</artifactId>
+ <version>1.1</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>oalnf</artifactId>
<version>3.0</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>skinlf</artifactId>
<version>6.7</version>
</dependency>
<!-- Project owner not interested in maven: https://substance.dev.java.net/issues/show_bug.cgi?id=287 -->
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>substance</artifactId>
<version>5.2_01</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>swingsetthemes</artifactId>
! <version>b72-17_sep_2009</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>tinylaf</artifactId>
<version>1.3.8</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
! <artifactId>toniclf</artifactId>
<version>1.0.5</version>
</dependency>
|