forked from pool/cglib
17 lines
575 B
XML
17 lines
575 B
XML
|
<project name="cglib-component-info">
|
||
|
<component id="cglib"
|
||
|
licenseType="apache-2.0"
|
||
|
version="@VERSION@"
|
||
|
projectHome="http://cglib.sourceforge.net/"
|
||
|
description="Code Generation Library with no dependencies"
|
||
|
scm=":ext:cvs.devel.redhat.com:/cvs/dist/cglib"
|
||
|
tag="@TAG@">
|
||
|
<!-- Built using JDK 1.4 -->
|
||
|
<!-- These are equivalent to cglib-nodep.jar -->
|
||
|
<artifact id="cglib.jar"/>
|
||
|
<export>
|
||
|
<include input="cglib.jar"/>
|
||
|
</export>
|
||
|
</component>
|
||
|
</project>
|