Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2007-04-04 22:17:13 +0000
committerkhussey2007-04-04 22:17:13 +0000
commit9e0fc41e6dac9f4aefbe0b155aa554263de935ae (patch)
treeb5144c69223fc1aea740e5a9871487965b28c476 /plugins/org.eclipse.uml2.uml/model
parenteaff1875384beb0be4ee8365126fd46628becdd8 (diff)
downloadorg.eclipse.uml2.git.040612-9e0fc41e6dac9f4aefbe0b155aa554263de935ae.tar.gz
org.eclipse.uml2.git.040612-9e0fc41e6dac9f4aefbe0b155aa554263de935ae.tar.xz
org.eclipse.uml2.git.040612-9e0fc41e6dac9f4aefbe0b155aa554263de935ae.zip
[105199] Adding converter options for invariant constraints and operation bodies.
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/model')
-rw-r--r--plugins/org.eclipse.uml2.uml/model/UML.genmodel2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.uml2.uml/model/UML.genmodel b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
index dcb37c2f..2656c947 100644
--- a/plugins/org.eclipse.uml2.uml/model/UML.genmodel
+++ b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
@@ -23,6 +23,8 @@
<details key="SUPER_CLASS_ORDER" value="PROCESS"/>
<details key="UNION_PROPERTIES" value="PROCESS"/>
<details key="DUPLICATE_OPERATION_INHERITANCE" value="PROCESS"/>
+ <details key="OPERATION_BODIES" value="IGNORE"/>
+ <details key="INVARIANT_CONSTRAINTS" value="PROCESS"/>
</genAnnotations>
<foreignModel>UML.merged.uml</foreignModel>
<genPackages xsi:type="genmodel:GenPackage" prefix="UML" basePackage="org.eclipse.uml2"

Back to the top