183eb15d48
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=26
25 lines
851 B
XML
25 lines
851 B
XML
<project name="apache-xerces-component-info">
|
|
|
|
<!-- ============================================================ -->
|
|
<!-- Apache Xerces -->
|
|
<!-- ============================================================ -->
|
|
|
|
<component id="apache-xml-commons"
|
|
licenseType="apache-2.0"
|
|
version="@VERSION@"
|
|
projectHome="http://xml.apache.org/commons/"
|
|
description="Common code for XML projects"
|
|
scm=":ext:cvs.devel.redhat.com:/cvs/dist/xml-commons"
|
|
tag="@TAG@">
|
|
<!-- Build using JDK 1.4 -->
|
|
<artifact id="resolver.jar"/>
|
|
<artifact id="xml-apis.jar"/>
|
|
|
|
<export>
|
|
<include input="resolver.jar"/>
|
|
<include input="xml-apis.jar"/>
|
|
</export>
|
|
</component>
|
|
|
|
</project>
|