score:1

Accepted answer

what kind of launch configuration are you using?

  • an external tools configuration (in which case you defnie and ant build with a direct link to your build.xml)

  • or a "run configuration", meaning your repository must include a .eclipse and a .classpath for eclipse to list your project as one being able to run.
    as discussed before in which eclipse files belong under version control, those two files can be versioned, provided they only use relative path.

score:1

do you have a .project file?

if you do, you should be able to use file->import->general->existing projects into workspace.

if you don't, try file->new->project and there are various different options to create a project from existing source.


Related Query