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 2007/05/11 06:29:21 UTC

svn commit: r537085 - in /gump/metadata: profile/gump.xml project/packaged-hsqldb.xml

Author: bodewig
Date: Thu May 10 21:29:20 2007
New Revision: 537085

URL: http://svn.apache.org/viewvc?view=rev&rev=537085
Log:
add a packaged version of hsqldb

Added:
    gump/metadata/project/packaged-hsqldb.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?view=diff&rev=537085&r1=537084&r2=537085
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu May 10 21:29:20 2007
@@ -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
@@ -255,6 +255,7 @@
   <module href="project/ggf-cddlm.xml"/>
   <module href="project/gsbase.xml" />
   <module href="project/hsqldb.xml"/>
+  <module href="project/packaged-hsqldb.xml"/>
   <module href="project/htmlparser.xml" />
   <module href="project/htmlunit.xml" />
   <module href="project/httpunit.xml"/>
@@ -570,6 +571,7 @@
   <project name="packaged-cargo-ant"   package="cargo"/>
   <project name="packaged-cargo-core"   package="cargo"/>
   <project name="packaged-groovy"  package="groovy-1.0-jsr-03"/>
+  <project name="hsqldb"           package="hsqldb"/>
   <project name="packaged-jaxen"   package="jaxen-1.1-beta-6"/>
   <project name="packaged-jaxen-1.1-beta-4" package="jaxen-1.1-beta-4" />
   <project name="packaged-jetty"   package="jetty-5.0.RC4"/>

Added: gump/metadata/project/packaged-hsqldb.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/packaged-hsqldb.xml?view=auto&rev=537085
==============================================================================
--- gump/metadata/project/packaged-hsqldb.xml (added)
+++ gump/metadata/project/packaged-hsqldb.xml Thu May 10 21:29:20 2007
@@ -0,0 +1,31 @@
+<?xml version="1.0" ?>
+<!--
+  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
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="packaged-hsqldb">
+
+  <url href="http://hsqldb.sourceforge.net/"/>
+  <description>
+    hsql Database Engine
+  </description>
+
+  <project name="packaged-hsqldb">
+    <package>org.hsqldb</package>
+
+    <jar name="hsqldb.jar" id="hsqldb"/>
+  </project>
+
+</module>

Propchange: gump/metadata/project/packaged-hsqldb.xml
------------------------------------------------------------------------------
    svn:eol-style = native