Allow root directory in filesystem source dir schema

Use absDirPath instead of absFilePath.

https://bugzilla.redhat.com/show_bug.cgi?id=1028107
This commit is contained in:
Ján Tomko
2013-11-07 18:14:32 +01:00
parent b2f31af701
commit eab51940bd
5 changed files with 36 additions and 2 deletions

View File

@@ -1679,7 +1679,7 @@
<interleave>
<element name="source">
<attribute name="dir">
<ref name="absFilePath"/>
<ref name="absDirPath"/>
</attribute>
<empty/>
</element>
@@ -1697,7 +1697,7 @@
<interleave>
<element name="source">
<attribute name="dir">
<ref name="absFilePath"/>
<ref name="absDirPath"/>
</attribute>
<empty/>
</element>