Missing a base= correction in app/messaging HighFidelityModel
authorWilliam Roberts <williamr@symbian.org>
Wed, 30 Jun 2010 15:46:53 +0100
branchHighFidelityModel
changeset 329 e2b817b08134
parent 328 5af341a5ba45
child 330 dc8c3f5ca92a
Missing a base= correction in app/messaging
symbian4/app/messaging/package_definition.xml
--- a/symbian4/app/messaging/package_definition.xml	Wed Jun 30 15:35:36 2010 +0100
+++ b/symbian4/app/messaging/package_definition.xml	Wed Jun 30 15:46:53 2010 +0100
@@ -56,7 +56,7 @@
    </component>
    <component id="msg_pub_build" name="Messaging Apps Public APIs Build" class="api" filter="s60" introduced="^4">
 	<!-- break this up into the above units and replace their base attributes with bldFile, etc -->
-    <unit base="msg_pub" qt:proFile="msg_pub.pro" qt:qmakeArgs="-r"/>
+    <unit bldFile="msg_pub" qt:proFile="msg_pub.pro" qt:qmakeArgs="-r"/>
    </component>
   </collection>
   <collection id="mobilemessaging" name="Mobile Messaging" level="plugin">