In my Eclipse project, I have two source folders: src / app and src / test , each of which compiles to its own output folder, classes / app and classes / test, respectively.
Unfortunately, since they have the same parent directory, src , this parent directory also appears in the package explorer hierarchy in Eclipse. This is not a big deal, but it is redundant and annoying. See illustration

Any idea how I can remove src from the view, but save its two corresponding subdirectories as source folders? I tried to do this in Customize build path , but could not find a way.
thanks
source share