Sources

The sources section contains an entry for each source defined in the configuration.

XML Example 1

XML Example 2

Description

<Sources>

...                                                                                                                                      

</Sources>

<Sources>

...                                                                                                                                      

</Sources>

Opening and closing tags for the sources section. All sources for this configuration are defined within these tags.

<Source Id="105">

<Source Id="101">

Opening tag for this particular source that contains the unique id for it.

<fileMask>

![CDATA[**\*.java]]

</fileMask>

<fileMask>

![CDATA[*.java]]

</fileMask>

Filename or mask for the source.

 

<relPath>

![CDATA[qlarius\utilities\]]

</relPath>

Relative path for the source. This is combined with the build area location, the path set on the build configuration (if any), and the directory qualifier set on the source filename (if any).

<buildType>

ABC

</buildType>

 

Build type (item format) for the source item. The item format/build type is listed between the opening and closing tag and is utilized when using source items with wildcards in their names.

</Source>

</Source>

Closing tag for a single source.

</Sources>

</Sources>

Closing tag for the sources section.