I’ve just downloaded Eclipse Indigo Release 2 and found a difference on my Dynamic Web Project. My WebContent directory (or src/main/webapp with Maven) usually was shown in the project root in the older releases (like a source folder), but not anymore in this new version. Is this a “fix”, or something? There is a way to put it in “his place”?
Thanks!
EDIT: Ok, found a file under .settings that have the following:
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
However, this doesn’t show anything on the Project explorer, I think its just for deploy. The question is still the same: There was any changes on the Release 2? Can I revert it?
Now it is in
Deployed Resources -> webappfolder where you can find your sources