Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-swingsetthemes
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5746/squirrelsql-swingsetthemes
Added Files:
pom.xml
Log Message:
New maven project to contain the swingset themes jar that we custom made as it is not available anywhere else.
--- 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.sourceforge.squirrel_sql</groupId>
<artifactId>swingsetthemes</artifactId>
<version>3.1.0-SNAPSHOT</version>
<name>SQuirreLSQL SwingSet Themes</name>
<description>
A stripped-down artifact that contains only themes provided in the SwingSet demo
</description>
</project>
|