blob: 9c3a088ae89902681f22e692ab200153aceb17bd [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<title>Eclipse EMF, SDO and XSD - DRAFT 2.2.0 Plan</title>
<link rel="stylesheet" href="http://www.eclipse.org/emf/docs/book.css"
type="text/css" />
</head>
<body lang="EN-US" xml:lang="EN-US">
<script language="javascript">
<!--
function goTo(mile,stat) {
if (mile=='all')
{
mile='';
} else if (mile=='2.2')
{
mile='';
mile+='target_milestone%3D2.2%26';
mile+='target_milestone%3D2.2+M1%26';
mile+='target_milestone%3D2.2+M2%26';
mile+='target_milestone%3D2.2+M3%26';
mile+='target_milestone%3D2.2+M4%26';
} else
{
mile='target_milestone%3D'+mile+'%26';
}
document.location.href='https://bugs.eclipse.org/bugs/colchange.cgi?rememberedquery='+
'product%3DEMF%2CXSD%26'+
(stat=='open'||stat=='all'
? 'bug_status%3DNEW%26'+
'bug_status%3DREOPENED%26'+
'bug_status%3DASSIGNED%26'
: ''
)+
(stat=='resolved'||stat=='all'
? 'bug_status%3DUNCONFIRMED%26'+
'bug_status%3DRESOLVED%26'+
'bug_status%3DVERIFIED%26'+
'bug_status%3DCLOSED%26'
: ''
)+
mile+
'order%3D'+
'bugs.bug_status%2C'+
'bugs.target_milestone%2C'+
'bugs.bug_id'+
'%26query_format%3Dadvanced'+
'&column_opendate=on'+
'&column_changeddate=on'+
'&column_bug_severity=on'+
'&column_priority=on'+
'&column_rep_platform=on'+
'&column_bug_status=on'+
'&column_product=on'+
'&column_component=on'+
'&column_version=on'+
'&column_target_milestone=on'+
'&column_short_short_desc=on'+
'&splitheader=0';
}
// -->
</script>
<div class="Section1">
<h1>Eclipse Modeling Framework (EMF)
<br />
Draft 2.2.0 Plan</h1>
<h3>Including XML Schema Infoset Model (XSD)
and Service Data Objects (SDO) frameworks</h3>
<p>Last revised <tt>$Date: 2006/08/23 21:38:22 $</tt> (
<img width="12" height="12" src="/emf/images/green-box.gif"
border="0" />
marks interesting changes over a previous revision of this
document)
</p>
<p>
<em>&nbsp;&nbsp;&nbsp; Please send comments about this draft
plan to the</em>
<a href="http://www.eclipse.org/emf/newsgroup-mailing-list.php">
eclipse.tools.emf</a>
or
<a href="http://www.eclipse.org/emf/newsgroup-mailing-list.php">
eclipse.technology.xsd</a>
<em>newsgroup, as applicable.</em>
</p>
<p>This document lays out the feature and API set for the
next feature release of the Eclipse Modeling Framework (EMF) project (which includes XSD and SDO)
after 2.1.0, designated release 2.2.</p>
<ul type="disc">
<li>
<a href="#Deliverables">Release deliverables</a>
</li>
<li>
<a href="#Milestones">Release milestones</a>
</li>
<li>
<a href="#TargetOperatingEnvironments">Target operating
environments</a>
</li>
<li>
<a href="#Compatibility">Compatibility with previous
releases</a>
</li>
<li>
<a href="#Project">EMF, SDO and XSD Project</a>
</li>
</ul>
<p>Plans do not materialize out of nowhere, nor are they
entirely static. To ensure the planning process is
transparent and open to the entire Eclipse community, plans
are posted in an embryonic form and then revised from time to
time throughout the release cycle.</p>
<p>The first part of the plan deals with the important
matters of release deliverables, release milestones, target
operating environments, and release-to-release compatibility.
These are all things that need to be clear for any release,
even if no features were to change.&nbsp;</p>
<p>The remainder of the plan consists of plan items for the
projects under the EMF, XSD and SDO projects. Each
plan item covers a feature or API that is to be added, or
some aspect that is to be improved. Each plan item has its
own entry in the
<a href="http://bugs.eclipse.org/bugs">Eclipse bugzilla</a>
database, with a title and a concise summary (usually a
single paragraph) that explains the work item at a suitably
high enough level so that everyone can readily understand
what the work item is without having to understand the
nitty-gritty detail.</p>
<p>Not all plan items represent the same amount of work; some
may be quite large, others, quite small. Some plan items may
involve work that is localized to a single subsystem; others
may involve coordinated changes across several projects
within the same top-level project; and others may involve
coordination with other top-level projects. Although some
plan items are for work that is more pressing that others,
the plan items appear in no particular order.</p>
<p>With the previous release as the starting point, this is
the plan for how we will enhance and improve it. Fixing bugs,
improving test coverage, documentation, examples, performance
tuning, usability, etc. are considered routine ongoing
maintenance activities and are not included in this plan
unless they would also involve a significant change to the
API or feature set, or involve a significant amount of work.
The intent of the plan is to account for all interesting
feature work.</p>
<h2>
<a name="Deliverables">
</a>
Release Deliverables</h2>
<p>The release deliverables are:</p>
<ul type="disc">
<li>Source code release for EMF, XSD and SDO,
is available in the eclipse.org
<a href="http://dev.eclipse.org/viewcvs/">CVS
repositories</a>
for
<a
href="http://dev.eclipse.org/viewcvs/indextools.cgi/org.eclipse.emf/">
EMF</a>
,
<a
href="http://dev.eclipse.org/viewcvs/indextools.cgi/org.eclipse.emf.ecore.sdo/">
SDO</a>
, and
<a
href="http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.xsd">
XSD</a>
.</li>
<li>EMF, SDO and XSD runtime binaries and SDK distributions
(downloadable).</li>
<li>EMF, SDO and XSD runtime binaries and SDK features on
eclipse.org update site (install via Eclipse update
manager).</li>
</ul>
<h2>
<a name="Milestones">
</a>
Release Milestones</h2>
<p>EMF, SDO and XSD builds are available weekly as <em>Integration
builds</em>. EMF Milestone Releases are <b>one week</b> after the <a href="http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_2.html#Milestones">Eclipse Milestone Releases</a>.
<p>The EMF milestones are:</p>
<ul>
<li> Thursday Aug. 18, 2005 - Milestone 1 (2.2 M1)</li>
<li> Thursday, Sep. 29, 2005 - Milestone 2 (2.2 M2)</li>
<li> Thursday, Nov. 10, 2005 - Milestone 3 (2.2 M3)</li>
<li> Thursday, Dec. 22, 2005 - Milestone 4 (2.2 M4)</li>
<li> Thursday, Feb. 23, 2006 - Milestone 5 (2.2 M5)</li>
<li> Thursday, Apr. 6, 2006 - Milestone 6 (2.2 M6/RC0) - API Freeze, Feature Complete</li>
</ul>
<p>Given that each Eclipse milestone is approximately 6 weeks apart, we are currently planning 6 EMF milestones.
EMF's API Freeze and Feature Complete will occur at M6/RC0.</p>
<p>Following the final milestone, release candidates begin, first bi-weekly, and then weekly. EMF Release Candidates are planned for the
Monday following each Friday <a href="http://www.eclipse.org/eclipse/development/freeze_plan_3.2.html">Eclipse Release Candidate</a>.
This convergence is required to meet the goals of the <a href="http://www.eclipse.org/projects/callisto.php">Callisto Simultaneous Release</a>.</p>
<ul>
<li> Thursday, Apr. 20, 2006 - Release Candidate 1 (2.2 RC1)</li>
<li> Monday, May 1, 2006 - Release Candidate 2 (2.2 RC2)</li>
<li> Monday, May 8, 2006 - Release Candidate 3 (2.2 RC3)</li>
<li> Monday, May 15, 2006 - Release Candidate 4 (2.2 RC4)</li>
<li> <img src="/emf/images/green-box.gif" alt="(new)" border="0" height="12" width="12"> Monday, May 22, 2006 - Release Candidate 5 (2.2 RC5)</li>
<li> <img src="/emf/images/green-box.gif" alt="(new)" border="0" height="12" width="12"> Monday, May 29, 2006 - Release Candidate 6 (2.2 RC6)</li>
<li> <img src="/emf/images/green-box.gif" alt="(new)" border="0" height="12" width="12"> Monday, June 5, 2006 - Release Candidate 7 (2.2 RC7)</li>
<li> Wednesday, June 28, 2006 - Release (2.2)</li>
</ul>
<p>Scheduled release candidates end June 5 and, beyond that point, will be produced only as needed, leading up to a release June 28.</p>
<h2>
<a name="TargetOperatingEnvironments">
</a>
Target Operating Environments</h2>
<p>In order to remain current, each release of an Eclipse
project targets reasonably current versions of underlying
operating environments and other Eclipse projects on which it
depends.&nbsp;</p>
<p>Most of Eclipse is "pure" Java
<sup>TM</sup>
code and has no direct dependence on the underlying operating
system. The chief dependence is on the Eclipse Platform, and
on the Java 2 Platform that runs it.</p>
<p>The EMF, SDO and XSD 2.2.0 releases depend on the
following:</p>
<ul type="disc">
<li>Java 2 Platform 1.4</li>
<li>Eclipse Platform 3.2</li>
</ul>
<p>Additionally, if loading or importing models from XML
Schema, the following is required.
<a
href="http://download.eclipse.org/tools/emf/scripts/downloads/install.php">
Click here for an explanation of this additional
requirement.</a>
</p>
<ul type="disc">
<li>Xerces2-J 2.6.2 or higher</li>
<li>XML4J</li>
</ul>
<p>The 2.2.0 releases of EMF, SDO and XSD are designed to run
on any configuration supporting the above components.</p>
<p>The Eclipse Platform runs in a variety of operating
environments. Testing is focused on a handful of popular
combinations of operating system and Java 2 Platform; these
are our
<em>reference platforms</em>
. Eclipse undoubtedly runs fine in many operating
environments beyond the reference platforms we test. However,
since we do not systematically test them we cannot vouch for
them. Problems encountered when running Eclipse on
non-reference platform that cannot be recreated on any
reference platform will be given lower priority than problems
with running Eclipse on a reference platform.</p>
<p>See the
<a
href="http://www.eclipse.org/eclipse/development/eclipse_project_plan_3_2.html">
Eclipse Project 3.2 plan</a>
for a list of reference platforms.</p>
<h4>Internationalization</h4>
<p>Eclipse is designed as the basis for internationalized
products. The user interface elements provided by the various
Eclipse projects, including dialogs and error messages, are
externalized. The English strings for EMF, SDO and XSD are
provided as the default resource bundles. Translations are
not provided with this release. However, the plug-in fragment
mechanism provides the means by which translations into any
number of other languages can be incorporated.</p>
<h2>
<a name="Compatibility">
</a>
Compatibility with Previous Releases</h2>
<h3>Compatibility of Release 2.2.0 with 2.1.0</h3>
<p>EMF, SDO and XSD 2.2.0 will be compatible with
EMF, SDO and XSD 2.1.0.</p>
<p>
<b>API Contract Compatibility:</b>
EMF, SDO and XSD 2.2.0 will be upwards contract-compatible
with EMF, SDO and XSD 2.1.0 except in those areas noted in the
<a href="#MigrationGuide">
<em>EMF, SDO and XSD 2.2.0 Migration Guide.</em>
</a>
Programs that use affected APIs and extension points will
need to be ported to EMF, SDO and XSD 2.2.0 APIs. Downward
contract compatibility is not supported. There is no
guarantee that compliance with EMF, SDO and XSD 2.2.0 APIs
would ensure compliance with EMF, SDO and XSD 1.x APIs. Refer
to
<em>
<a
href="http://www.eclipse.org/eclipse/development/java-api-evolution.html">
Evolving Java-based APIs</a>
</em>
for a discussion of the kinds of API changes that maintain
contract compatibility.</p>
<p>
<b>Binary (plug-in) Compatibility:</b>
EMF, SDO and XSD 2.2.0 will be upwards binary-compatible with
EMF, SDO and XSD 2.1.0 except in those areas noted in the
<a href="#MigrationGuide">
<em>EMF, SDO and XSD 2.2.0 Migration Guide.</em>
</a>
Downward plug-in compatibility is not supported: plug-ins
compiled against EMF, SDO and XSD 2.2.0 will likely be
unusable with EMF, SDO and XSD 1.x. Refer to
<em>
<a
href="http://www.eclipse.org/eclipse/development/java-api-evolution.html">
Evolving Java-based APIs</a>
</em>
for a discussion of the kinds of API changes that maintain
binary compatibility.</p>
<p>
<b>Source Compatibility:</b>
Source files written to use EMF, SDO and XSD 2.1.0 APIs will
usually compile and run successfully against EMF, SDO and XSD
2.2.0 APIs, although this cannot be guaranteed. In some
cases, it may be necessary to make minor changes to the
source code to disambiguate things like imports or overloaded
method invocations. Downward source compatibility is not
supported. If source files use new APIs, they will not be
usable with earlier versions.</p>
<p>
<b>Workspace Compatibility:</b>
EMF, SDO and XSD 2.2.0 will be upwards
workspace-compatible with EMF, SDO and XSD 2.1.0 unless noted.
This means that workspaces and projects created by an Eclipse
with EMF, SDO and XSD 2.1.0 installed can be successfully
opened by an Eclipse with EMF, SDO and XSD 2.2.0 installed.
This includes both hidden metadata, which is localized to a
particular workspace, as well as metadata files found within
a workspace project, which may propagate between workspaces
via file copying or team repositories. User interface session
state may be discarded when a workspace is upgraded. Downward
workspace compatibility is not supported. Metadata files
created (or overwritten) by the newer version will generally
be unusable with older versions.</p>
<p>
<b>Non-compliant usage of API's:</b>
All non-API methods and classes, and certainly everything in
a package with "internal" in its name, are considered
implementation details which may vary between operating
environment and are subject to change without notice. Client
plug-ins that directly depend on anything other than what is
specified in the API are inherently unsupportable and receive
no guarantees about compatibility within a single release
much less with an earlier releases. Refer to
<em>
<a
href="http://www.eclipse.org/articles/Article-API%20use/eclipse-api-usage-rules.html">
How to Use the Eclipse API</a>
</em>
for information about how to write compliant plug-ins.</p>
<h3>
<a name="MigrationGuide">
</a>
EMF, SDO and XSD 2.2.0 Migration Guide</h3>
<p>At this time, there are no known issues migrating from
2.1.0 to 2.2.0. Should this change, this document will be
revised, or a secondary document will be added documenting
any known issues.</p>
<h2>
<a name="Themes">
</a>
Themes</h2>
<p>The changes under consideration for the next release of
Eclipse EMF/SDO and XSD address a few major themes:</p>
<ul type="disc">
<li>
<b>Built To Last</b>
- EMF, SDO and XSD has always been a framework for
delivering integrated modeling tools. With a growing base
of both free and commercial offerings based on EMF, SDO and
XSD, it's critical for continued success to maintain API
stability and ensure that the framework scales well. This
theme includes work to measure and improve the performance
and scalability of EMF, SDO and XSD resources.</li>
<li>
<b>Simple To Use</b>
- The EMF, SDO and XSD framework needs to not only provide
the features that advanced developers demand, but also be
something that most developers find simple to use. This
theme includes ease-of-use reviews of existing features,
and work that helps make EMF/SDO and XSD-based products
simple to use for developers with widely-varying
backgrounds and skill sets.</li>
<li>
<b>Release Currency</b>
- Tools projects will maintain release currency concurrent
with 3.x releases. For EMF/SDO and XSD 2.2, this means
currency with Eclipse 3.2.</li>
<li>
<b>Enchancing JET</b>
- Plans are underway to make the JET templates more powereful; for example,
to investigate tag libraries in JET.</li>
<li>
<b>Java 2 Standard Edition 5 Support</b>
- This theme is currently deferred to post Eclipse 3.2. </li>
</ul>
<p>The current status of each plan item is noted:</p>
<ul type="disc">
<li>
<b>Plan Item</b>
items - a <i>Plan Item</i> that we have
decided to address for the release. To see all committed items - see <i>"committed"</i> items</li>
<li>
<b>Committed</b>
items - A committed bug is one that we have
decided to address for the release.</li>
<li>
<b>Proposed</b>
items - A bug item is one that we are
considering addressing for the release. Although we are
actively investigating it, we are not yet in a position to
commit to it, or to say that we won't be able to address
it. After due consideration, a proposal will either be
committed or deferred.</li>
<li>
<b>Deferred</b>
items - A reasonable proposal that will not make it in
to this release for some reason is marked as deferred with
a brief note as to why it was deferred. Deferred plan items
may resurface as committed plan items at a later
point.</li>
</ul>
<h2>
<a name="Project">
</a>
EMF, SDO and XSD Project</h2>
<p>Plan items reflect new features of the EMF (XSD and SDO) project, or
areas where existing features will be significantly reworked.
<p>For more information read the detailed <a href="http://www.eclipse.org/emf/plan/plan-2.2.xml">EMF 2.2 development prioritized plan</a> (<b>NOTE:</b> this plan is generated per milestone and therefore can be outdated).</p>
<h4><a name="Plan"> </a> Plan Items </h4>
<blockquote>
<p>The Plan Item Bugzillas:</p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&short_desc_type=substring&short_desc=%5BPlan+Item%5D&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id">All Open</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&short_desc_type=substring&short_desc=%5BPlan+Item%5D&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id">All Resolved</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&short_desc_type=substring&short_desc=%5BPlan+Item%5D&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id">All Bugs</a></p>
</blockquote>
<h4><a name="Committed"> </a> Committed Items </h4>
<blockquote>
<p>Bugzillas with a target milestone set are committed to
that release. For the most current list of these items, see the
following links:</p>
<p><b>
2.2 release:</b></p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&target_milestone=2.2&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Open</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Resolved</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Bugs</a></p>
<p><b>
2.2 M1 milestone:</b></p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&target_milestone=2.2+M1&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Open</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M1&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Resolved</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M1&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Bugs</a></p>
<p><b>
2.2 M2 milestone:</b></p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&target_milestone=2.2+M2&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Open</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M2&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Resolved</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M2&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Bugs</a></p>
<p><b>
2.2 M3 milestone:</b></p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&target_milestone=2.2+M3&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Open</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M3&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Resolved</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M3&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Bugs</a></p>
<p><b>
2.2 M4 milestone:</b></p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&target_milestone=2.2+M4&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Open</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M4&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Resolved</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M4&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Bugs</a></p>
<p><b>
2.2 M5 milestone:</b></p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&target_milestone=2.2+M5&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Open</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M5&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Resolved</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M5&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Bugs</a></p>
<p><b>
2.2 M6 milestone:</b></p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&target_milestone=2.2+M6&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Open</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M6&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Resolved</a>
| <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?product=EMF,XSD&bug_status=NEW&bug_status=REOPENED&bug_status=ASSIGNED&bug_status=UNCONFIRMED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=2.2+M6&order=bugs.bug_status,bugs.target_milestone,bugs.bug_id&query_format=advanced">All Bugs</a></p></blockquote>
<h4><a name="Proposed"> </a> Proposed Items</h4>
<blockquote>
<p>Bugzillas without a specific target milestone are
proposed, but not committed for a particular release. This list also includes Bugzillas that were
proposed for older releases but have not yet been addressed. For the most
current list of these items, see the following links:</p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=EMF&version=1.0&version=2.0&version=2.1&version=2.2&target_milestone=---&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&field0-0-0=noop&type0-0-0=noop&value0-0-0=&query_based_on=">Open</a> | <a
href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=EMF&version=2.2&target_milestone=---&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">Resolved</a></p>
</blockquote>
<h4><a name="Deferred"> </a> Deferred Items</h4>
<blockquote>
<p>Bugzillas assigned to the non-specific target of 'Future' are
deferred, and not scheduled for a particular release. For the most
current list of these items, see the following link:</p>
<p><a
href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=EMF&target_milestone=Future&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">All Open</a>
</p>
</blockquote>
<p><em> <small>Note that for the links above, you may need to reset your
browser's <u>bugs.eclipse.org</u> cookie(s) in order to see all the
appropriate columns.</small> </em></p>
</div>
</body>
</html>