diff options
| author | Jessy Mallet | 2016-06-14 15:42:22 +0000 |
|---|---|---|
| committer | Laurent Redor | 2016-06-17 13:06:01 +0000 |
| commit | a3e0df9b88aefd09b0ea3469630894ba0c66a998 (patch) | |
| tree | 4e68a874e0eb758cafbdfdcb08eb4db15252a82d | |
| parent | 0a4b99a23bb915bfbe013055c8385968a1edf2b6 (diff) | |
| download | org.eclipse.sirius-a3e0df9b88aefd09b0ea3469630894ba0c66a998.tar.gz org.eclipse.sirius-a3e0df9b88aefd09b0ea3469630894ba0c66a998.tar.xz org.eclipse.sirius-a3e0df9b88aefd09b0ea3469630894ba0c66a998.zip | |
[495770] Broken links in Sirius Documentation.
Repair links in sirius Documentation by adding target="_blank" to the
href.
Bug: 495770
Change-Id: I47e8edabd8b7022bd23a79f6d5ed5f856347966d
Signed-off-by: Jessy Mallet <jessy.mallet@obeo.fr>
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.html | 12 | ||||
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile | 6 | ||||
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/index.html | 6 |
3 files changed, 9 insertions, 15 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html index c9b0b45769..1b99ee685c 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html @@ -1156,8 +1156,7 @@ <li><span class="label label-success">Added</span> <span class="label label-info">Experimental</span> Optional support for the experimental <em>Acceleo Query Language</em> (AQL) has been added to write interpreted expressions. It is provided by the <code>org.eclipse.sirius.common.acceleo.aql</code> (required for evaluating the expressions) and - <code>org.eclipse.sirius.common.acceleo.aql.ide</code> (optional, only needed to provide specification-time features like expression completion) plug-ins. AQL is similar to Acceleo 3/MTL, but simpler and provides much better performance in the Sirius context. If you make use of this feature, be aware that some details may still change in future releases, including 3.0.x maintenance releases. See - <a href="https://www.eclipse.org/acceleo/documentation/aql.html">the AQL documentation</a> for more details on the language itself. + <code>org.eclipse.sirius.common.acceleo.aql.ide</code> (optional, only needed to provide specification-time features like expression completion) plug-ins. AQL is similar to Acceleo 3/MTL, but simpler and provides much better performance in the Sirius context. If you make use of this feature, be aware that some details may still change in future releases, including 3.0.x maintenance releases. See <a href="https://www.eclipse.org/acceleo/documentation/aql.html" target="_blank">the AQL documentation</a> for more details on the language itself. </li> <li><span class="label label-success">Added</span> <span class="label label-info">Experimental</span> New, experimental support for containers with vertical or horizontal <em>compartments</em> on diagrams: the @@ -1300,13 +1299,8 @@ </ul> <p>Other changes:</p> <ul> - <li><span class="label label-success">Added</span> Sirius now provides an - <a href="http://www.eclipse.org/oomph">Oomph</a> setup file to automatically create a fully configured Eclipse installation ready for contributing patches to Sirius. The latest version can be obtained - <a href="http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/plain/releng/org.eclipse.sirius.settings/Sirius.setup">here</a>. - </li> - <li><span class="label label-success">Added</span> New patches proposed by contributors on the - <a href="https://git.eclipse.org/r/#/admin/projects/sirius/org.eclipse.sirius">Sirius Gerrit</a> now automatically trigger a sub-set of the Sirius automated test suites, which give a good feedback on the absence of regressions introduced by the proposed patch. - </li> + <li><span class="label label-success">Added</span> Sirius now provides an <a href="http://www.eclipse.org/oomph" target="_blank">Oomph</a> setup file to automatically create a fully configured Eclipse installation ready for contributing patches to Sirius. The latest version can be obtained <a href="http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/plain/releng/org.eclipse.sirius.settings/Sirius.setup" target="_blank">here</a>.</li> + <li><span class="label label-success">Added</span> New patches proposed by contributors on the <a href="https://git.eclipse.org/r/#/admin/projects/sirius/org.eclipse.sirius" target="_blank">Sirius Gerrit</a> now automatically trigger a sub-set of the Sirius automated test suites, which give a good feedback on the absence of regressions introduced by the proposed patch.</li> </ul> <h4 id="Changesinorg.eclipse.sirius.common3">Changes in <code>org.eclipse.sirius.common</code> diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile index c04ff5d587..c3b55f023f 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile @@ -339,7 +339,7 @@ h3. User-Visible Changes h3. Specifier-Visible Changes -* <span class="label label-success">Added</span> <span class="label label-info">Experimental</span> Optional support for the experimental _Acceleo Query Language_ (AQL) has been added to write interpreted expressions. It is provided by the @org.eclipse.sirius.common.acceleo.aql@ (required for evaluating the expressions) and @org.eclipse.sirius.common.acceleo.aql.ide@ (optional, only needed to provide specification-time features like expression completion) plug-ins. AQL is similar to Acceleo 3/MTL, but simpler and provides much better performance in the Sirius context. If you make use of this feature, be aware that some details may still change in future releases, including 3.0.x maintenance releases. See "the AQL documentation":https://www.eclipse.org/acceleo/documentation/aql.html for more details on the language itself. +* <span class="label label-success">Added</span> <span class="label label-info">Experimental</span> Optional support for the experimental _Acceleo Query Language_ (AQL) has been added to write interpreted expressions. It is provided by the @org.eclipse.sirius.common.acceleo.aql@ (required for evaluating the expressions) and @org.eclipse.sirius.common.acceleo.aql.ide@ (optional, only needed to provide specification-time features like expression completion) plug-ins. AQL is similar to Acceleo 3/MTL, but simpler and provides much better performance in the Sirius context. If you make use of this feature, be aware that some details may still change in future releases, including 3.0.x maintenance releases. See <a href="https://www.eclipse.org/acceleo/documentation/aql.html" target="_blank">the AQL documentation</a> for more details on the language itself. * <span class="label label-success">Added</span> <span class="label label-info">Experimental</span> New, experimental support for containers with vertical or horizontal _compartments_ on diagrams: the _children presentation_ property of a _Container Mapping_ has two new values: _Vertical Stack_ and _Horizontal Stack_. They indicate that a container will present its children containers as a vertical/horizontal stack of compartments. While working reliably, this support is marked experimental in Sirius 3.0.0 as there are still some combinations of mappings, styles and behaviors which do not behave as expected. If you make use of this feature, be aware that some details may still change in future releases, including 3.0.x maintenance releases. * <span class="label label-success">Added</span> Everywhere an image path can be configured in the VSM, a new button is present on the right of the text field. It opens a dialog to select an image, either from the workspace or from an installed plug-in. * <span class="label label-success">Added</span> Everywhere an interpreted expression can be configured in the VSM, a new button is present on the right of the text field. It opens a multi-line dialog to edit long expression more easily. Auto-completion is supported inside the multi-line dialog. @@ -385,8 +385,8 @@ Packaging changes: * <span class="label label-success">Added</span> All Sirius releases and milestones are available as zipped archives in addition to a normal p2 repository/update-site. For each version and platform (e.g. 3.0.0 on Eclipse Mars), two archives are available: one with the Sirius core, and one with the Sirius automated test suites and the sample modelers they rely on. See the "Sirius wiki":https://wiki.eclipse.org/Sirius/Update_Sites and release pages for more details and links to these archives, for example @http://download.eclipse.org/sirius/updates/releases/2.0.5/@. This is retro-active on all previously released versions of Sirius, but not on milestones before 3.0.0. Other changes: -* <span class="label label-success">Added</span> Sirius now provides an "Oomph":http://www.eclipse.org/oomph setup file to automatically create a fully configured Eclipse installation ready for contributing patches to Sirius. The latest version can be obtained "here":http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/plain/releng/org.eclipse.sirius.settings/Sirius.setup. -* <span class="label label-success">Added</span> New patches proposed by contributors on the "Sirius Gerrit":https://git.eclipse.org/r/#/admin/projects/sirius/org.eclipse.sirius now automatically trigger a sub-set of the Sirius automated test suites, which give a good feedback on the absence of regressions introduced by the proposed patch. +* <span class="label label-success">Added</span> Sirius now provides an <a href="http://www.eclipse.org/oomph" target="_blank">Oomph</a> setup file to automatically create a fully configured Eclipse installation ready for contributing patches to Sirius. The latest version can be obtained <a href="http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/plain/releng/org.eclipse.sirius.settings/Sirius.setup" target="_blank">here</a>. +* <span class="label label-success">Added</span> New patches proposed by contributors on the <a href="https://git.eclipse.org/r/#/admin/projects/sirius/org.eclipse.sirius" target="_blank">Sirius Gerrit</a> now automatically trigger a sub-set of the Sirius automated test suites, which give a good feedback on the absence of regressions introduced by the proposed patch. h4. Changes in @org.eclipse.sirius.common@ diff --git a/plugins/org.eclipse.sirius.doc/doc/index.html b/plugins/org.eclipse.sirius.doc/doc/index.html index 85f6ac2231..59eb170870 100644 --- a/plugins/org.eclipse.sirius.doc/doc/index.html +++ b/plugins/org.eclipse.sirius.doc/doc/index.html @@ -10,10 +10,10 @@ <body> <div id="header"> - <a href="http://www.eclipse.org/sirius/"><div id="logo" class="left"></div></a> + <a href="http://www.eclipse.org/sirius/" target="_blank"><div id="logo" class="left"></div></a> <div class="visit right"> - <a class="right" href="http://www.eclipse.org/sirius/">eclipse.org/sirius</a> + <a class="right" href="http://www.eclipse.org/sirius/" target="_blank">eclipse.org/sirius</a> </div> </div> @@ -97,6 +97,6 @@ </div> <div class="clear"></div> - <p>For further information, please visit our website at <a href="http://www.eclipse.org/sirius/">www.eclipse.org/sirius</a>.</p> + <p>For further information, please visit our website at <a href="http://www.eclipse.org/sirius/" target="_blank">www.eclipse.org/sirius</a>.</p> </body> </html> |
