<?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>mdt-uml2.dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/maillist.html</link>
		<description>mdt-uml2.dev</description>
		<language>en-us</language>
		<pubDate>Sun, 22 Apr 2012 10:00:03 GMT</pubDate>
		<lastBuildDate>Sun, 22 Apr 2012 10:00:03 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>mdt-uml2.dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/maillist.html</link>
		</image>
 

	<item>
		<title>[mdt-uml2.dev] UML Standalone Initialization</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00055.html</link>
		<description>Hi The Juno release of MDT/UML2 adds UML 2.4 and 2.4.1 support and consequently many more namespaces whose content handlers need to be correctly registered. When running within Eclipse, the magic of extension points should ensure that this happens automati...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi</pre><br>
<tt>The Juno release of MDT/UML2 adds UML 2.4 and 2.4.1 support and 
consequently many more namespaces whose content handlers need to be 
correctly registered.</tt><br>
<br>
<tt>When running within Eclipse, the magic of extension points should ensure 
that this happens automatically.</tt><br>
<br>
<tt>When running standalone, these registrations have been a consumer 
responsibility. Most modeling tools have emerged in the last few years 
while UML2 has been stable with support for UML 2.2 and so the 
complexities of multi-version support is easily overlooked in some 
handcrafted UML initialisation code.</tt><br>
<br>
<tt>In the latest MDT/UML2 I-build, there is a UML standalone initialization 
routine (<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=364419">https://bugs.eclipse.org/bugs/show_bug.cgi?id=364419</a>). Just 
invoke UMLResourcesUtil.init(null). This does all the hard work, and 
should hide the next generation of changes for UML 2.5. Only the 
physical location URI mappings are missing; i.e. from the resolution of 
&quot;platform:/resource/org.eclipse.uml2.uml.resources/profiles/&quot; to 
URI.createURI(UMLResource.PROFILES_PATHMAP); similarly for 'metamodels' 
and 'libraries'. If you have automated plugin location, using classpath 
analysis as performed by MWE2's StandaloneSetup scanPath, or 
org.eclipse.ocl.examples.domain.utilities.StandaloneProjectMap, this 
missing step may be done automatically as well.</tt><br>
<br>
<tt>A patch to upgrade org.eclipse.ocl.uml.OCL.initialize(resourceSet) to 
call UMLResourcesUtil.init(resourceSet) is in the pipeline, so consumers 
of OCL.initialize need take no action other than taking the opportunity 
to remove their duplicate initializations.</tt><br>
<br>
<tt>Other tools are encouraged to start using UMLResourcesUtil.init(null) as 
soon as possible so that any residual bugs are fixed for Juno, ensuring 
that UML 2.5 can be introduced without a further downstream 
initialization ripple.</tt><br>
<br>
<pre style="margin: 0em;">    Regards</pre><br>
<pre style="margin: 0em;">        Ed Willink</pre><br>
]]></content:encoded>
		<pubDate>Sun, 22 Apr 2012 09:58:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00055.html</guid>
		<author>ed@xxxxxxx (Ed Willink)</author>
	</item>


	<item>
		<title>Re: [mdt-uml2.dev] Complete OCL validation at M1 and M2</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00054.html</link>
		<description> _______________________________________________ mdt-uml2.dev mailing list mdt-uml2.dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/mdt-uml2.dev No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1913 / Virus Database: 21...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td bgcolor="#FFFFFF" style="background-color: #FFFFFF; color: #000000; "><font color="#000000">
  
  
    Hi Kenn<br>
    <br>
    The good and bad feature of Complete OCL is that it's an independent
    text document, hence the inability of any tool to load it
    automatically.<br>
    <br>
    If you knew what the OCL was it could have been embedded in the
    model to start with.<br>
    <br>
    I'm toying with adding an EAnnotation/GenAnnotation to allow
    references to the Complete OCL, but it will always be the case that
    if I'm an Ecore modeller working for a company with very strong
    style rules then in the past I would need to develop a custom Ecore
    with stricter validation. Now I can just load a Complete OCL
    document to tailor Ecore with my style rules.<br>
    <br>
    Potentially some magic registry (e.g. the UMLX/QVTd/OCL Model
    Registry) could allow the user to provide user-specific model
    bindings and so reference the Complete OCL, but this requires tools
    to explicitly use the Model Registry capability.<br>
    <br>
    What might help is if there was an EMF Package Delegate that allowed
    a load action to be configured via extension points, then every load
    of *.uml could activate my package delegate that could go looking
    for some Complete OCL. At present it is impossible for non-EMF code
    to gain access before an Invocation/Setting/Validation/Query
    delegate is invoked.<br>
    <br>
    Similarly, I've been thinking DND would be much nicer than Load
    Resource..., and if a DND of a Complete OCL onto a ResourceSet could
    activate the EMF DND drop extension point, then use of Complete OCL
    gets even easier.<br>
    <br>
    &nbsp;&nbsp;&nbsp; Regards<br>
    <br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Ed<br>
    <br>
    On 06/02/2012 14:05, Kenn Hussey wrote:
    <blockquote
