Reviewers: andreasst, Description: For testing, or for using server-supplied currency details (for consistency with server-rendered currency values), CurrencyData is made into an interface.
NumberFormat now accepts CurrencyData instead of a currency code to lookup, and CurrencyList is moved out of the impl package. Please review this at http://gwt-code-reviews.appspot.com/119804 Affected files: user/src/com/google/gwt/i18n/I18N.gwt.xml user/src/com/google/gwt/i18n/client/AbstractCurrencyData.java user/src/com/google/gwt/i18n/client/CurrencyData.java user/src/com/google/gwt/i18n/client/CurrencyList.java user/src/com/google/gwt/i18n/client/NumberFormat.java user/src/com/google/gwt/i18n/client/impl/CurrencyData.java user/src/com/google/gwt/i18n/client/impl/CurrencyList.java user/src/com/google/gwt/i18n/rebind/CurrencyListGenerator.java user/test/com/google/gwt/i18n/I18NSuite.java user/test/com/google/gwt/i18n/client/CurrencyTest.java user/test/com/google/gwt/i18n/client/I18N_es_AR_RuntimeTest.java user/test/com/google/gwt/i18n/client/I18N_es_MX_RuntimeTest.java user/test/com/google/gwt/i18n/client/I18N_nb_Test.java user/test/com/google/gwt/i18n/client/impl/CurrencyTest.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
