Changed to avoid bld.inf's being included more than once in vpnclient package HighFidelityModel
authorSimon Howkins <simonh@symbian.org>
Fri, 12 Nov 2010 16:30:34 +0000
branchHighFidelityModel
changeset 490 25c2a81d369c
parent 489 d54d8fea2a55
child 491 fbee32229c30
Changed to avoid bld.inf's being included more than once in vpnclient package
symbian3/mw/vpnclient/package_definition.xml
--- a/symbian3/mw/vpnclient/package_definition.xml	Fri Nov 12 15:08:55 2010 +0000
+++ b/symbian3/mw/vpnclient/package_definition.xml	Fri Nov 12 16:30:34 2010 +0000
@@ -123,9 +123,8 @@
    <component id="vpnclient_help" filter="s60" name="VPN Client Help">
     <unit bldFile="help/group" filter="!oem_build"/>
    </component>
-   <component id="vpnclient_build" filter="s60" name="VPN Client Build">
-    <!-- should split this up into the other components and remove this-->
-    <unit bldFile="group" filter="!oem_build"/>
+   <component id="vpnclient_exports" filter="s60" name="VPN Client Exports">
+    <unit bldFile="exports" filter="!oem_build"/>
    </component>
   </collection>
  </package>