Author: guixl
Date: Sun May 23 05:37:42 2010
New Revision: 947364

URL: http://svn.apache.org/viewvc?rev=947364&view=rev
Log:
add Extension Excute Content in ecore data model add generation relative codes

Modified:
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.properties
    
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.xml

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.properties
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.properties?rev=947364&r1=947363&r2=947364&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.properties
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.properties
 Sun May 23 05:37:42 2010
@@ -152,3 +152,5 @@ metatype.name.State_3046=State
 metatype.name.Data_3047=Data
 metatype.name.Content_3048=Content
 metatype.name.Transition_4001=Transition
+metatype.name.ExtenExecContent_3049=ExtenExecContent
+metatype.name.ExtenExecContent_3050=ExtenExecContent

Modified: 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.xml?rev=947364&r1=947363&r2=947364&view=diff
==============================================================================
--- 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.xml
 (original)
+++ 
commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/plugin.xml
 Sun May 23 05:37:42 2010
@@ -489,6 +489,16 @@
       </metamodel>
       <metamodel nsURI="org.apache.commons.scxml">
          <metamodelType
+               
id="org.apache.commons.scxml.modeling.diagram.ExtenExecContent_3049"
+               name="%metatype.name.ExtenExecContent_3049"
+               kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
+               eclass="ExtenExecContent"
+               
edithelper="org.apache.commons.scxml.modeling.diagram.edit.helpers.ExtenExecContentEditHelper">
+            <param name="semanticHint" value="3049"/>
+         </metamodelType>
+      </metamodel>
+      <metamodel nsURI="org.apache.commons.scxml">
+         <metamodelType
                id="org.apache.commons.scxml.modeling.diagram.OnExit_3016"
                name="%metatype.name.OnExit_3016"
                kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType"
@@ -579,6 +589,15 @@
          </specializationType>
       </metamodel>
       <metamodel nsURI="org.apache.commons.scxml">
+         <specializationType
+               
id="org.apache.commons.scxml.modeling.diagram.ExtenExecContent_3050"
+               name="%metatype.name.ExtenExecContent_3050"
+               kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType">
+            <specializes 
id="org.apache.commons.scxml.modeling.diagram.ExtenExecContent_3049"/>
+            <param name="semanticHint" value="3050"/>
+         </specializationType>
+      </metamodel>
+      <metamodel nsURI="org.apache.commons.scxml">
          <metamodelType
                id="org.apache.commons.scxml.modeling.diagram.Invoke_3026"
                name="%metatype.name.Invoke_3026"
@@ -838,6 +857,7 @@
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Content_3013"/>
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Param_3014"/>
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Script_3015"/>
+         <elementType 
ref="org.apache.commons.scxml.modeling.diagram.ExtenExecContent_3049"/>
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.OnExit_3016"/>
          <elementType ref="org.apache.commons.scxml.modeling.diagram.If_3017"/>
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Assign_3018"/>
@@ -848,6 +868,7 @@
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Param_3023"/>
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Send_3024"/>
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Script_3025"/>
+         <elementType 
ref="org.apache.commons.scxml.modeling.diagram.ExtenExecContent_3050"/>
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Invoke_3026"/>
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Finalize_3027"/>
          <elementType 
ref="org.apache.commons.scxml.modeling.diagram.Param_3028"/>


Reply via email to