<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>news.eclipse.modeling.gmt</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/maillist.html</link>
		<description>NewsGroup: news.eclipse.modeling.gmt</description>
		<language>en-us</language>
		<pubDate>Wed, 10 Sep 2008 21:00:06 GMT</pubDate>
		<lastBuildDate>Wed, 10 Sep 2008 21:00:06 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>news.eclipse.modeling.gmt</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.modeling.gmt] List Closure</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00954.html</link>
		<description>With the move of the GMT components to Modeling and the creation of specific newsgroups for each component this list will be closed. The archives will be available here: http://dev.eclipse.org/newslists/news.eclipse.modeling.gmt. -Webmaster. </description>
		<content:encoded><![CDATA[<tt>With the move of the GMT components to Modeling and the creation of 
specific newsgroups for each component this list will be closed.  The 
archives will be available here: 
<a  href="http://dev.eclipse.org/newslists/news.eclipse.modeling.gmt">http://dev.eclipse.org/newslists/news.eclipse.modeling.gmt</a>.</tt><br>
<br>
<pre style="margin: 0em;">-Webmaster.</pre><br>
<br>
]]></content:encoded>
		<pubDate>Wed, 10 Sep 2008 20:46:55 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00954.html</guid>
		<author>webmaster@xxxxxxx (Webmaster(Matt Ward))</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmt] [Epsilon] Moving to Modeling/GMT</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00953.html</link>
		<description>Hi, Epsilon is moving from the Technology/GMT to the Modeling/GMT project. As of today, the /cvsroot/technology/org.eclipse.gmt CVS folder does not exist (yes, it was as much a surprise to us) and the binaries have been moved elsewhere. As a consequence th...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,</pre><br>
<tt>Epsilon is moving from the Technology/GMT to the Modeling/GMT project. 
As of today, the /cvsroot/technology/org.eclipse.gmt CVS folder does not 
exist (yes, it was as much a surprise to us) and the binaries have been 
moved elsewhere.</tt><br>
<br>
<tt>As a consequence the pages/installation guides are now heavily out of 
sync with reality but we expect to fix this within the next couple of days.</tt><br>
<br>
<tt>On the bright side, Epsilon now has its own newsgroup (eclipse.epsilon) 
where you won't need to prefix your messages with [Epsilon] any more :p 
We'll be posting updates on the progress of the migration both to 
eclipse.epsilon and to here (at least until this newsgroup is also 
suddenly deleted - or a black hole from CERN swallows the planet).</tt><br>
<br>
<pre style="margin: 0em;">See you in eclipse.epsilon!</pre><br>
<pre style="margin: 0em;">Cheers,
Dimitrios</pre><br>
]]></content:encoded>
		<pubDate>Wed, 10 Sep 2008 16:57:51 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00953.html</guid>
		<author>dskolovos@xxxxxxx (Dimitrios Kolovos)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmt] Re: [MOFScript] Problem with executing	MOFScript programmatically</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00952.html</link>
		<description>Hello, I think the problem is caused by a wrong compile path. How do I have to set the compile-path of ParserUtil when I want to load a transformation that is stored inside a plug-in? Somehow ParserUtil can not resolve the imports if I determine the compil...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello,</pre><br>
