Revision: 5696
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5696&view=rev
Author: manningr
Date: 2010-07-11 16:57:53 +0000 (Sun, 11 Jul 2010)
Log Message:
-----------
Relocated installer projects from mavenize script to their permanent location
Added Paths:
-----------
trunk/sql12/installer/pom.xml
trunk/sql12/installer/squirrelsql-java-version-checker/
trunk/sql12/installer/squirrelsql-launcher/
trunk/sql12/installer/squirrelsql-macosx-installer/
trunk/sql12/installer/squirrelsql-other-installer/
Removed Paths:
-------------
trunk/mavenize/installer-pom.xml
trunk/mavenize/squirrelsql-java-version-checker/
trunk/mavenize/squirrelsql-launcher/
trunk/mavenize/squirrelsql-macosx-installer/
trunk/mavenize/squirrelsql-other-installer/
Deleted: trunk/mavenize/installer-pom.xml
===================================================================
--- trunk/mavenize/installer-pom.xml 2010-07-11 16:51:05 UTC (rev 5695)
+++ trunk/mavenize/installer-pom.xml 2010-07-11 16:57:53 UTC (rev 5696)
@@ -1,66 +0,0 @@
-<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>
-
- <parent>
- <groupId>net.sf.squirrel-sql</groupId>
- <artifactId>squirrel-root-pom</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- </parent>
-
- <groupId>net.sf.squirrel-sql</groupId>
- <artifactId>installer</artifactId>
- <version>3.2.0-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <name>Installer Module Pom</name>
- <description>
- The installer module pom lists all of the projects that participate in building the installer.
- </description>
- <inceptionYear>2001</inceptionYear>
- <developers>
- <developer>
- <name>Gerd Wagner</name>
- <roles>
- <role>Administrator</role>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <name>Rob Manning</name>
- <roles>
- <role>Developer</role>
- <role>Release Manager</role>
- </roles>
- </developer>
- </developers>
- <licenses>
- <license>
- <name>GNU Lesser General Public License</name>
- <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <url>http://www.squirrelsql.org/</url>
- <scm>
- <connection>scm:svn:https://squirrel-sql.svn.sourceforge.net/svnroot/squirrel-sql/trunk/sql12/</connection>
- <developerConnection>scm:svn:http://squirrel-sql.svn.sourceforge.net/viewvc/squirrel-sql/trunk/sql12/</developerConnection>
- <url>http://squirrel-sql.svn.sourceforge.net/viewvc/squirrel-sql/trunk/sql12/</url>
- </scm>
- <issueManagement>
- <system>SourceForge Tracker</system>
- <url>http://sourceforge.net/tracker/?group_id=28383%26atid=393414</url>
- </issueManagement>
- <ciManagement>
- <system>Hudson</system>
- <url>https://www.squirrel-sql.org/hudson/</url>
- </ciManagement>
-
- <modules>
- <module>squirrelsql-java-version-checker</module>
- <module>squirrelsql-launcher</module>
- <module>squirrelsql-other-installer</module>
- <module>squirrelsql-macosx-installer</module>
- </modules>
-</project>
\ No newline at end of file
Copied: trunk/sql12/installer/pom.xml (from rev 5694, trunk/mavenize/installer-pom.xml)
===================================================================
--- trunk/sql12/installer/pom.xml (rev 0)
+++ trunk/sql12/installer/pom.xml 2010-07-11 16:57:53 UTC (rev 5696)
@@ -0,0 +1,66 @@
+<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>
+
+ <parent>
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>squirrel-root-pom</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>net.sf.squirrel-sql</groupId>
+ <artifactId>installer</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <name>Installer Module Pom</name>
+ <description>
+ The installer module pom lists all of the projects that participate in building the installer.
+ </description>
+ <inceptionYear>2001</inceptionYear>
+ <developers>
+ <developer>
+ <name>Gerd Wagner</name>
+ <roles>
+ <role>Administrator</role>
+ <role>Developer</role>
+ </roles>
+ </developer>
+ <developer>
+ <name>Rob Manning</name>
+ <roles>
+ <role>Developer</role>
+ <role>Release Manager</role>
+ </roles>
+ </developer>
+ </developers>
+ <licenses>
+ <license>
+ <name>GNU Lesser General Public License</name>
+ <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <url>http://www.squirrelsql.org/</url>
+ <scm>
+ <connection>scm:svn:https://squirrel-sql.svn.sourceforge.net/svnroot/squirrel-sql/trunk/sql12/</connection>
+ <developerConnection>scm:svn:http://squirrel-sql.svn.sourceforge.net/viewvc/squirrel-sql/trunk/sql12/</developerConnection>
+ <url>http://squirrel-sql.svn.sourceforge.net/viewvc/squirrel-sql/trunk/sql12/</url>
+ </scm>
+ <issueManagement>
+ <system>SourceForge Tracker</system>
+ <url>http://sourceforge.net/tracker/?group_id=28383%26atid=393414</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Hudson</system>
+ <url>https://www.squirrel-sql.org/hudson/</url>
+ </ciManagement>
+
+ <modules>
+ <module>squirrelsql-java-version-checker</module>
+ <module>squirrelsql-launcher</module>
+ <module>squirrelsql-other-installer</module>
+ <module>squirrelsql-macosx-installer</module>
+ </modules>
+</project>
\ No newline at end of file
Property changes on: trunk/sql12/installer/squirrelsql-java-version-checker
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: trunk/sql12/installer/squirrelsql-launcher
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Property changes on: trunk/sql12/installer/squirrelsql-other-installer
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|