cite=""
      type="cite">Ed,
      <div><br>
      </div>
      <div>Where are the Complete OCL invariants being defined? It seems
        that that would be the right place to ensure that Complete OCL
        is loaded (e.g., by adding a dependency). Or, if functionality
        like this is desirable in Papyrus, perhaps it makes sense to
        ensure that it's loaded there...</div>
      <div><br>
      </div>
      <div>Kenn<br>
        <br>
        <div class="gmail_quote">On Fri, Feb 3, 2012 at 2:15 AM, Ed
          Willink <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:ed@xxxxxxxxxxxxx">ed@xxxxxxxxxxxxx</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            Hi Kenn<br>
            <br>
            I'm trying to make Complete OCL validation work
            interactively.<br>
            <br>
            i.e.<br>
            User has Ecore/UML/... meta-model<br>
            User has Complete OCL complement to that meta-model<br>
            User has instance of that meta-model<br>
            then<br>
            User validates and the Complete OCL invariants are executed<br>
            <br>
            Problem has always been that validation does not know that
            Complete OCL exists so it is ignored and useless.<br>
            <br>
            Solution: provide a Load Complete OCL Menu Action to enhance
            the model and/or ResourceSet and/or EValidatorRegistry.<br>
            <br>
            This can be applied at M1 or M2, so if a Complete OCL
            document is loaded into an Ecore editor, the additional
            constraints can enforce arbitrary style constraints such as
            "interface-name must start with I".<br>
            <br>
            So if Complete OCL can augment the UML Model Editor
            externally at M2, shouldn't Stereotypes also provide OCL
            that works internally at M2? I see Papyrus traffic that
            seems to be wanting this.<br>
            <br>
            Since MDT/UML2 has no dependencies on MDT/OCL this
            capability is not directly supported by MDT/UML2, but is
            there some form of delegate already in place that MDT/OCL
            should be exploiting or is something new required?<br>
            <br>
            &nbsp; &nbsp; &nbsp; &nbsp;Regards<br>
            <br>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ed Willink<br>
            <br>
            _______________________________________________<br>
            mdt-uml2.dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:mdt-uml2.dev@xxxxxxxxxxx" target="_blank">mdt-uml2.dev@xxxxxxxxxxx</a><br>
            <a moz-do-not-send="true"
              href="https://dev.eclipse.org/mailman/listinfo/mdt-uml2.dev"
              target="_blank">https://dev.eclipse.org/mailman/listinfo/mdt-uml2.dev</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mdt-uml2.dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mdt-uml2.dev@xxxxxxxxxxx">mdt-uml2.dev@xxxxxxxxxxx</a>
<a class="moz-txt-link-freetext" href="https://dev.eclipse.org/mailman/listinfo/mdt-uml2.dev">https://dev.eclipse.org/mailman/listinfo/mdt-uml2.dev</a>
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <p class="" avgcert""="" color="#000000" align="left">No virus
        found in this message.<br>
        Checked by AVG - <a moz-do-not-send="true"
          href="http://www.avg.com">www.avg.com</a><br>
        Version: 2012.0.1913 / Virus Database: 2112/4791 - Release Date:
        02/05/12</p>
    </blockquote>
    <br>
  


