Not all of the Eclipse build path entries should be present, but generally, all of the actual "jar" dependencies should be present. The small list of exceptions will be things provided by the server. (These will mostly be things like database connectors when the connection will be provided by the server as opposed to created by the application. If you're using Tomcat instead of a full app server, you might be creating connections in the app instead of getting them from the server. In that case, you'd need to include any database connector jars.)
Any Library entries (e.g., JRE System Library, Web Container libraries) will need to be available through the server, and not bundled in the WAR.