Author: henning
Date: Fri Aug 5 03:48:11 2005
New Revision: 230436
URL: http://svn.apache.org/viewcvs?rev=230436&view=rev
Log:
- Update repository locations for Subversion
- remove gump ids (went to project-base.xml)
Modified:
db/torque/trunk/project.xml
db/torque/trunk/src/generator/project.xml
db/torque/trunk/src/generator/src/templates/project.xml
db/torque/trunk/src/maven-plugin/project.xml
Modified: db/torque/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/trunk/project.xml?rev=230436&r1=230435&r2=230436&view=diff
==============================================================================
--- db/torque/trunk/project.xml (original)
+++ db/torque/trunk/project.xml Fri Aug 5 03:48:11 2005
@@ -29,9 +29,9 @@
<siteDirectory>/www/db.apache.org/torque/</siteDirectory>
<repository>
- <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:db-torque</connection>
- <developerConnection>scm:cvs:ext:[EMAIL
PROTECTED]:/home/cvs:db-torque</developerConnection>
- <url>http://cvs.apache.org/viewcvs/db-torque/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/trunk</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/db/torque/trunk/</url>
</repository>
<dependencies>
Modified: db/torque/trunk/src/generator/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/trunk/src/generator/project.xml?rev=230436&r1=230435&r2=230436&view=diff
==============================================================================
--- db/torque/trunk/src/generator/project.xml (original)
+++ db/torque/trunk/src/generator/project.xml Fri Aug 5 03:48:11 2005
@@ -24,14 +24,17 @@
<groupId>torque</groupId>
<name>Torque generator</name>
- <!-- Gump integration -->
- <gumpRepositoryId>jakarta</gumpRepositoryId>
-
<description>Generator for Torque.</description>
<shortDescription>Generator for Torque</shortDescription>
<url>http://db.apache.org/torque/generator</url>
<siteDirectory>/www/db.apache.org/torque/generator</siteDirectory>
+ <repository>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/trunk/src/generator</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/trunk/src/generator</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/db/torque/trunk/src/generator/</url>
+ </repository>
+
<dependencies>
<dependency>
<artifactId>ant</artifactId>
@@ -106,6 +109,7 @@
</dependencies>
<build>
+ <defaultGoal>jar:jar</defaultGoal>
<nagEmailAddress>[email protected]</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
Modified: db/torque/trunk/src/generator/src/templates/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/trunk/src/generator/src/templates/project.xml?rev=230436&r1=230435&r2=230436&view=diff
==============================================================================
--- db/torque/trunk/src/generator/src/templates/project.xml (original)
+++ db/torque/trunk/src/generator/src/templates/project.xml Fri Aug 5 03:48:11
2005
@@ -18,19 +18,22 @@
-->
<project>
- <extend>../../../../project-base.xml</extend>
+ <extend>${torque.project.base.path}</extend>
<pomVersion>3</pomVersion>
<id>torque-gen-templates</id>
<groupId>torque</groupId>
<name>Torque generator templates</name>
- <!-- Gump integration -->
- <gumpRepositoryId>jakarta</gumpRepositoryId>
-
<description>Templates for the Generator for Torque.</description>
<shortDescription>Templates for the Generator for Torque</shortDescription>
<url>http://db.apache.org/torque/generator/templates</url>
<siteDirectory>/www/db.apache.org/torque/generator/templates</siteDirectory>
+
+ <repository>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/trunk/src/generator/src/templates</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/trunk/src/generator/src/templates</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/db/torque/trunk/src/generator/src/templates/</url>
+ </repository>
<build>
<nagEmailAddress>[email protected]</nagEmailAddress>
Modified: db/torque/trunk/src/maven-plugin/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/trunk/src/maven-plugin/project.xml?rev=230436&r1=230435&r2=230436&view=diff
==============================================================================
--- db/torque/trunk/src/maven-plugin/project.xml (original)
+++ db/torque/trunk/src/maven-plugin/project.xml Fri Aug 5 03:48:11 2005
@@ -29,6 +29,12 @@
<url>http://db.apache.org/torque/maven-plugin/</url>
<siteDirectory>/www/db.apache.org/torque/maven-plugin</siteDirectory>
+ <repository>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/trunk/src/maven-plugin</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/trunk/src/maven-plugin</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/db/torque/trunk/src/maven-plugin/</url>
+ </repository>
+
<dependencies>
<dependency>
<artifactId>commons-collections</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]