Hi  CS, devs

 I have added the Working sets support into CS core framework So Now  by
default working set UI composite appears in the project
 but you have to call following method within " performFinish() "  method
in the project creation wizard class

  projectModel.addToWorkingSet(iproject);


 To remove working set from a particular project ,please override the "
isRequiredWorkingSet() " method as follows in the Wizard class

  protected boolean isRequiredWorkingSet(){
return false;
}

Thanks
/Jasintha


-- 
*Jasintha Dasanayake
**Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware*
*
*
*mobile :- 077 291 6596*
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to