Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
In the Blueprint Tutorial (http://aries.apache.org/documentation/tutorials/blueprinthelloworldtutorial.html), the packaging structure shown for the API,server and Client projects seems to be changed in the recent version.
In the document the package is shown as
"org.apache.aries.samples.helloworld.blueprint.api"
"org.apache.aries.samples.helloworld.blueprint.client"
"org.apache.aries.samples.helloworld.blueprint.server"
"org.apache.aries.samples.helloworld.blueprint.assembly"
in the latest version the package structure is as below
"org.apache.aries.samples.blueprint.helloworld.api"
"org.apache.aries.samples.blueprint.helloworld.client"
"org.apache.aries.samples.blueprint.helloworld.server"
"org.apache.aries.samples.blueprint.helloworld.assembly"