How to add a second source directory to an Eclipse project

Posted by Arthur Ulfeldt on Stack Overflow See other posts from Stack Overflow or by Arthur Ulfeldt
Published on 2009-12-15T01:49:23Z Indexed on 2010/04/27 3:03 UTC
Read the original article Hit count: 260

Filed under:
|

I have a C project in Eclipse that stores its files in two directories at the same level along with a bunch of other stuff that I do not need to have in the project.

/path/
     /code_I_want
     /bad_stuff/
     /more_code_i_want/
     /huge_pile_of_other_code/

Edit: The source directory is a Clearcase VOB mount point so I can't control what ends up there.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about c