I am using the default project configuration that comes with Eclipse GAE plug in.
Not sure if Google "deploy" tasks uses ant build. I don't see build.xml any where in project tree or in resources. Any Idea how GAE deploy tasks builds "war" file ? what mechanism they use and how to tweak for inclusions or exclusions. Thanks for help. On Jul 2, 10:39 pm, Kieran <[email protected]> wrote: > As part of your build process, delete the JARs. If you're using Ant > have a pre-upload target that deletes the files from WEB-INF/lib. > > Cheers. > > On Jul 3, 1:14 am, dreamer <[email protected]> wrote: > > > > > > > > > Hi, > > > In My app engine app, I am just using servlets and direct data store > > API, I just need,servlet.jar , appenginesdk.jar, hardly > > may be two more. > > > Definitely I don't need datanuclus and jdo jars, as I directly use > > data store API. > > > I there a cleaner way of removing un-needed jars , It is unnecessarily > > increasing the war file size. especially when deploy to app engine. > > > When we add GAE , 15+ jars comes by default, so there any google way > > to remove unneeded jars from my app deployments. > > > thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