</font></td></tr></table>]]></content:encoded>
		<pubDate>Mon, 06 Feb 2012 17:20:27 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00054.html</guid>
		<author>ed@xxxxxxx (Ed Willink)</author>
	</item>
	<item>
		<title>Re: [mdt-uml2.dev] Complete OCL validation at M1 and M2</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00053.html</link>
		<description></description>
		<content:encoded><![CDATA[Ed,<div><br></div><div>Where are the Complete OCL invariants being defined? It seems that that would be the right place to ensure that Complete OCL is loaded (e.g., by adding a dependency). Or, if functionality like this is desirable in Papyrus, perhaps it makes sense to ensure that it&#39;s loaded there...</div>
<div><br></div><div>Kenn<br><br><div class="gmail_quote">On Fri, Feb 3, 2012 at 2:15 AM, Ed Willink <span dir="ltr">&lt;<a href="mailto:ed@xxxxxxxxxxxxx">ed@xxxxxxxxxxxxx</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Kenn<br>
<br>
I&#39;m trying to make Complete OCL validation work interactively.<br>
<br>
i.e.<br>
User has Ecore/UML/... meta-model<br>
User has Complete OCL complement to that meta-model<br>
User has instance of that meta-model<br>
then<br>
User validates and the Complete OCL invariants are executed<br>
<br>
Problem has always been that validation does not know that Complete OCL exists so it is ignored and useless.<br>
<br>
Solution: provide a Load Complete OCL Menu Action to enhance the model and/or ResourceSet and/or EValidatorRegistry.<br>
<br>
This can be applied at M1 or M2, so if a Complete OCL document is loaded into an Ecore editor, the additional constraints can enforce arbitrary style constraints such as &quot;interface-name must start with I&quot;.<br>
<br>
So if Complete OCL can augment the UML Model Editor externally at M2, shouldn&#39;t Stereotypes also provide OCL that works internally at M2? I see Papyrus traffic that seems to be wanting this.<br>
<br>
Since MDT/UML2 has no dependencies on MDT/OCL this capability is not directly supported by MDT/UML2, but is there some form of delegate already in place that MDT/OCL should be exploiting or is something new required?<br>

<br>
 &#xA0; &#xA0; &#xA0; &#xA0;Regards<br>
<br>
 &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;Ed Willink<br>
<br>
______________________________<u></u>_________________<br>
mdt-uml2.dev mailing list<br>
<a href="mailto:mdt-uml2.dev@xxxxxxxxxxx" target="_blank">mdt-uml2.dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/mdt-uml2.dev" target="_blank">https://dev.eclipse.org/<u></u>mailman/listinfo/mdt-uml2.dev</a><br>
</blockquote></div><br></div>
]]></content:encoded>
		<pubDate>Mon, 06 Feb 2012 14:05:45 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00053.html</guid>
		<author>kenn.hussey@xxxxxxx (Kenn Hussey)</author>
	</item>


	<item>
		<title>[mdt-uml2.dev] Complete OCL validation at M1 and M2</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00052.html</link>
		<description>Hi Kenn I'm trying to make Complete OCL validation work interactively. i.e. User has Ecore/UML/... meta-model User has Complete OCL complement to that meta-model User has instance of that meta-model then User validates and the Complete OCL invariants are e...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Kenn</pre><br>
