LDEV-67: Run sequences were not going in the correct workspace folder. Now when the lesson starts, the learning design is placed in the default runtime sequence folder. If such a folder does not exist, the learning design is placed in the original folder. Also changed lams.jar to add a default runtime sequence folder to the workspace object.
files removed.NbAuthoringStarterAction ->code now lies in unspecified method of AuthoringAction classNbMonitoringStarterAction -> code now lies in unspecified method of MonitoringAction class.
Added build.sql so that projects have somewhere to write build related sql scripts (e.g. for modifying the create table scripts to replace ${default_content_id} with a number.
Moved the hibernate properties to the applicationContext and localApplicationContext files, and removed the cache entries from the local version. This way, it won't try to load the jboss cache when doing junit tests. This was causing most of our junit tests to fail.
added an if statement around the advanced and instructions tab.if defineLater isnt set, then it will show three tabs, otherwise it will only show basic tab