Reviewers: amitmanjhi, Description: This patch updates API Checker for GWT 2.1.
- Replaced gwt-user-modified and gwt-dev-modifier jars by running the createApiCheckerReferenceJars script on the 2.0.1 jars. - Updated the createApiCheckerReferenceJars script now that we no longer have platform specific jars. - Created a 2.0 to 2.1 config file, and referenced it from the build file. - Added a couple of OVERLOADED_METHOD_CALL after verifying that they were overloaded after GWT 2.0. Testing: ======= I verified that API Checker now passes successfully. Please review this at http://gwt-code-reviews.appspot.com/139803 Affected files: build.xml tools/api-checker/config/gwt16_20userApi.conf tools/api-checker/config/gwt20_21userApi.conf tools/api-checker/reference/README tools/api-checker/reference/createApiCheckerReferenceJars.sh tools/api-checker/reference/gwt-dev-modified.jar tools/api-checker/reference/gwt-user-modified.jar -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