<pre style="margin: 0em;">I'm trying to make Complete OCL validation work interactively.</pre><br>
<pre style="margin: 0em;">i.e.
User has Ecore/UML/... meta-model
User has Complete OCL complement to that meta-model
User has instance of that meta-model
then
User validates and the Complete OCL invariants are executed</pre><br>
<tt>Problem has always been that validation does not know that Complete OCL 
exists so it is ignored and useless.</tt><br>
<br>
<tt>Solution: provide a Load Complete OCL Menu Action to enhance the model 
and/or ResourceSet and/or EValidatorRegistry.</tt><br>
<br>
<tt>This can be applied at M1 or M2, so if a Complete OCL document is loaded 
into an Ecore editor, the additional constraints can enforce arbitrary 
style constraints such as &quot;interface-name must start with I&quot;.</tt><br>
<br>
<tt>So if Complete OCL can augment the UML Model Editor externally at M2, 
shouldn't Stereotypes also provide OCL that works internally at M2? I 
see Papyrus traffic that seems to be wanting this.</tt><br>
<br>
<tt>Since MDT/UML2 has no dependencies on MDT/OCL this capability is not 
directly supported by MDT/UML2, but is there some form of delegate 
already in place that MDT/OCL should be exploiting or is something new 
required?</tt><br>
<br>
<pre style="margin: 0em;">	Regards</pre><br>
<pre style="margin: 0em;">		Ed Willink</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Feb 2012 07:15:11 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00052.html</guid>
		<author>ed@xxxxxxx (Ed Willink)</author>
	</item>


	<item>
		<title>Re: [mdt-uml2.dev] UML 2.4 plans</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00051.html</link>
		<description>Hi Kenn That's good, I feared that UML 2.4 enhancements might have a new excitement every milestone till M6. I'm adding notes to http://wiki.eclipse.org/MDT/OCL/FAQ#UML_2.4_migration. Regards Ed </description>
		<content:encoded><![CDATA[<tt>Hi Kenn
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>There will be no more API changes.
</tt></blockquote><tt>That's good, I feared that UML 2.4 enhancements might have a new 
excitement every milestone till M6.
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>If you have any notes on what you had to do to adopt the new version 
(other than the things you just mentioned), I'll be sure to include 
that in my migration guide...
</tt></blockquote><pre style="margin: 0em;">I'm adding notes to <a  href="http://wiki.eclipse.org/MDT/OCL/FAQ#UML_2.4_migration">http://wiki.eclipse.org/MDT/OCL/FAQ#UML_2.4_migration</a>.</pre><br>
<pre style="margin: 0em;">    Regards</pre><br>
<pre style="margin: 0em;">        Ed</pre><br>
]]></content:encoded>
		<pubDate>Fri, 23 Sep 2011 15:27:53 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00051.html</guid>
		<author>ed@xxxxxxx (Ed Willink)</author>
	</item>
	<item>
		<title>Re: [mdt-uml2.dev] UML 2.4 plans</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00050.html</link>
		<description></description>
		<content:encoded><![CDATA[Ed,<div><br></div><div>There are several bugs tagged for the 4.0 release which detail the plan. I&#39;ve also added comments to the main one (support for UML 2.4) indicating what&#39;s left to do. There will be no more API changes. I&#39;m currently working on migration for legacy model and support for XMI 2.4 (and CMOF 2.4) interchange; I hope to have those complete by mid-October, after which I&#39;ll be updating documentation and publishing a migration guide.</div>
<div><br></div><div>The source and reference models are now based directly on XMI models provided by the OMG, so yes, the naming changes were a necessary side-effect of that.</div><div><br></div><div>If you have any notes on what you had to do to adopt the new version (other than the things you just mentioned), I&#39;ll be sure to include that in my migration guide...</div>
<div><br></div><div>Kenn</div><div><br><br><div class="gmail_quote">On Fri, Sep 23, 2011 at 9:35 AM, Ed Willink <span dir="ltr">&lt;<a href="mailto:ed@xxxxxxxxxxxxx">ed@xxxxxxxxxxxxx</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi<br>
<br>
Are there any detailed plans for what will be in UML2 4.0.0 (the official project plan seems to be all boilerplate)?<br>
<br>
The 4.0.0M2 release shows some interesting UML 2.4 progress, but hits MDT/OCL.<br>
<br>
Some problems whereby MDT/OCL extends the MDT/UML2 meta-model are unavoidable, but others are less obvious.<br>
<br>
In particular JUnit tests fail until<br>
<br>
the UML URI is changed to 4.0.0 in test models; is a migration capability planned or have we got our declarations wrong?<br>
<br>
the UML package name is changed from &quot;uml&quot; to &quot;UML&quot;; probably a necessary UML-alignment change<br>
<br>
PrimitiveTypes package names are sorted out; probably a necessary UML-alignment change<br>
<br>
 &#xA0; &#xA0;Regards<br><font color="#888888">
<br>
 &#xA0; &#xA0; &#xA0; &#xA0;Ed Willink<br>
______________________________<u></u>_________________<br>
mdt-uml2.dev mailing list<br>
<a href="mailto:mdt-uml2.dev@xxxxxxxxxxx" target="_blank">mdt-uml2.dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/mdt-uml2.dev" target="_blank">https://dev.eclipse.org/<u></u>mailman/listinfo/mdt-uml2.dev</a><br>
</font></blockquote></div><br></div>
]]></content:encoded>
		<pubDate>Fri, 23 Sep 2011 14:27:32 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00050.html</guid>
		<author>kenn.hussey@xxxxxxx (Kenn Hussey)</author>
	</item>
	<item>
		<title>[mdt-uml2.dev] UML 2.4 plans</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00049.html</link>
		<description>Hi Are there any detailed plans for what will be in UML2 4.0.0 (the official project plan seems to be all boilerplate)? The 4.0.0M2 release shows some interesting UML 2.4 progress, but hits MDT/OCL. Some problems whereby MDT/OCL extends the MDT/UML2 meta-m...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi</pre><br>
