TFAddin
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:The taskforce addin
#TaskForce for MonoDevelop
### Task oriented workflow.

## What is TaskForce?
I'm not too sure of it right now, but come back in a few weeks for a more concrete definition. Roughly speaking, it's a clone of Mylyn for MonoDevelop and a little more.

## Building TaskFoce
This is a guide to build TaskForce. Please contact me if it doesen't work.
1. Check out the MonoDevelop SVN tree and build.
2. Clone the git repository into extras and rename to MonoDevelop.TaskForce 
   	cd extras/
   	git clone git://github.com/ninjagod/TFAddin.git
   	mv TFAddin MonoDevelop.TaskForce
3. Add MonoDevelop.TaskForce.sln to the "Extras" workspace in the main MonoDevelop project.
4. Set the output path of the solution to "./main/build/addins/MonoDevelop.TaskForce" (this should be there by default).
5. Change the References on the project to use the local MonoDevelop .dlls rather than the one in the Global assembly cache.

## Author
This is being built as a Google summer of code project for MonoDevelop by Anirudh Sanjeev  (http://github.com/ninjagod )under the mentorship of Michael Hutchinson .

## Supported bug providers
* local
* bugzilla

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。