I just downloaded Eclipse Indigo Release 2 and found the difference in my Dynamic Web Project. My WebContent directory (or src / main / webapp with Maven) was usually shown at the root of the project in older versions (for example, in the source folder), but no longer in this new version. Is this a “fix” or something else? Is there a way to put it in "its place"?
Thank!
EDIT: Ok, found a file in .settings that has the following:
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
However, this does not show anything in Project Explorer, I think it is just intended for deployment. The question is still the same: have there been any changes in version 2? Can i return it?
source
share