mirror of
https://abf.rosa.ru/djam/hsqldb.git
synced 2025-02-23 18:02:54 +00:00
Move to contrib
This commit is contained in:
parent
4df69fb4f0
commit
be263895d8
3 changed files with 2 additions and 66 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,2 +1,3 @@
|
||||||
sources:
|
sources:
|
||||||
|
hsqldb-2.3.0.pom: 84c738367b4f962ebe7771405fe2344ba2ca1381
|
||||||
hsqldb-2.3.1.zip: 6c5d21b7d54ac6ae23a5f5577f1e81a6301ffa32
|
hsqldb-2.3.1.zip: 6c5d21b7d54ac6ae23a5f5577f1e81a6301ffa32
|
||||||
|
|
|
@ -1,35 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.hsqldb</groupId>
|
|
||||||
<artifactId>hsqldb</artifactId>
|
|
||||||
<version>2.3.0</version>
|
|
||||||
<name>HyperSQL Database</name>
|
|
||||||
<description>HSQLDB - Lightweight 100% Java SQL Database Engine</description>
|
|
||||||
<url>http://hsqldb.org</url>
|
|
||||||
<inceptionYear>2001</inceptionYear>
|
|
||||||
<organization>
|
|
||||||
<name>The HSQL Development Group</name>
|
|
||||||
<url>http://hsqldb.org</url>
|
|
||||||
</organization>
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>HSQLDB License, a BSD open source license</name>
|
|
||||||
<url>http://hsqldb.org/web/hsqlLicense.html</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<id>unsaved</id>
|
|
||||||
<name>Blaine Simpson</name>
|
|
||||||
<email>blaine.simpson@admc.com</email>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
<scm>
|
|
||||||
<connection>scm:svn:http://hsqldb.svn.sourceforge.net/svnroot/hsqldb/base</connection>
|
|
||||||
<tag>2.3.0</tag>
|
|
||||||
<url>http://hsqldb.svn.sourceforge.net/viewvc/hsqldb/base/tags/2.3.0</url>
|
|
||||||
</scm>
|
|
||||||
</project>
|
|
32
hsqldb.spec
32
hsqldb.spec
|
@ -1,38 +1,8 @@
|
||||||
# Copyright (c) 2000-2007, JPackage Project
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
|
||||||
# Redistribution and use in source and binary forms, with or without
|
|
||||||
# modification, are permitted provided that the following conditions
|
|
||||||
# are met:
|
|
||||||
#
|
|
||||||
# 1. Redistributions of source code must retain the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer.
|
|
||||||
# 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
# notice, this list of conditions and the following disclaimer in the
|
|
||||||
# documentation and/or other materials provided with the
|
|
||||||
# distribution.
|
|
||||||
# 3. Neither the name of the JPackage Project nor the names of its
|
|
||||||
# contributors may be used to endorse or promote products derived
|
|
||||||
# from this software without specific prior written permission.
|
|
||||||
#
|
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
||||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
||||||
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
||||||
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
||||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
||||||
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
||||||
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
||||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
||||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
|
|
||||||
%global pomversion 2.3.0
|
%global pomversion 2.3.0
|
||||||
|
|
||||||
Name: hsqldb
|
Name: hsqldb
|
||||||
Version: 2.3.1
|
Version: 2.3.1
|
||||||
Release: 1.2
|
Release: 2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: HyperSQL Database Engine
|
Summary: HyperSQL Database Engine
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue