sysmodelgen bugfix when drawing collections next to nested packages. Major revision to validation script checklinks.pl (it's now reliable). joinsysdef.pl now reports errors on duplicate IDs.
<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
<package id="voicerec" name="Voice Recorder Apps">
<!-- custom filter pref_test-->
<collection id="voicerec_plat" name="Voice Recorder Apps Platform Interfaces">
<component id="new_file_service_api" name="New File Service API" class="api" filter="s60">
<meta rel="Api" href="voicerec_plat/new_file_service_api/new_file_service_api.metaxml"/>
<unit bldFile="voicerec_plat/new_file_service_api/group"/>
</component>
<component id="voicerecorder_public_constants_api" name="Voice Recorder Public Constants API" class="api" filter="s60">
<meta rel="Api" href="voicerec_plat/voicerecorder_public_constants_api/voicerecorder_public_constants_api.metaxml"/>
<unit bldFile="voicerec_plat/voicerecorder_public_constants_api/group"/>
</component>
</collection>
<collection id="voicerecorder" name="Voice Recorder">
<!--this is really a component, move down a directory -->
<component id="voicerecorder_build" filter="s60" name="Voice Recorder Build">
<unit bldFile="voicerecorder/group"/>
</component>
</collection>
<collection id="voicerec_info" name="Voice Recorder Apps Info">
<component id="voicerec_api_test" filter="s60,test,api_test,pref_test" purpose="development" name="Voice Recorder Apps Test">
<unit bldFile="tsrc/group"/>
</component>
</collection>
</package>
</SystemDefinition>