Add missing </collection>, to make this file into valid XML again HighFidelityModel
authorWilliam Roberts <williamr@symbian.org>
Wed, 01 Sep 2010 17:18:38 +0100
branchHighFidelityModel
changeset 383 fcbc2bdf3b16
parent 382 e68d7cc001c2
child 384 2a12b48266ab
Add missing </collection>, to make this file into valid XML again
symbian4/app/homescreen/package_definition.xml
--- a/symbian4/app/homescreen/package_definition.xml	Wed Sep 01 17:12:41 2010 +0100
+++ b/symbian4/app/homescreen/package_definition.xml	Wed Sep 01 17:18:38 2010 +0100
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
  <package id="homescreen" name="Home Screen Apps" levels="support task ss hs">
-    <collection id="homescreen_test" name="Home Screen Test" level="support">
+  <collection id="homescreen_test" name="Home Screen Test" level="support">
     <component id="homescreen_tsrc_build" name="Home Screen Test Build" filter="test,unit_test">
       <unit bldFile="tsrc" qt:proFile="tsrc.pro" qt:qmakeArgs="-r MMP_RULES+=EXPORTUNFROZEN"/>
-     </component>
-    </collection>
-    <collection id="homescreen_plat" name="Home Screen Platform API" level="support">
+    </component>
+  </collection>
+  <collection id="homescreen_plat" name="Home Screen Platform API" level="support">
     <component id="homescreen_plat_build" name="Home Screen Platform API Build">
       <unit bldFile="homescreen_plat" qt:proFile="homescreen_plat.pro"/>
-     </component>
-    </collection>
+    </component>
+  </collection>
   <collection id="homescreenapp" name="Home Screen Application" level="hs">
 	<component id="hsutils" name="Home Screen Utils" introduced="^4">
       <unit bldFile="homescreenapp/hsutils"  qt:proFile="hsutils.pro" qt:qmakeArgs="-r -config rom"/>
@@ -39,6 +39,7 @@
 	<component id="hswidgetuninstaller" name="HS Widget Uninstaller" introduced="^4">
       <unit bldFile="homescreenapp/hswidgetuninstaller"  qt:proFile="hswidgetuninstaller.pro" qt:qmakeArgs="-r -config rom"/>
      </component>
+  </collection>
   <collection id="screensaver" name="Screen Saver" level="ss">
 	<!-- break collection into components, or move down a dir and make it a component -->
     <component id="screensaver_build" name="Screen Saver Build">