diff options
| author | Esteban Dugueperoux | 2015-07-08 15:32:43 +0000 |
|---|---|---|
| committer | Maxime Porhel | 2015-07-08 15:42:55 +0000 |
| commit | a1deda615620a56d9e13422f14c5f6871091beda (patch) | |
| tree | 1f1d170d70af33d9fa80617a1d137a49912e08d6 | |
| parent | f27001099fe1620b69a5db763e7d61dc6a595f70 (diff) | |
| download | org.eclipse.sirius-a1deda615620a56d9e13422f14c5f6871091beda.tar.gz org.eclipse.sirius-a1deda615620a56d9e13422f14c5f6871091beda.tar.xz org.eclipse.sirius-a1deda615620a56d9e13422f14c5f6871091beda.zip | |
[471456] Update release notes
Bug: 471456
Change-Id: Ide940cda5c05631269a5ced8e7b4020d122256e8
Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.html | 10 | ||||
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html index 1b284b1185..2be0fbfa74 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html @@ -82,13 +82,13 @@ <code>org.eclipse.sirius</code> </h4> <ul> - <li> + <li><span class="label label-danger">Removed</span> <code>org.eclipse.sirius.business.api.helper.task.ICommandTask.undo()/redo()</code> methods removed because they are useless since undo/redo is managed by EMF Transaction. </li> - <li> + <li><span class="label label-danger">Removed</span> <code>org.eclipse.sirius.tools.api.command.IUndoableCommand</code> interface removed because it is useless since undo/redo is managed by EMF Transaction. </li> - <li> + <li><span class="label label-info">Modified</span> <code>org.eclipse.sirius.tools.api.command.DCommand</code> no more inherits of <code>IUndoableCommand</code> because useless since undo/redo is managed by EMF Transaction. </li> @@ -97,12 +97,12 @@ <code>org.eclipse.sirius.ui</code> </h4> <ul> - <li> + <li><span class="label label-warning">Deprecated</span> <code>org.eclipse.sirius.ui.business.api.session.SessionEditorInput.dispose()</code> method has been deprecated as a <code>IEditorInput</code> can be reused by several instances of <code>IEditorPart</code> through the navigation history view. </li> - <li> + <li><span class="label label-success">Added</span> <code>org.eclipse.sirius.ui.business.api.session.SessionEditorInput.getInput()</code> method has been added to get the real input for a <code>DRepresentation</code>. </li> diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile index be0321a27b..a1b0b662e9 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile @@ -19,14 +19,14 @@ h4. Changes in @org.eclipse.sirius.ext.gef@ h4. Changes in @org.eclipse.sirius@ -* @org.eclipse.sirius.business.api.helper.task.ICommandTask.undo()/redo()@ methods removed because they are useless since undo/redo is managed by EMF Transaction. -* @org.eclipse.sirius.tools.api.command.IUndoableCommand@ interface removed because it is useless since undo/redo is managed by EMF Transaction. -* @org.eclipse.sirius.tools.api.command.DCommand@ no more inherits of @IUndoableCommand@ because useless since undo/redo is managed by EMF Transaction. +* <span class="label label-danger">Removed</span> @org.eclipse.sirius.business.api.helper.task.ICommandTask.undo()/redo()@ methods removed because they are useless since undo/redo is managed by EMF Transaction. +* <span class="label label-danger">Removed</span> @org.eclipse.sirius.tools.api.command.IUndoableCommand@ interface removed because it is useless since undo/redo is managed by EMF Transaction. +* <span class="label label-info">Modified</span> @org.eclipse.sirius.tools.api.command.DCommand@ no more inherits of @IUndoableCommand@ because useless since undo/redo is managed by EMF Transaction. h4. Changes in @org.eclipse.sirius.ui@ -* @org.eclipse.sirius.ui.business.api.session.SessionEditorInput.dispose()@ method has been deprecated as a @IEditorInput@ can be reused by several instances of @IEditorPart@ through the navigation history view. -* @org.eclipse.sirius.ui.business.api.session.SessionEditorInput.getInput()@ method has been added to get the real input for a @DRepresentation@. +* <span class="label label-warning">Deprecated</span> @org.eclipse.sirius.ui.business.api.session.SessionEditorInput.dispose()@ method has been deprecated as a @IEditorInput@ can be reused by several instances of @IEditorPart@ through the navigation history view. +* <span class="label label-success">Added</span> @org.eclipse.sirius.ui.business.api.session.SessionEditorInput.getInput()@ method has been added to get the real input for a @DRepresentation@. h4. Changes in @org.eclipse.sirius.tests.swtbot.support@ |
