Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gmf-dev] Multiple ecore reference in XMI file

Please ask this question on the newsgroup. This list is reserved to discussions about the development of the GMF project.

GMF team, may I suggest opening a gmf-user mailing list ?

Thanks,

Antoine

On Thu, Nov 20, 2008 at 1:45 PM, albateos <icakirlar@xxxxxxxxx> wrote:

Hi,

 I want to prepare a multi editor project. But in our project all editors
should share the same XMI (domain) file. At the same time all editors ecore
models are different. But when we create the XMI file, it  includes only one
reference to ecore like :

xmlns:tr.edu.ege.seagent.htneditor="http:///tr/edu/ege/seagent/htneditor.ecore"
.

We believe that we can solve this problem with multiple ecore reference to
our different ecore models. (And we dont want to merge all ecore models. All
models are not stable so when we change one model we want to change only
corressponding editor.)


xmlns:tr.edu.ege.seagent.htneditor="http:///tr/edu/ege/seagent/htneditor.ecore"
xmlns:tr.edu.ege.seagent.protocol="http:///tr/edu/ege/seagent/protocol.ecore"
.......

Or is there any other solutions that you can advise??

Thanks

İbrahim
--
View this message in context: http://www.nabble.com/Multiple-ecore-reference-in-XMI-file-tp20596344p20596344.html
Sent from the Eclipse GMF - Dev mailing list archive at Nabble.com.

_______________________________________________
gmf-dev mailing list
gmf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gmf-dev



--
http://www.lunar-ocean.com/blog


Back to the top