<tt>I think the problem is caused by a wrong compile path. How do I have to 
set the compile-path of ParserUtil when I want to load a transformation 
that is stored inside a plug-in? Somehow ParserUtil can not resolve the 
imports if I determine the compile path with the FileLocator inside the 
plug-in. For example:</tt><br>
<br>
<pre style="margin: 0em;">C:\eclipse\configuration\org.eclipse.osgi\bundles\586\1\.cp\transformations\jademm2java</pre><br>
<pre style="margin: 0em;">If I pass a static path like C:\transformations\jademm2java it works.</pre><br>
<pre style="margin: 0em;">Regards,</pre><br>
<pre style="margin: 0em;">Stefan</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt><br>Stefan Warwas schrieb:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hello,</pre><br>
<tt>I am developing an Eclipse plug-in that executes a MOFScript 
transformation on a selected model to generate source code. 
Unfortunately, I have the following problem:  The transformation 
consists of several m2t files that are imported by the main m2t file. If 
I start a new instance of Eclipse to test the plug-in, the 
transformation sometimes works and sometimes not (without changing 
anything). The transformation always executes the main m2t file, but 
(sometimes) the imported m2t files can not be resolved. If I export the 
plug-in and copy it to another Eclipse's plugin folder, only the main 
m2t file is executed (the imported ones never). The error message is:</tt><br>
<br>
<pre style="margin: 0em;">#Runtime Error in FunctionCallEvaluator:# Unknown function ...</pre><br>
<tt>I followed the MOFScript User Guide 0.6 to execute the transformation 
programmatically. I checked the compile path etc. but I could not find 
the problem. ParserUtil does not complain about the imports. As far as I 
understood I just have to invoke the ParserUtil with the main m2t file, 
right? The examples I found considered only one m2t file without imports.</tt><br>
<br>
<pre style="margin: 0em;">Perhaps somebody can give me some hints how to solve this problem. Thanks!</pre><br>
<pre style="margin: 0em;">Regards,</pre><br>
<tt>Stefan
</tt></blockquote><br>
]]></content:encoded>
		<pubDate>Wed, 10 Sep 2008 13:11:58 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00952.html</guid>
		<author>Stefan.Warwas@xxxxxxx (Stefan Warwas)</author>
	</item>


	<item>
		<title>[news.eclipse.modeling.gmt] [MOFscript] list.remove(object) remove	all the rest elements:</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00951.html</link>
		<description>Hello, I'm useing list.remove(o) to remove certain elements in the list,but it seems all the rest elements starting from the element which I wanns remove are removed. Is this remove() different from common remove() in ordinary programming language? Thank y...</description>
		<content:encoded><![CDATA[<tt>Hello,<br>
 I'm useing list.remove(o) to remove certain elements in the list,but it 
seems all the rest elements starting from the element which I wanns remove 
are removed.<br>
Is this remove() different from common remove() in ordinary programming 
language?</tt><br>
<br>
<pre style="margin: 0em;"><br>Thank you!</pre><br>
<tt><br>Ye  </tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Mon, 08 Sep 2008 13:04:50 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00951.html</guid>
		<author>yeliu@xxxxxxx (yeliu )</author>
	</item>


	<item>
		<title>[news.eclipse.modeling.gmt] Re: [Epsilon] wizards not finding	operations</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00950.html</link>
		<description>It seems that after re-starting Eclipse a couple of times it started working...sorry for disturbing! Kimon O/H Kimon Polychroniadis &amp;#x3AD;&amp;#x3B3;&amp;#x3C1;&amp;#x3B1;&amp;#x3C8;&amp;#x3B5;: </description>
		<content:encoded><![CDATA[<tt>It seems that after re-starting Eclipse a couple of times it started 
working...sorry for disturbing!</tt><br>
<br>
<pre style="margin: 0em;">Kimon</pre><br>
<tt><br>O/H Kimon Polychroniadis &#x3AD;&#x3B3;&#x3C1;&#x3B1;&#x3C8;&#x3B5;:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hello,</pre><br>
<pre style="margin: 0em;">I suddenly seem to have a problem with an EWL file...Aany
operation I have defined, cannot be found from the wizards. Though, all
methods have been working fine before and I have made no changes.</pre><br>
<tt>What could be the cause of this?
</tt></blockquote><br>
]]></content:encoded>
		<pubDate>Sat, 06 Sep 2008 23:56:20 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00950.html</guid>
		<author>kpolychr@xxxxxxx (Kimon Polychroniadis)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmt] [Epsilon] wizards not finding operations</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00949.html</link>
		<description>Hello, I suddenly seem to have a problem with an EWL file...Aany operation I have defined, cannot be found from the wizards. Though, all methods have been working fine before and I have made no changes. What could be the cause of this? </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello,</pre><br>
<pre style="margin: 0em;">I suddenly seem to have a problem with an EWL file...Aany
operation I have defined, cannot be found from the wizards. Though, all
methods have been working fine before and I have made no changes.</pre><br>
<pre style="margin: 0em;">What could be the cause of this?</pre><br>
]]></content:encoded>
		<pubDate>Sat, 06 Sep 2008 23:11:31 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00949.html</guid>
		<author>kpolychr@xxxxxxx (Kimon Polychroniadis)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmt] Re: [Epsilon] top-level container in EOL</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00948.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Kimon,</pre><br>
<tt>There is no such built-in operation. However, the following operation 
should do the job:</tt><br>
<br>
<pre style="margin: 0em;">operation Any topEContainer() {
  if (self.eContainer().isDefined()) {
    return self.eContainer().topEContainer();
  }
  else {
    return self;
  }
}</pre><br>
<pre style="margin: 0em;">Cheers,
Dimitris</pre><br>
<tt>Kimon Polychroniadis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hello,</pre><br>
<tt>I was wondering whether there is a built-in operation to find the 
top-lever container of a model element.</tt><br>
<br>
<pre style="margin: 0em;">E.g.</pre><br>
<pre style="margin: 0em;">A contains B contains C contains D</pre><br>
<tt>is there a method that allows me to find the top-level container, which 
in that case would be container A?</tt><br>
<br>
<pre style="margin: 0em;">Thank you in advance,
Kimon
</pre></blockquote><br>
]]></content:encoded>
		<pubDate>Sat, 06 Sep 2008 08:17:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00948.html</guid>
		<author>dskolovos@xxxxxxx (Dimitrios Kolovos)</author>
	</item>


	<item>
		<title>[news.eclipse.modeling.gmt] [Epsilon] top-level container in EOL</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00947.html</link>
		<description>Hello, I was wondering whether there is a built-in operation to find the top-lever container of a model element. E.g. A contains B contains C contains D is there a method that allows me to find the top-level container, which in that case would be container...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello,</pre><br>
