Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 207293 Details for
Bug 364242
Title mismatch on EMFCP-Website
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
fixes #364242
emfclient-docu-harmonize-titles.patch (text/plain), 12.90 KB, created by
Max Hohenegger
on 2011-11-21 05:31:37 EST
(
hide
)
Description:
fixes #364242
Filename:
MIME Type:
Creator:
Max Hohenegger
Created:
2011-11-21 05:31:37 EST
Size:
12.90 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P emfclient >Index: documentation.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation.php,v >retrieving revision 1.14 >diff -u -r1.14 documentation.php >--- documentation.php 18 Nov 2011 11:16:28 -0000 1.14 >+++ documentation.php 21 Nov 2011 10:23:05 -0000 >@@ -19,12 +19,12 @@ > > <h3>Tutorials</h3> > <li><a href="documentation/setup.php">How to set up the EMF Client Platform</a></li> >-<li><a href="documentation/core-feature-demo.php">Demonstration of the core features</a></li> >-<li><a href="documentation/registermodel.php">How to register a model to be used in the application</a></li> >+<li><a href="documentation/core-feature-demo.php">How to use the core features</a></li> >+<li><a href="documentation/registermodel.php">How to register a model to the EMF Client Platform</a></li> > <li><a href="documentation/replace-editor.php">How to replace the editor which is opened on double click with a custom view</a></li> >-<li><a href="documentation/arrange-attributes.php">Change the order of attributes which are shown in the editor</a></li> >+<li><a href="documentation/arrange-attributes.php">How to change the order of attributes which are shown in the editor</a></li> > <li><a href="documentation/how_to_extend_ecp_editor.php">How to extend the editor of ECP by replacing control displays</a></li> >-<li><a href="documentation/customize-navigator.php">Customize the navigator</a></li> >+<li><a href="documentation/customize-navigator.php">How to customize the Navigator view</a></li> > <li><a href="documentation/validation.php">How to add custom validation rules</a></li> > > >Index: documentation/_arrange-attributes.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/_arrange-attributes.html,v >retrieving revision 1.8 >diff -u -r1.8 _arrange-attributes.html >--- documentation/_arrange-attributes.html 11 Nov 2011 16:10:45 -0000 1.8 >+++ documentation/_arrange-attributes.html 21 Nov 2011 10:23:05 -0000 >@@ -1,5 +1,5 @@ > <div id="midcolumn"> >- <h2>How to arrange attributes in the EMF Client Platform (EMFCP)</h2> >+ <h2>How to change the order of attributes which are shown in the editor</h2> > <p>If you have setup your Eclipse developer environment as outlined in the previous tutorials, you have learned how to run a EMFCP instance and add model elements to a project.</p> > <p>The following steps will explain how to arrange the attributes in the EMFCP editor.</p> > >Index: documentation/_core-feature-demo.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/_core-feature-demo.html,v >retrieving revision 1.2 >diff -u -r1.2 _core-feature-demo.html >--- documentation/_core-feature-demo.html 17 Nov 2011 14:25:23 -0000 1.2 >+++ documentation/_core-feature-demo.html 21 Nov 2011 10:23:05 -0000 >@@ -1,5 +1,5 @@ > <div id="midcolumn"> >- <h2>Demonstration of the core features of ECP</h2> >+ <h2>How to use the core features</h2> > <p>In the previous tutorial, you would have learned how to setup the Eclipse development environment for ECP. We also learnt how to import a project into the workspace using the Library tutorial and learnt how to run the ECP project. </p> > > <p>In this tutorial we will learn about the various components of the EMFCP.</p> >Index: documentation/_customize-navigator.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/_customize-navigator.html,v >retrieving revision 1.2 >diff -u -r1.2 _customize-navigator.html >--- documentation/_customize-navigator.html 30 Oct 2011 13:10:34 -0000 1.2 >+++ documentation/_customize-navigator.html 21 Nov 2011 10:23:05 -0000 >@@ -1,5 +1,5 @@ > <div id="midcolumn"> >- <h2>How to customize the Navigator view (EMFCP)</h2> >+ <h2>How to customize the Navigator view</h2> > <p>If you have setup your Eclipse developer environment as outlined in the previous tutorials, you have learned how to run and use a EMFCP instance and edit the Editor.</p> > <p>The following steps will explain how to customize the Navigator View in EMFCP. You can either change the opener that is used after double-clicking an element in the EMFCP or change the behaviour of the drag-and-drop functionality.</p> > >Index: documentation/_how_to_extend_ecp_editor.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/_how_to_extend_ecp_editor.html,v >retrieving revision 1.1 >diff -u -r1.1 _how_to_extend_ecp_editor.html >--- documentation/_how_to_extend_ecp_editor.html 18 Nov 2011 11:08:18 -0000 1.1 >+++ documentation/_how_to_extend_ecp_editor.html 21 Nov 2011 10:23:05 -0000 >@@ -1,5 +1,5 @@ > <div id="midcolumn"> >- <h2>How to extend the editor of ECP by replacing control displays?</h2> >+ <h2>How to extend the editor of ECP by replacing control displays</h2> > <p>This tutorial will explain how to extend the editor by replacing controls to display certain attributes. > The following screenshot displays the "Library" model loading a book.<br> > The task will be to replace the attribute displaying the book's title, and not any of the other attributes.</p> >Index: documentation/_replace-editor.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/_replace-editor.html,v >retrieving revision 1.3 >diff -u -r1.3 _replace-editor.html >--- documentation/_replace-editor.html 30 Oct 2011 13:10:34 -0000 1.3 >+++ documentation/_replace-editor.html 21 Nov 2011 10:23:05 -0000 >@@ -1,5 +1,5 @@ > <div id="midcolumn"> >-<h2>How to replace the editor of the EMF Client Platform</h2> >+<h2>How to replace the editor which is opened on double click with a custom view</h2> > > <b>Step 1: Check default editor behaviour</b> > <p> >Index: documentation/_setup.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/_setup.html,v >retrieving revision 1.9 >diff -u -r1.9 _setup.html >--- documentation/_setup.html 16 Nov 2011 11:02:19 -0000 1.9 >+++ documentation/_setup.html 21 Nov 2011 10:23:05 -0000 >@@ -1,5 +1,5 @@ > <div id="midcolumn"> >-<h2>Installing the EMF Client Platform</h2> >+<h2>How to set up the EMF Client Platform</h2> > <p> > Follow the steps below to install the EMF Client Platform. > </p> >Index: documentation/_validation.html >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/_validation.html,v >retrieving revision 1.2 >diff -u -r1.2 _validation.html >--- documentation/_validation.html 19 Oct 2011 11:13:56 -0000 1.2 >+++ documentation/_validation.html 21 Nov 2011 10:23:05 -0000 >@@ -1,5 +1,5 @@ > <div id="midcolumn"> >-<h2>EMF Built In Validation</h2> >+<h2>How to add custom validation rules</h2> > <p>With the built in validation in emf it is possible to model the constraints of your model in the ecore file. While generating model code, validation code is also generated. The only aspects you have to adapt in the code are determining the condition when the validation shall fail, update attribute string, defining a meaningful message which explains the reason for the failing and insert the graphical object in the returning object so that also the live validation can be triggered on this attribute.</p> > <p>Step by Step description:</p><p>In the following step by step description the bowling model is used as an example.</p> > <p>1. Validation constraints are modelled by EOperations. In order that the validation code is generated automatically the signature of the EOperation is important. For instance, if we want each player (in the bowling model) to have a name we define following EOperation:</p> >Index: documentation/arrange-attributes.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/arrange-attributes.php,v >retrieving revision 1.1 >diff -u -r1.1 arrange-attributes.php >--- documentation/arrange-attributes.php 30 Oct 2011 12:08:16 -0000 1.1 >+++ documentation/arrange-attributes.php 21 Nov 2011 10:23:05 -0000 >@@ -10,7 +10,7 @@ > * > *******************************************************************************/ > >- $pageTitle = "EMFClient Platform - arrange attributes in the editor"; >+ $pageTitle = "EMFClient Platform - How to change the order of attributes which are shown in the editor"; > > $html = $html = file_get_contents('_arrange-attributes.html'); > # Generate the web page >Index: documentation/core-feature-demo.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/core-feature-demo.php,v >retrieving revision 1.1 >diff -u -r1.1 core-feature-demo.php >--- documentation/core-feature-demo.php 9 Nov 2011 21:52:12 -0000 1.1 >+++ documentation/core-feature-demo.php 21 Nov 2011 10:23:05 -0000 >@@ -10,7 +10,7 @@ > * > *******************************************************************************/ > >- $pageTitle = "EMF Client Platform - Core Features"; >+ $pageTitle = "EMF Client Platform - How to use the core features"; > > $html = $html = file_get_contents('_core-feature-demo.html'); > # Generate the web page >Index: documentation/customize-navigator.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/customize-navigator.php,v >retrieving revision 1.1 >diff -u -r1.1 customize-navigator.php >--- documentation/customize-navigator.php 30 Oct 2011 13:01:38 -0000 1.1 >+++ documentation/customize-navigator.php 21 Nov 2011 10:23:05 -0000 >@@ -10,7 +10,7 @@ > * > *******************************************************************************/ > >- $pageTitle = "EMFClient Platform - Customize the navigator"; >+ $pageTitle = "EMFClient Platform - How to customize the Navigator view"; > > $html = $html = file_get_contents('_customize-navigator.html'); > # Generate the web page >Index: documentation/registermodel.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/registermodel.php,v >retrieving revision 1.4 >diff -u -r1.4 registermodel.php >--- documentation/registermodel.php 9 Nov 2011 22:02:02 -0000 1.4 >+++ documentation/registermodel.php 21 Nov 2011 10:23:05 -0000 >@@ -10,7 +10,7 @@ > * > *******************************************************************************/ > >- $pageTitle = "EMF Client Platform - Register a model"; >+ $pageTitle = "EMF Client Platform - How to register a model to the EMF Client Platform"; > > $html = $html = $html = file_get_contents('_registerModel.html'); > # Generate the web page >Index: documentation/replace-editor.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/replace-editor.php,v >retrieving revision 1.2 >diff -u -r1.2 replace-editor.php >--- documentation/replace-editor.php 9 Nov 2011 21:52:12 -0000 1.2 >+++ documentation/replace-editor.php 21 Nov 2011 10:23:05 -0000 >@@ -10,7 +10,7 @@ > * > *******************************************************************************/ > >- $pageTitle = "EMF Client Platform - How to replace the editor"; >+ $pageTitle = "EMF Client Platform - How to replace the editor which is opened on double click with a custom view"; > > $html = $html = file_get_contents('_replace-editor.html'); > # Generate the web page >Index: documentation/setup.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/setup.php,v >retrieving revision 1.2 >diff -u -r1.2 setup.php >--- documentation/setup.php 30 Oct 2011 12:00:29 -0000 1.2 >+++ documentation/setup.php 21 Nov 2011 10:23:05 -0000 >@@ -10,7 +10,7 @@ > * > *******************************************************************************/ > >- $pageTitle = "EMF Client Platform - Getting started"; >+ $pageTitle = "EMF Client Platform - How to set up the EMF Client Platform"; > > $html = $html =file_get_contents('_setup.html'); > # Generate the web page >Index: documentation/validation.php >=================================================================== >RCS file: /cvsroot/org.eclipse/www/emfclient/documentation/validation.php,v >retrieving revision 1.2 >diff -u -r1.2 validation.php >--- documentation/validation.php 19 Oct 2011 11:03:08 -0000 1.2 >+++ documentation/validation.php 21 Nov 2011 10:23:05 -0000 >@@ -10,7 +10,7 @@ > * > *******************************************************************************/ > >- $pageTitle = "EMFStore - Getting involved"; >+ $pageTitle = "EMFStore - How to add custom validation rules"; > > $html = $html = file_get_contents('_validation.html'); > # Generate the web page
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
eclipse
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 364242
: 207293