You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/12 14:29:48 UTC

svn commit: r984741 - in /gump/metadata: profile/gump.xml project/hsqldb.xml repository/sourceforge-hsqldb.xml

Author: bodewig
Date: Thu Aug 12 12:29:48 2010
New Revision: 984741

URL: http://svn.apache.org/viewvc?rev=984741&view=rev
Log:
hsqldb uses svn now

Added:
    gump/metadata/repository/sourceforge-hsqldb.xml
      - copied, changed from r984720, gump/metadata/repository/sourceforge-xmlunit.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/hsqldb.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=984741&r1=984740&r2=984741&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Aug 12 12:29:48 2010
@@ -527,6 +527,7 @@
   <repository href="repository/smartfrog.xml" />
   <repository href="repository/sourceforge-ant-contrib.xml"/>
   <repository href="repository/sourceforge-checkstyle.xml"/>
+  <repository href="repository/sourceforge-hsqldb.xml"/>
   <repository href="repository/sourceforge-htmlunit.xml"/>
   <repository href="repository/sourceforge-httpunit.xml"/>
   <repository href="repository/sourceforge-jsvc-wrapper.xml"/>

Modified: gump/metadata/project/hsqldb.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hsqldb.xml?rev=984741&r1=984740&r2=984741&view=diff
==============================================================================
--- gump/metadata/project/hsqldb.xml (original)
+++ gump/metadata/project/hsqldb.xml Thu Aug 12 12:29:48 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
@@ -17,13 +17,12 @@
 -->
 <module name="hsqldb">
 
-  <url href="http://hsqldb.sourceforge.net/"/>
+  <url href="http://hsqldb.org/"/>
   <description>
     hsql Database Engine
   </description>
 
-  <cvs repository="sourceforge" host-prefix="hsqldb" dir="hsqldb" 
-       module="hsqldb-dev"/>
+  <svn repository="sourceforge-hsqldb" dir="base/trunk"/>
   
   <project name="hsqldb">
     <package>org.hsqldb</package>

Copied: gump/metadata/repository/sourceforge-hsqldb.xml (from r984720, gump/metadata/repository/sourceforge-xmlunit.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/repository/sourceforge-hsqldb.xml?p2=gump/metadata/repository/sourceforge-hsqldb.xml&p1=gump/metadata/repository/sourceforge-xmlunit.xml&r1=984720&r2=984741&rev=984741&view=diff
==============================================================================
--- gump/metadata/repository/sourceforge-xmlunit.xml (original)
+++ gump/metadata/repository/sourceforge-hsqldb.xml Thu Aug 12 12:29:48 2010
@@ -15,13 +15,13 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<repository name="sourceforge-xmlunit" type="svn">
-  <title>JUnit and NUnit testing for XML.</title>
-  <home-page>http://xmlunit.sourceforge.net/</home-page>
+<repository name="sourceforge-hsqldb" type="svn">
+  <title>hsql Database Engine.</title>
+  <home-page>http://hsqldb.org/</home-page>
   
-  <web>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</web>
+  <web>http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/</web>
   
-  <url>https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/</url>
+  <url>https://hsqldb.svn.sourceforge.net/svnroot/hsqldb/</url>
   
   <redistributable/>
 </repository>