xml-commons-apis-bootstrap/xml-commons-component-info.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>