Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkulp2004-02-03 23:18:36 +0000
committerrkulp2004-02-03 23:18:36 +0000
commit5b64378dbf6f879d7067ff24c27cc568fb756870 (patch)
tree40faa8116fd34b3a5d281ce8bd5956e6d3da0a6c /plugins/org.eclipse.jem/model/instance.genmodel
parentdeb6a21eb17c1e55e3dce16175d597fcda0d9013 (diff)
downloadwebtools.javaee-5b64378dbf6f879d7067ff24c27cc568fb756870.tar.gz
webtools.javaee-5b64378dbf6f879d7067ff24c27cc568fb756870.tar.xz
webtools.javaee-5b64378dbf6f879d7067ff24c27cc568fb756870.zip
Parse tree evaluation - most of it.
Diffstat (limited to 'plugins/org.eclipse.jem/model/instance.genmodel')
-rw-r--r--plugins/org.eclipse.jem/model/instance.genmodel2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.jem/model/instance.genmodel b/plugins/org.eclipse.jem/model/instance.genmodel
index 01ac5028e..788ea3426 100644
--- a/plugins/org.eclipse.jem/model/instance.genmodel
+++ b/plugins/org.eclipse.jem/model/instance.genmodel
@@ -29,7 +29,7 @@
<genEnumLiterals ecoreEnumLiteral="instance.ecore#//PTInfixOperator/XOR"/>
<genEnumLiterals ecoreEnumLiteral="instance.ecore#//PTInfixOperator/AND"/>
<genEnumLiterals ecoreEnumLiteral="instance.ecore#//PTInfixOperator/OR"/>
- <genEnumLiterals ecoreEnumLiteral="instance.ecore#//PTInfixOperator/CONDITIONAL_ADD"/>
+ <genEnumLiterals ecoreEnumLiteral="instance.ecore#//PTInfixOperator/CONDITIONAL_AND"/>
<genEnumLiterals ecoreEnumLiteral="instance.ecore#//PTInfixOperator/CONDITIONAL_OR"/>
</genEnums>
<genEnums ecoreEnum="instance.ecore#//PTPrefixOperator">

Back to the top