Adjust some texts
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/add-feature.htm b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/add-feature.htm
index 3160361..74b9eae 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/add-feature.htm
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/add-feature.htm
@@ -68,11 +68,12 @@
<li>The method
<a href="../../../javadoc/org/eclipse/graphiti/func/IAdd.html#add(org.eclipse.graphiti.features.context.IAddContext)">
add</a> finally has to create the pictogram structure described above and has
- to establish the linkage to the business object. Additionally we have to create
+ to establish the linkage to the business object.</li>
+</ul>
+<p>Additionally we have to create
graphics algorithms and place them at the appropriate location (get location
from given context). Additionally, the name of the EClass has to be set as the
- text label’s value. </li>
-</ul>
+ text label’s value. </p>
<p>You can see the complete implementation of the add feature here:</p>
<!-- Begin code ------------------------------------------------------------------------------- -->
<p> </p>
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/dark-feature-processing.htm b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/dark-feature-processing.htm
index 2fa7adb..863a938 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/dark-feature-processing.htm
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/dark-feature-processing.htm
@@ -38,10 +38,7 @@
<span class="inlinecode">CreateDiagramWithAllClassesHandler</span> and the registration
of the handler and the command in<span class="inlinecode"> plugin.xml</span>. Besides
an additional reference to the plugin <em>org.eclipse.emf.transaction</em> is needed
-to make the extension compile. The coding can be found in the SDK download of Graphiti
-or in the
-<a href="http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.gmp/org.eclipse.gmp.graphiti/examples/org.eclipse.graphiti.examples.tutorial/src/org/eclipse/graphiti/examples/tutorial/handlers/?root=Modeling_Project">
-Eclipse CVS</a>. The two classes can be found in the package <em>org.eclipse.graphiti.examples.tutorial.handlers.</em></p>
+to make the extension compile. The coding can be found in the SDK download of Graphiti. The two classes can be found in the package <em>org.eclipse.graphiti.examples.tutorial.handlers.</em></p>
<p> </p>
</body>
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/tool-tips.htm b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/tool-tips.htm
index 4040cd6..958731d 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/tool-tips.htm
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/tool-tips.htm
@@ -50,7 +50,7 @@
</div>
<p> </p>
<!-- End code ------------------------------------------------------------------------------- -->
-<p>Note: Because the tooltip is bound to a business object of the domain model,
+<p class="Note">Note: Because the tooltip is bound to a business object of the domain model,
every change of the business object will automatically update the tooltip.</p>
<h2>Test: Show Tooltip for EClass</h2>
<p>Remember, the name of an EClass should start with a upper case letter. Start