Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-03-25 09:45:53 +0000
committerCamille Letavernier2015-03-25 12:34:38 +0000
commit580ccd1d565af1283c2d962194f5e3a42cc350e2 (patch)
tree73965b31b4074bc23d9d2427ef8a560b61ef0d06 /plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse
parentf632da9d1ea25f7cd4f34b5563b17baa902ec705 (diff)
downloadorg.eclipse.papyrus-580ccd1d565af1283c2d962194f5e3a42cc350e2.tar.gz
org.eclipse.papyrus-580ccd1d565af1283c2d962194f5e3a42cc350e2.tar.xz
org.eclipse.papyrus-580ccd1d565af1283c2d962194f5e3a42cc350e2.zip
Bug 462954: [ALF] Integrate the new ALF grammar & tooling
https://bugs.eclipse.org/bugs/show_bug.cgi?id=462954 Remove CDO dependency from ALF syntax model. The next re-generation of the code will not re-introduce the dependency. Also removed the EMF CDO repository from the top POMs for main product and tests. Change-Id: I49e98f6b5f3ab13b0c0215218d275e32c6088e07
Diffstat (limited to 'plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse')
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse/papyrus/uml/alf/alf.genmodel5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse/papyrus/uml/alf/alf.genmodel b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse/papyrus/uml/alf/alf.genmodel
index 3791caeb1fe..4ce27956309 100644
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse/papyrus/uml/alf/alf.genmodel
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf/src/org/eclipse/papyrus/uml/alf/alf.genmodel
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.eclipse.papyrus.uml.alf/syntax-gen" modelPluginID="org.eclipse.papyrus.uml.alf"
- modelName="Alf" rootExtendsInterface="org.eclipse.emf.cdo.CDOObject" rootExtendsClass="org.eclipse.emf.internal.cdo.CDOObjectImpl"
- reflectiveDelegation="true" importerID="org.eclipse.emf.importer.cdo" featureDelegation="Reflective"
+ modelName="Alf"
+ reflectiveDelegation="true" featureDelegation="Reflective"
complianceLevel="6.0" copyrightFields="false" operationReflection="true" importOrganizing="true">
<foreignModel>alf.ecore</foreignModel>
- <modelPluginVariables>CDO=org.eclipse.emf.cdo</modelPluginVariables>
<genPackages prefix="Alf" basePackage="org.eclipse.papyrus.uml" resource="XML" disposableProviderFactory="true"
loadInitialization="true" literalsInterface="false" ecorePackage="alf.ecore#/">
<genClasses ecoreClass="alf.ecore#//AssignedSource">

Back to the top