Change ID of sf_cenrep to follow file path conventions and name to follow naming conventions
<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
<package id="imsrv" name="Instant Messaging and Presence Services" levels="plugin framework server generic specific">
<collection id="ximpfw" name="XIMP Framework" level="framework">
<!-- collection is really a component. Needs to be moved down a directory -->
<component id="ximpfw_build" filter="s60" name="XIMP Framework Build">
<unit bldFile="ximpfw/group"/>
</component>
</collection>
<collection id="imservices" name="IM Services" level="generic">
<component id="imfeatureplugin" filter="s60" name="IM Feature Plugin" class="plugin" introduced="^2">
<unit bldFile="imservices/imfeatureplugin/group"/>
</component>
<component id="searchfeatureplugin" filter="s60" name="Search Feature Plugin" class="plugin" introduced="^2">
<unit bldFile="imservices/searchfeatureplugin/group"/>
</component>
<component id="xmppsettingsapi" filter="s60" name="XMPP Settings API" introduced="^2">
<unit bldFile="imservices/xmppsettingsapi/group"/>
</component>
<component id="xmppsettingsfetcher" filter="s60" name="XMPP Settings Fetcher" introduced="^2">
<unit bldFile="imservices/xmppsettingsfetcher/group"/>
</component>
<component id="ossprotocoladaptation" filter="s60" name="OSS Protocol Adaptation" class="plugin" introduced="^2">
<unit bldFile="imservices/ossprotocoladaptation/group"/>
</component>
<component id="instantmessagingcache" filter="s60" name="Instant Messaging Cache" introduced="^2">
<unit bldFile="imservices/instantmessagingcache/group"/>
</component>
</collection>
<collection id="brandingserver" name="Branding Server" level="specific">
<!-- collection is really a component. Needs to be moved down a directory -->
<component id="brandingserver_build" filter="s60" name="Branding Server Build">
<unit bldFile="brandingserver/group"/>
</component>
</collection>
<collection id="imsrv_info" name="Instant Messaging and Presence Services Info" level="specific">
<component id="imsrv_plat" filter="s60" name="Instant Messaging and Presence Services Platform Interfaces" class="api">
<unit bldFile="imsrv_plat/group"/>
</component>
</collection>
</package>
</SystemDefinition>