16 lines
595 B
XML
16 lines
595 B
XML
|
<project name="hsqldb-component-info">
|
||
|
<component id="hsqldb"
|
||
|
version="@VERSION@"
|
||
|
licenseType="hsqldb"
|
||
|
projectHome="http://hsqldb.org/"
|
||
|
description="Java relational database engine supporting a subset of ANSI-92 SQL plus SQL 99 and 2003 enhancements (with fix for CVE-2007-4576)"
|
||
|
scm=":ext:cvs.devel.redhat.com:/cvs/dist/hsqldb"
|
||
|
tag="@TAG@">
|
||
|
<!-- Built using JDK 1.4 -->
|
||
|
<artifact id="hsqldb.jar"/>
|
||
|
<export>
|
||
|
<include input="hsqldb.jar"/>
|
||
|
</export>
|
||
|
</component>
|
||
|
</project>
|