CreatePackageTask is now the parent class for creating tool/library packages. It follows the same logic as the original CreatePackageTask, just the some commonality between library and tool package task is extracted
incorporated contents from LamsToolDeployUndeploy into this document which follows the template structure. also added more details about the library activity deployer
Modified the "copyToolContent" to duplicate the content repository entries, using the new copy feature in the repository. Also moved the calls to the ToolContentHandler from the web layer to the service layer, to make it easier to do the copy.
various changes including * change the values of contentId and sessionId * remove most of the remove/recreate code when saving existing contents * updated file upload methods
Modified common build to update the content repository deletion - wasn't working as the repository location had been changed. Relies on the o/s properties file now.
Added o/s property to the common.properties, so that you can configure whether to use windows or linux configuration file. Modified common build to update the content repository deletion - wasn't working as the repository location had been changed.