Update of /cvsroot/squirrel-sql/mavenize/laf-plugin
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9103/laf-plugin
Modified Files:
pom.xml
Log Message:
Added metouia and swingsetthemes artifacts to the list of lafs to distribute.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/laf-plugin/pom.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** pom.xml 1 Nov 2009 22:17:32 -0000 1.14
--- pom.xml 20 Nov 2009 01:16:40 -0000 1.15
***************
*** 27,31 ****
This plugin gives SQuirreLSQL client the ability to configure alternate LaFs provided by the plugin
as well as others that the user can provide. All dependencies listed with a groupId of
! net.sf.squirrel-sql and artifactId starting with squirrelsql-lf- are externally available open-source
look and feels whose project maintainers have decided to not use maven, or those which were built and
maintained only before the introduction of maven. Maven's central repository policy requires any
--- 27,31 ----
This plugin gives SQuirreLSQL client the ability to configure alternate LaFs provided by the plugin
as well as others that the user can provide. All dependencies listed with a groupId of
! net.sf.squirrel-sql.thirdparty-non-maven are externally available open-source
look and feels whose project maintainers have decided to not use maven, or those which were built and
maintained only before the introduction of maven. Maven's central repository policy requires any
***************
*** 77,81 ****
<staging.dir>${project.build.directory}</staging.dir>
<laf.artifactIds>
! ilf-gpl,kunststoff,looks,napkinlaf,nimrodlf,oalnf, skinlf,substance,toniclf,tinylaf
</laf.artifactIds>
</properties>
--- 77,81 ----
<staging.dir>${project.build.directory}</staging.dir>
<laf.artifactIds>
! ilf-gpl,kunststoff,looks,metouia,napkinlaf,nimrodlf,oalnf,skinlf,substance,swingsetthemes,toniclf,tinylaf
</laf.artifactIds>
</properties>
|