Skip to content

Commit

Permalink
Added file attribute of fileset to doc and grammar (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored and mrook committed May 24, 2018
1 parent 2dc2fbf commit a483442
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/guide/en/source/appendixes/coretypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,15 @@ the large, complex Bar project.
<entry>The directory, to which the paths given in <literal>files
</literal>or <literal>listfile</literal> are relative.</entry>
<entry>n/a</entry>
<entry>Yes</entry>
<entry>Yes (or file)</entry>
</row>
<row>
<entry><literal>file</literal></entry>
<entry><literal role="type">String</literal></entry>
<entry>The directory, to which the paths given in <literal>files
</literal>or <literal>listfile</literal> are relative.</entry>
<entry>n/a</entry>
<entry>Yes (or dir)</entry>
</row>
<row>
<entry><literal>files</literal></entry>
Expand Down
5 changes: 4 additions & 1 deletion etc/phing-grammar.rng
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,10 @@
<data type="IDREF"/>
</attribute>
<group>
<attribute name="dir"/>
<choice>
<attribute name="dir"/>
<attribute name="file"/>
</choice>
<optional>
<choice>
<attribute name="id">
Expand Down

0 comments on commit a483442

Please sign in to comment.