Skip to content

Commit

Permalink
Fix indenting for FileSet examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Sep 5, 2024
1 parent cd00751 commit 827abaf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions source/appendixes/coretypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,16 +283,16 @@ the large, complex Bar project.
<sect2>
<title>Usage Examples</title>
<programlisting language="xml">&lt;fileset dir="/etc" >
&lt;include name="httpd/**" />
&lt;include name="php.ini" />
&lt;/fileset>
&lt;include name="httpd/**" />
&lt;include name="php.ini" />
&lt;/fileset>

&lt;fileset dir="/etc" >
&lt;patternset>
&lt;include name="**/*.php"/>
&lt;exclude name="**/*Test*"/>
&lt;/patternset>
&lt;/fileset></programlisting>
&lt;fileset dir="/etc" >
&lt;patternset>
&lt;include name="**/*.php"/>
&lt;exclude name="**/*Test*"/>
&lt;/patternset>
&lt;/fileset></programlisting>
<para> This will include the apache configuration and PHP configuration file from
<literal>/etc</literal>.</para>
<programlisting language="xml">&lt;fileset id="files" dir="${phing.dir}/etc">
Expand Down

0 comments on commit 827abaf

Please sign in to comment.