Update of /cvsroot/squirrel-sql/mavenize/thirdparty-non-maven/tinylaf-1_4_0
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29474/thirdparty-non-maven/tinylaf-1_4_0
Added Files:
pom.xml
Log Message:
pom for thirdparty dependency.
--- NEW FILE: pom.xml ---
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>tinylaf</artifactId>
<version>1.4.0</version>
<packaging>jar</packaging>
<name>Tiny Look-and-Feel</name>
<description>
This is the Tiny look-and-feel packaged to be distributed with the SQuirreLSQL client.
The Tiny look-and-feel is a (mostly painted) look-and-feel for Java 1.4 and higher.
</description>
<url>http://www.muntjak.de/hans/java/tinylaf/index.html</url>
<licenses>
<license>
<name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/copyleft/lesser.html</url>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:ano...@sq...:/cvsroot/squirrel-sql</connection>
<url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/mavenize/thirdparty-non-maven/tinylaf-1_4_0/</url>
</scm>
<developers>
<developer>
<name>Hans Bickel</name>
</developer>
</developers>
</project>
|