Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8781
Added Files:
installer-pom.xml
Log Message:
Pom for installer sub-module pom.
--- NEW FILE: installer-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>installer</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
<name>Installer Module Pom</name>
<modules>
<module>squirrelsql-java-version-checker</module>
<module>squirrelsql-launcher</module>
<module>squirrelsql-other-installer</module>
</modules>
</project>
|