Description
In looking over the controls-webservices-blank tutorial checked in last night, there are a few things we could do to make it more consistent with the wsm-* and controls-* tutorials.
- instead of using the "get.dependencies" call, the build.xml and build-svn.xml files should use the Beehive provided macros for <deploy-wsm> and <deploy-controls> the individual control JARs (like web services) should be copied explicitly using Ant's <copy>
- need to document the dependence on junit.jar in a README.txt.
- repackage the samples into an "org.apache.beehive.samples.controls.webservice" directory
- remove the systemcontrols-imports.xml file which is part of the sample and was copied from beehive/trunk/system-controls into the sample. It doesn't seem to be used by the sample.