Per discussion with David, add UNIX line ending to both filesets

This commit is contained in:
macsuibhne
2008-07-17 10:00:21 +00:00
parent 8ffa494527
commit 6810996c23

View File

@@ -1,19 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<component>
<fileSets>
<fileSet>
<includes>
<include>license.txt</include>
<include>notice.txt</include>
</includes>
</fileSet>
<fileSet>
<fileSets>
<fileSet>
<includes>
<include>license.txt</include>
<include>notice.txt</include>
</includes>
<lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<directory>target</directory>
<outputDirectory>samples</outputDirectory>
<includes>
<include>pom.xml</include>
</includes>
<lineEnding>unix</lineEnding>
</fileSet>
<lineEnding>unix</lineEnding>
</fileSets>
</component>
</component>