22 lines
471 B
XML
22 lines
471 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="">
|
|
<component id="easymock"
|
|
licenseType=""
|
|
version="@VERSION@"
|
|
tag="@TAG@"
|
|
description=""
|
|
|
|
>
|
|
|
|
<artifact id="easymock.jar"/>
|
|
<artifact id="easymockclassextension.jar"/>
|
|
|
|
|
|
<export>
|
|
<include input="easymockclassextension.jar"/>
|
|
<include input="easymock.jar"/>
|
|
|
|
</export>
|
|
</component>
|
|
</project>
|