Sangam CVS Repository

 

Use the Eclipse CVS repository Exploring view (Window->Show View->Other->CVS->CVS Repositories), and create a new repository location.

Host : cvs.sourceforge.net
Repository Path : /cvsroot/sangam
User : your username at sourceforge
Password : your password at sourceforge
Connection Type : extssh
Use Default Port : should be checked

When you click Finish, the repository location gets added to your repository list. Expand it, and open up the HEAD node. You should see :

Right click on sangam and choose, Check out As...

In the dialog that pops up, choose Plugin Project and click Next.

Give a name to your project being checked out. In this example, we use "Sangam".

Now specify the details for the plugin. This step can also be skipped (just press next) as the files checked out will contain plugin.xml, which has all the necessary settings.

Finally, make sure that you choose "Create a blank plug-in project". Click Finish.

All the files will be checked out of the cvs repository, and you are ready to move to the next step.

Step-2 : Build Dependencies