Unfortunately, there is no great way to disable all of the JDO-related features on a given App Engine project. If you could, file a feature request for this in the issue tracker.
The best way to exclude these jars would be to remove them from your war/WEB-INF/lib directory, and when the plugin complains that they're missing, add them to the list of exclusions of jars that are on the build path but are not required to be on the server's runtime classpath. Unfortunately, you'll have to re-do this step if you switch SDKs. On Fri, Apr 9, 2010 at 4:39 AM, dflorey <daniel.flo...@gmail.com> wrote: > I don't need JDO etc. in my app as I'm using the native datastore. > What is the easiest way to exclude these jars from deploy to app > engine? > Would be very nice if the Google Plugin would provide some options for > disabling datanucleus. I have to disable the builder etc. for each > project manually. > > -- > 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 > google-appengine-j...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- 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 google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.