Some minor changes
diff --git a/plugins/org.eclipse.app4mc.amalthea.model.help/docu/model_stimuli.textile b/plugins/org.eclipse.app4mc.amalthea.model.help/docu/model_stimuli.textile
index 7851b25..d5df8f2 100644
--- a/plugins/org.eclipse.app4mc.amalthea.model.help/docu/model_stimuli.textile
+++ b/plugins/org.eclipse.app4mc.amalthea.model.help/docu/model_stimuli.textile
@@ -133,7 +133,7 @@
 
 A clock function defines the clock period change via a continuous function. There are two functions available: _Sine_ and _Triangle_. They can be chosen by setting the _curveType_ property.
 
-In the sine clock function the clock period increases and decreases smoothly following a sine wave pattern. The figure below depicts the attributes used to define the sine wave. Note that the sine wave always lies above the x-axis. Adding a positive or negative _x-Offset_ will shift the wave horizontally. The clock fires a stimulus whenever the area under the sine curve is a multiple of one (an integral value). If used in a _Scenario_ this factor can be defined via the recurrence attribute. As can be seen, the size of the area can be influenced by the _yOffset_ and _peakToPeak_ attributes. In the example shown in the figure the first stimulus is fired at 1.3s, second at 2.06s and so on.
+In the sine clock function the clock period increases and decreases smoothly following a sine wave pattern. The figure below depicts the attributes used to define the sine wave. Note that the sine wave always lies above the x-axis. Adding a positive or negative _x-Offset_ will shift the wave horizontally. The clock fires a stimulus whenever the area under the sine curve is a multiple of one (an integral value). If used in a _Scenario_ this factor can be defined via the _samplingRecurrence_ attribute. As can be seen, the size of the area can be influenced by the _yOffset_ and _peakToPeak_ attributes. In the example shown in the figure the first stimulus is fired at 1.3s, second at 2.06s and so on.
 
 !{width:850px}../pictures/model_stimuli_clocks_sine.png!
 
@@ -149,7 +149,7 @@
 
 h4. Example
 
-The engine crankshaft is a good example in which Clocks can be used to model the behavior. LetÂ’s suppose a scenario in which a stimulus is triggered each time the rotating crankshaft reaches a specific angle.
+The engine crankshaft is a good example in which Clocks can be used to model the behavior. Let's suppose a scenario in which a stimulus is triggered each time the rotating crankshaft reaches a specific angle.
 
 In this example, the engine speed steeply increases from 3000rpm to 6000rpm in 5s, then the speed again decreases to 3000rpm in 5s. An stimulus shall be triggered when the engine crankshaft reaches 30 degrees. Triggering should repeat every two rotations.
 
diff --git a/plugins/org.eclipse.app4mc.amalthea.sphinx.ui.editors/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.sphinx.ui.editors/META-INF/MANIFEST.MF
index e0f5052..2b2982d 100644
--- a/plugins/org.eclipse.app4mc.amalthea.sphinx.ui.editors/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.sphinx.ui.editors/META-INF/MANIFEST.MF
@@ -25,11 +25,13 @@
 Bundle-ClassPath: .
 Bundle-Localization: plugin
 Export-Package: org.eclipse.app4mc.amalthea.sphinx.ui.editors,
+ org.eclipse.app4mc.amalthea.sphinx.ui.editors.actions,
  org.eclipse.app4mc.amalthea.sphinx.ui.editors.editor,
  org.eclipse.app4mc.amalthea.sphinx.ui.editors.messages,
  org.eclipse.app4mc.amalthea.sphinx.ui.editors.providers,
  org.eclipse.app4mc.amalthea.sphinx.ui.editors.search,
- org.eclipse.app4mc.amalthea.sphinx.ui.editors.search.handlers
+ org.eclipse.app4mc.amalthea.sphinx.ui.editors.search.handlers,
+ org.eclipse.app4mc.amalthea.sphinx.ui.editors.wizards
 Bundle-Activator: org.eclipse.app4mc.amalthea.sphinx.ui.editors.SphinxSupportPlugin
 Bundle-ActivationPolicy: lazy
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.sphinx.ui.editors
diff --git a/plugins/org.eclipse.app4mc.amalthea.sphinx.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.app4mc.amalthea.sphinx.ui/META-INF/MANIFEST.MF
index 15a4f65..637a6db 100644
--- a/plugins/org.eclipse.app4mc.amalthea.sphinx.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.app4mc.amalthea.sphinx.ui/META-INF/MANIFEST.MF
@@ -14,6 +14,10 @@
 Bundle-ClassPath: .
 Bundle-Localization: plugin
 Export-Package: org.eclipse.app4mc.amalthea.sphinx.ui,
+ org.eclipse.app4mc.amalthea.sphinx.ui.common.container,
+ org.eclipse.app4mc.amalthea.sphinx.ui.common.extended,
+ org.eclipse.app4mc.amalthea.sphinx.ui.hw.container,
+ org.eclipse.app4mc.amalthea.sphinx.ui.hw.extended,
  org.eclipse.app4mc.amalthea.sphinx.ui.sw.container,
  org.eclipse.app4mc.amalthea.sphinx.ui.sw.extended
 Automatic-Module-Name: org.eclipse.app4mc.amalthea.sphinx.ui