Is there any way of changing how conflicts are resolved during smart deployments to an exploded classes directory?
At the moment my dependent project overrides files in my master Web project I want to deploy. For example, the log4j.properties file in the dependent project is used instead of the one in my master project. I’d prefer it to work the other way around so I can customize any dependent configuration files.
I’m using Eclipse 3.1.0, MyEclipse 20050808-4.0-Milestone-3, Tomcat 5.5
Thanks
Nick