I have recently upgraded to myeclipse for spring and I am having problems excluding certain jars from being deployed. (Note: this is not a spring project)
I have 4 jars I need in tomcat/lib (mysql.jar,tomcat-dbcp,common-logging and log4j)
I do NOT want these copied to WEB-INF/lib when I deploy
under properties->build path, I have added these 4 to a User Library
under properties->web->deployment I have tried all different combinations, nothing works.
Curiously mysql.jar and tomcat-dbcp.jar are NOT copied
BUT common-logging.jar and log4j.jar are always copied
Any suggestions ?
Thanks