parselistdirs.pl - fixed export scanning and added output path for logs.
- 'uptodate' export scanning looks in all logs, not just 'clean' ones.
- Exported is a new group, and those exports have been removed form other groups.
- Logs output path flexiblility improved - The following are now the same:
I:\logs\generated>perl parselistdirs.pl ..\ >list_results.log
I:\>perl logs\generated\parselistdirs.pl logs\ logs\generated\ >logs\generated\list_results.log
<?xml version="1.0" encoding="UTF-8"?>
<project name="SF-CONFIG">
<!-- location of this config -->
<dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/>
<property name="sf.project.location" value="${sf.config.dir}/../build/config"/>
<property name="sf.project.name" value="job"/>
<!-- import job properties -->
<import file="${sf.project.location}/${sf.project.name}_props.ant.xml" />
<!-- import project properties/targets/references -->
<import file="sf-${sf.project.type}/build.xml" />
<!-- import job references -->
<import file="${sf.project.location}/${sf.project.name}_refs.ant.xml" />
</project>