configtool/com.nokia.S60CT.iby/text/description.txt
changeset 0 30eb2d538f02
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configtool/com.nokia.S60CT.iby/text/description.txt	Thu Mar 11 18:39:02 2010 +0200
@@ -0,0 +1,37 @@
+Model Iby
+
+This model description is not a real EMF artifact. It was generated by the
+org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's
+code generator can be extended.
+This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
+
+Package IBY <http:///IBY.ecore>
+
+  Class Entity
+    Attribute ref : EString<<1..1>>
+    Attribute value : EString<<1..1>>
+    Attribute gvalue : EString
+
+  Class IBYFile
+    Attribute name : EString<<1..1>>
+    Reference locationt : Location<<1..1>>
+    Reference entries : Entry<<1..*>>
+    Attribute flag : EString
+    Attribute validContent : EBoolean
+
+  Class Location -> Entity
+
+  Class Entry
+    Reference source : SrcPath<<1..1>>
+    Reference target : TargetPath<<1..1>>
+    Reference fileName : FileName<<1..1>>
+
+  Class SrcPath -> Entity
+
+  Class TargetPath -> Entity
+
+  Class FileName -> Entity2
+
+  Class Entity2 -> Entity
+    Attribute plugin : EString<<1..1>>
+    Attribute files : EMap