Hello, Can anybody elucidate why this line in <package-web> task of Appfuse 1.* excluds spring-mock.jar from the final war ? I'm wondering because I need it in my project to be called from a service level class.
<lib dir="${spring.dir}" includes="*.jar" excludes="*mock.jar"/>
Thanks
Nat
