Remove spurious ^M characters. Make tabbing consistent. Move lineEnding tag into scope of fileSet to fix fatal assembly error.

This commit is contained in:
macsuibhne
2008-07-15 12:40:18 +00:00
parent 69cae006d4
commit 289bfd0c7e

View File

@@ -1,19 +1,19 @@
<?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>
</fileSet>
<fileSet>
<directory>target</directory>
<outputDirectory>samples</outputDirectory>
<includes>
<include>pom.xml</include>
</includes>
<lineEnding>unix</lineEnding>
</fileSet>
<lineEnding>unix</lineEnding>
</fileSets>
</component>
</component>