<tt>I was wondering whether there is a built-in operation to find the 
top-lever container of a model element.</tt><br>
<br>
<pre style="margin: 0em;">E.g.</pre><br>
<pre style="margin: 0em;">A contains B contains C contains D</pre><br>
<tt>is there a method that allows me to find the top-level container, which 
in that case would be container A?</tt><br>
<br>
<pre style="margin: 0em;">Thank you in advance,
Kimon</pre><br>
]]></content:encoded>
		<pubDate>Sat, 06 Sep 2008 03:23:35 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00947.html</guid>
		<author>kpolychr@xxxxxxx (Kimon Polychroniadis)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmt] Re: [Epsilon]cloning a model element in	EOL</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00946.html</link>
		<description>This is the approach I have adopted, yet I was wondering if there is any way of copying the references and attributes without having to do that one-by-one, in a more generic manner. But I suppose that is far more practical for immediate use. Thank you very...</description>
		<content:encoded><![CDATA[<tt>This is the approach I have adopted, yet I was wondering if there is any 
way of copying the references and attributes without having to do that 
one-by-one, in a more generic manner. But I suppose that is far more 
practical for immediate use.</tt><br>
<br>
<pre style="margin: 0em;">Thank you very much,
Kimon</pre><br>
<tt>O/H Dimitrios Kolovos &#x3AD;&#x3B3;&#x3C1;&#x3B1;&#x3C8;&#x3B5;:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Kimon,</pre><br>
<pre style="margin: 0em;">Say you have</pre><br>
<pre style="margin: 0em;">class A {
  attr String a1;
  ref A[*] referenced;
  val A[*] contained[*];
}</pre><br>
<pre style="margin: 0em;">To create a copy you should define an operation like this:</pre><br>
<pre style="margin: 0em;">operation A createCopy() {
  var n : new A;
  n.a1 := self.a1;
  n.referenced := self.referenced;
  for (contained in self.contained) {
    n.contained.add(contained.createCopy());
  }
  return n;
}</pre><br>
<tt>Now if you need to have a generic operation that creates a copy of any 
element, you should use EMF reflection - but in this case it is simpler 
(and safer) to just use the EcoreUtil.copy method mentioned previously.</tt><br>
<br>
<pre style="margin: 0em;">Cheers,
Dimitris</pre><br>
<tt>Kimon Polychroniadis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>So, let's suppose there is model element A of type TypeOfA , and I 
wish to create a copy.<br>
Isn't it possible to create a copy in a more 'manual' manner, with the 
following the steps below:</tt><br>
<br>
<pre style="margin: 0em;">1. create a new element e.g. B := new TypeOfA;</pre><br>
<tt>2. copy A's attributes and feature values one by one (looping through 
the attributes and features of A, B(.</tt><br>
<br>
<pre style="margin: 0em;">3. move B in the container of choice.</pre><br>
<tt>However, I am not sure as to how I should reference the atttributes 
and features of A (and their values).</tt><br>
<br>
<tt>I realise the solution (if feasible) is a bit 'brute force' but it's a 
relatively small model I 've got, so I don't think performance would 
be an issue.</tt><br>
<br>
<pre style="margin: 0em;">Thanks,
Kimon</pre><br>
<tt>O/H Dimitrios Kolovos &#x3AD;&#x3B3;&#x3C1;&#x3B1;&#x3C8;&#x3B5;:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Kimon,</pre><br>
<tt>Thanks for submitting 
<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=246352">https://bugs.eclipse.org/bugs/show_bug.cgi?id=246352</a></tt><br>
<br>
<pre style="margin: 0em;">I'll look into it shortly.</pre><br>
<pre style="margin: 0em;">Cheers,
Dimitris</pre><br>
<tt>Dimitrios Kolovos wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Kimon,</pre><br>
<tt>There is currently no built-in operation for copying model elements 
in EOL; however this seems to be a useful addition. Could you please 
open a feature request in the bugzilla?</tt><br>
<br>
<tt>As a temporary workaround you can use the (static) 
EcoreUtil.copy(EObject eObject) method which does exactly that. 
You'll need to create a new Epsilon tool and add a copy(EObject) 
operation that delegates to the respective operation of the 
EcoreUtil class.</tt><br>
<br>
<pre style="margin: 0em;">Cheers,
Dimitris</pre><br>
<tt>Kimon Polychroniadis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi,</pre><br>
<tt>I am trying to copy an element of my model in another container in the<br>
model. For example I got element A in container C1 and I want to 
make a<br>
copy of A (e.g. B) in another container (e.g. C2). So the goal is to<br>
have A in C1 and B in C2, wiht A and B being identical.</tt><br>
<br>
<tt>However, I noticed that the ':= ' operator moves the object rather<br>
copying it. I also thought of using the clone() command, 
manipulating the element as a Collection, no result. Is there a 
more rational way of doing this?</tt><br>
<br>
<pre style="margin: 0em;">Thank you in advance,
Kimon
</pre></blockquote></blockquote></blockquote></blockquote></blockquote><br>
]]></content:encoded>
		<pubDate>Fri, 05 Sep 2008 14:48:49 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00946.html</guid>
		<author>kpolychr@xxxxxxx (Kimon Polychroniadis)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmt] Re: [Epsilon]cloning a model element in	EOL</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00945.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Kimon,</pre><br>
