layers.sysdef.xml
changeset 23 238255e8b033
parent 5 4697dfb2d7ad
child 47 5b14749788d7
child 60 7fdbb852d323
child 65 d8ac8e5e4721
--- a/layers.sysdef.xml	Tue Feb 02 00:08:43 2010 +0200
+++ b/layers.sysdef.xml	Fri Apr 16 14:56:15 2010 +0300
@@ -1,14 +1,20 @@
 <?xml version="1.0"?>
-<!DOCTYPE SystemDefinition SYSTEM "sysdef_1_4_0.dtd" [
+<!DOCTYPE SystemDefinition SYSTEM "sysdef_1_5_1.dtd"
+[
   <!ENTITY layer_real_source_path "sf/app/messaging" >
 ]>
-
-<SystemDefinition name="messaging" schema="1.4.0">
+<SystemDefinition name="messaging"
+                  schema="1.5.1">
   <systemModel>
     <layer name="app_layer">
       <module name="messaging">
-        <unit unitID="MeCoDo.messaging" mrp="" bldFile="&layer_real_source_path;/group" name="messaging" />
+        <unit unitID="Medo.messaging"
+              mrp=""
+              bldFile="&layer_real_source_path;"
+              name="messaging"
+              proFile="messaging.pro"
+              qmakeArgs="-r" />
       </module>
     </layer>
   </systemModel>
-</SystemDefinition>
\ No newline at end of file
+</SystemDefinition>