I need only two app-engine related jars (appengine-api-1.0-sdk-1.6.0.jar
and appengine-api-labs-1.6.0.jar
to be precise) in my WEB-INF/lib
but Google Plugin for Eclipse (GPE) copies a dozen jars like the ones used for JDO, cache etc which i really dont need (to keep deployment and version controlling light). If I remove those from WEB-INF/lib
the GPE keeps complaining and copies them back.
Same thing has been discussed earlier but it suggests writing an Ant task to remove those jars, which I really don't want to do (as am not using any ant build.xml in my project).
Does anyone have any better solution? I am more of Netbeans/Maven guy but need to use eclipse here for sake of simplicity and officially supported plugin. Everything is freshly installed.