<tt>Are there any detailed plans for what will be in UML2 4.0.0 (the 
official project plan seems to be all boilerplate)?</tt><br>
<br>
<tt>The 4.0.0M2 release shows some interesting UML 2.4 progress, but hits 
MDT/OCL.</tt><br>
<br>
<tt>Some problems whereby MDT/OCL extends the MDT/UML2 meta-model are 
unavoidable, but others are less obvious.</tt><br>
<br>
<pre style="margin: 0em;">In particular JUnit tests fail until</pre><br>
<tt>the UML URI is changed to 4.0.0 in test models; is a migration 
capability planned or have we got our declarations wrong?</tt><br>
<br>
<tt>the UML package name is changed from &quot;uml&quot; to &quot;UML&quot;; probably a 
necessary UML-alignment change</tt><br>
<br>
<tt>PrimitiveTypes package names are sorted out; probably a necessary 
UML-alignment change</tt><br>
<br>
<pre style="margin: 0em;">    Regards</pre><br>
<pre style="margin: 0em;">        Ed Willink</pre><br>
]]></content:encoded>
		<pubDate>Fri, 23 Sep 2011 13:35:48 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00049.html</guid>
		<author>ed@xxxxxxx (Ed Willink)</author>
	</item>


	<item>
		<title>[mdt-uml2.dev] Project meta data is out of date for	modeling.mdt.uml2</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00048.html</link>
		<description>James, Kenn, Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * The date for release &amp;quot;3.2.0&amp;quot; is in the past, but the release is n...</description>
		<content:encoded><![CDATA[<pre>James, Kenn,
Projects are required to keep meta data up to date using the MyFoundation
Portal (<a  href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>).  The following problems were found
with this project's meta-data:

* The date for release &quot;3.2.0&quot; is in the past, but the release is not
marked as completed. If it is completed, it should be marked as completed;
if it has been postponed, it should be given a new target date.
* There is no next/future release of this project. All Eclipse projects
must have a &quot;next release&quot; planned and scheduled.


</pre>]]></content:encoded>
		<pubDate>Tue, 05 Jul 2011 04:00:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00048.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>Re: [mdt-uml2.dev] Fwd: [mdt.dev] MDT UML2 3.2.0 Indigo Release	Review Material</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00047.html</link>
		<description> _______________________________________________ mdt.dev mailing list mdt.dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/mdt.dev </description>
		<content:encoded><![CDATA[<table width="100%"><tr><td bgcolor="#ffffff" style="background-color: #ffffff; color: #000000; "><font color="#000000">

  
  
    Received.<br>
    <br>
    Thanks,<br>
    <br>
    Wayne<br>
    <br>
    On 05/31/2011 12:33 PM, Kenn Hussey wrote:
    <blockquote
      cite=""
      type="cite">
      
      Please see the approved Indigo release docuware for UML2 3.2
      below.
      <div><br>
      </div>
      <div>Cheers,</div>
      <div><br>
      </div>
      <div>Kenn<br>
        <br>
        <div>---------- Forwarded message ----------<br>
          From: <b>Ed Merks</b> <span>&lt;<a moz-do-not-send="true"
              href="mailto:ed.merks@xxxxxxxxx">ed.merks@xxxxxxxxx</a>&gt;</span><br>
          Date: Tue, May 31, 2011 at 12:28 PM<br>
          Subject: Re: [mdt.dev] MDT UML2 3.2.0 Indigo Release Review
          Material<br>
          To: MDT developers &lt;<a moz-do-not-send="true"
            href="mailto:mdt.dev@xxxxxxxxxxx">mdt.dev@xxxxxxxxxxx</a>&gt;<br>
          Cc: Eclipse MDT UML2 Developers &lt;<a moz-do-not-send="true"
            href="mailto:mdt-uml2.dev@xxxxxxxxxxx">mdt-uml2.dev@xxxxxxxxxxx</a>&gt;,
          Eclipse Modeling PMC &lt;<a moz-do-not-send="true"
            href="mailto:modeling-pmc@xxxxxxxxxxx">modeling-pmc@xxxxxxxxxxx</a>&gt;<br>
          <br>
          <br>
          +1<br>
          <br>
          <div>
            <div>
              <div>On Tue, May 31, 2011 at 8:01 AM, Kenn Hussey <span>&lt;<a
                    moz-do-not-send="true"
                    href="mailto:kenn.hussey@xxxxxxxxx">kenn.hussey@xxxxxxxxx</a>&gt;</span>
                wrote:<br>
              </div>
            </div>
            <blockquote>
              <div>
                <div>
                  <div>Team,</div>
                  <div><br>
                  </div>
                  <div>Docuware for the Indigo release of UML2 (3.2.0)
                    is available at <a moz-do-not-send="true"
                      href="http://wiki.eclipse.org/MDT/UML2/Reviews/Indigo">http://wiki.eclipse.org/MDT/UML2/Reviews/Indigo</a>.</div>
                  <div><br>
                  </div>
                  <div>The IP log is available at <a
                      moz-do-not-send="true"
href="http://www.eclipse.org/modeling/mdt/uml2/eclipse-project-ip-log.csv">http://www.eclipse.org/modeling/mdt/uml2/eclipse-project-ip-log.csv</a>.</div>
                  <div><br>
                  </div>
                  <div>UML2 is an EMF-based implementation of the
                    Unified Modeling Language (UML) 2.x OMG metamodel
                    for the Eclipse platform. The 3.2 (Indigo) release
                    is maintenance only and includes nothing
                    significantly new or noteworthy.</div>
                  <div><br>
                  </div>
                  <div>Cheers,</div>
                  <div><br>
                  </div>
                  <div>Kenn</div>
                  <br>
                </div>
              </div>
              _______________________________________________<br>
              mdt.dev mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:mdt.dev@xxxxxxxxxxx">mdt.dev@xxxxxxxxxxx</a><br>
              <a moz-do-not-send="true"
                href="https://dev.eclipse.org/mailman/listinfo/mdt.dev">https://dev.eclipse.org/mailman/listinfo/mdt.dev</a><br>
              <br>
            </blockquote>
          </div>
          <br>
          <br>
          _______________________________________________<br>
          mdt.dev mailing list<br>
          <a moz-do-not-send="true" href="mailto:mdt.dev@xxxxxxxxxxx">mdt.dev@xxxxxxxxxxx</a><br>
          <a moz-do-not-send="true"
            href="https://dev.eclipse.org/mailman/listinfo/mdt.dev">https://dev.eclipse.org/mailman/listinfo/mdt.dev</a><br>
          <br>
        </div>
        <br>
      </div>
    </blockquote>
  

</font></td></tr></table>]]></content:encoded>
		<pubDate>Tue, 31 May 2011 17:48:55 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00047.html</guid>
		<author>emo@xxxxxxx (Wayne Beaton)</author>
	</item>
	<item>
		<title>[mdt-uml2.dev] Fwd: [mdt.dev] MDT UML2 3.2.0 Indigo Release Review	Material</title>
		<link>http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00046.html</link>
		<description>Please see the approved Indigo release docuware for UML2 3.2 below.Cheers,Kenn---------- Forwarded message ----------From: Ed Merks &amp;lt;ed.merks@xxxxxxxxx&amp;gt; Date: Tue, May 31, 2011 at 12:28 PMSubject: Re: [mdt.dev] MDT UML2 3.2.0 Indigo Release Review Material...</description>
		<content:encoded><![CDATA[Please see the approved Indigo release docuware for UML2 3.2 below.<div><br></div><div>Cheers,</div><div><br></div><div>Kenn<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Ed Merks</b> <span dir="ltr">&lt;<a href="mailto:ed.merks@xxxxxxxxx">ed.merks@xxxxxxxxx</a>&gt;</span><br>
Date: Tue, May 31, 2011 at 12:28 PM<br>Subject: Re: [mdt.dev] MDT UML2 3.2.0 Indigo Release Review Material<br>To: MDT developers &lt;<a href="mailto:mdt.dev@xxxxxxxxxxx">mdt.dev@xxxxxxxxxxx</a>&gt;<br>Cc: Eclipse MDT UML2 Developers &lt;<a href="mailto:mdt-uml2.dev@xxxxxxxxxxx">mdt-uml2.dev@xxxxxxxxxxx</a>&gt;, Eclipse Modeling PMC &lt;<a href="mailto:modeling-pmc@xxxxxxxxxxx">modeling-pmc@xxxxxxxxxxx</a>&gt;<br>
<br><br>+1<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Tue, May 31, 2011 at 8:01 AM, Kenn Hussey <span dir="ltr">&lt;<a href="mailto:kenn.hussey@xxxxxxxxx" target="_blank">kenn.hussey@xxxxxxxxx</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
<div>Team,</div><div><br></div><div>Docuware for the Indigo release of UML2 (3.2.0) is available at <a href="http://wiki.eclipse.org/MDT/UML2/Reviews/Indigo" target="_blank">http://wiki.eclipse.org/MDT/UML2/Reviews/Indigo</a>.</div>

<div><br>
</div><div>The IP log is available at <a href="http://www.eclipse.org/modeling/mdt/uml2/eclipse-project-ip-log.csv" target="_blank">http://www.eclipse.org/modeling/mdt/uml2/eclipse-project-ip-log.csv</a>.</div><div><br></div>

<div>UML2 is an EMF-based implementation of the Unified Modeling Language (UML) 2.x OMG metamodel for the Eclipse platform. The 3.2 (Indigo) release is maintenance only and includes nothing significantly new or noteworthy.</div>


<div><br></div><div>Cheers,</div><div><br></div><font color="#888888"><div>Kenn</div>
</font><br></div></div>_______________________________________________<br>
mdt.dev mailing list<br>
<a href="mailto:mdt.dev@xxxxxxxxxxx" target="_blank">mdt.dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/mdt.dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/mdt.dev</a><br>
<br></blockquote></div><br>
<br>_______________________________________________<br>
mdt.dev mailing list<br>
<a href="mailto:mdt.dev@xxxxxxxxxxx">mdt.dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/mdt.dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/mdt.dev</a><br>
<br></div><br></div>
]]></content:encoded>
		<pubDate>Tue, 31 May 2011 16:33:16 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/mdt-uml2.dev/msg00046.html</guid>
		<author>kenn.hussey@xxxxxxx (Kenn Hussey)</author>
	</item>

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

