Chapter 9, “Using wstool and wstant”

(CR #464242) The Ant build example for the exposeComponent command is incorrect:

<wst_antTask command="exposeComponent"
entity="component:myPackage/myComponent"/>

The correct command is:

<wst_antTask command="exposeComponent"  entity="myPackage/myComponent"/>