Follow these steps to convert a CVS module into an Eclipse Java Project.
• Checkout your CVS module.
• Launch your Eclipse
• Select “New Project” -> “Java Project”
• Enter the project name
• Uncheck “Use Default” check box and select your CVS module directory
• Click “Finish”
• After completing above process, Eclipse will create “.project” and ”.classpath” files in your CVS module directory
• Configure your “Java Build” path for your Java Project.
• Select your project, right click and choose “Team->Share Project”
• Enter required information and inform Eclipse that you want to use existing CVS.
• Finally synchronize your project