20 lines
410 B
XML
20 lines
410 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component>
|
|
<fileSets>
|
|
<fileSet>
|
|
<includes>
|
|
<include>license.txt</include>
|
|
<include>notice.txt</include>
|
|
</includes>
|
|
</fileSet>
|
|
<fileSet>
|
|
<directory>target</directory>
|
|
<outputDirectory>samples</outputDirectory>
|
|
<includes>
|
|
<include>pom.xml</include>
|
|
</includes>
|
|
<lineEnding>unix</lineEnding>
|
|
</fileSet>
|
|
</fileSets>
|
|
</component>
|