<pre style="margin: 0em;">Say you have</pre><br>
<pre style="margin: 0em;">class A {
  attr String a1;
  ref A[*] referenced;
  val A[*] contained[*];
}</pre><br>
<pre style="margin: 0em;">To create a copy you should define an operation like this:</pre><br>
<pre style="margin: 0em;">operation A createCopy() {
  var n : new A;
  n.a1 := self.a1;
  n.referenced := self.referenced;
  for (contained in self.contained) {
    n.contained.add(contained.createCopy());
  }
  return n;
}</pre><br>
<tt>Now if you need to have a generic operation that creates a copy of any 
element, you should use EMF reflection - but in this case it is simpler 
(and safer) to just use the EcoreUtil.copy method mentioned previously.</tt><br>
<br>
<pre style="margin: 0em;">Cheers,
Dimitris</pre><br>
<tt>Kimon Polychroniadis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>So, let's suppose there is model element A of type TypeOfA , and I wish 
to create a copy.<br>
Isn't it possible to create a copy in a more 'manual' manner, with the 
following the steps below:</tt><br>
<br>
<pre style="margin: 0em;">1. create a new element e.g. B := new TypeOfA;</pre><br>
<tt>2. copy A's attributes and feature values one by one (looping through 
the attributes and features of A, B(.</tt><br>
<br>
<pre style="margin: 0em;">3. move B in the container of choice.</pre><br>
<tt>However, I am not sure as to how I should reference the atttributes and 
features of A (and their values).</tt><br>
<br>
<tt>I realise the solution (if feasible) is a bit 'brute force' but it's a 
relatively small model I 've got, so I don't think performance would be 
an issue.</tt><br>
<br>
<pre style="margin: 0em;">Thanks,
Kimon</pre><br>
<tt>O/H Dimitrios Kolovos &#x3AD;&#x3B3;&#x3C1;&#x3B1;&#x3C8;&#x3B5;:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Kimon,</pre><br>
<tt>Thanks for submitting 
<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=246352">https://bugs.eclipse.org/bugs/show_bug.cgi?id=246352</a></tt><br>
<br>
<pre style="margin: 0em;">I'll look into it shortly.</pre><br>
<pre style="margin: 0em;">Cheers,
Dimitris</pre><br>
<tt>Dimitrios Kolovos wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Kimon,</pre><br>
<tt>There is currently no built-in operation for copying model elements 
in EOL; however this seems to be a useful addition. Could you please 
open a feature request in the bugzilla?</tt><br>
<br>
<tt>As a temporary workaround you can use the (static) 
EcoreUtil.copy(EObject eObject) method which does exactly that. 
You'll need to create a new Epsilon tool and add a copy(EObject) 
operation that delegates to the respective operation of the EcoreUtil 
class.</tt><br>
<br>
<pre style="margin: 0em;">Cheers,
Dimitris</pre><br>
<tt>Kimon Polychroniadis wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi,</pre><br>
<pre style="margin: 0em;">I am trying to copy an element of my model in another container in the
model. For example I got element A in container C1 and I want to make a
copy of A (e.g. B) in another container (e.g. C2). So the goal is to
have A in C1 and B in C2, wiht A and B being identical.</pre><br>
<tt>However, I noticed that the ':= ' operator moves the object rather<br>
copying it. I also thought of using the clone() command, 
manipulating the element as a Collection, no result. Is there a more 
rational way of doing this?</tt><br>
<br>
<pre style="margin: 0em;">Thank you in advance,
Kimon
</pre></blockquote></blockquote></blockquote></blockquote><br>
]]></content:encoded>
		<pubDate>Fri, 05 Sep 2008 14:36:44 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmt/msg00945.html</guid>
		<author>dskolovos@xxxxxxx (Dimitrios Kolovos)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
