Revision: 6793 Author: [email protected] Date: Tue Nov 10 10:02:42 2009 Log: Removing i18n from the samples/build.xml found in the distro result. Internationalization is subsumed into Showcase now.
Review by: kprobst http://code.google.com/p/google-web-toolkit/source/detail?r=6793 Modified: /trunk/distro-source/core/src/samples/build.xml ======================================= --- /trunk/distro-source/core/src/samples/build.xml Fri Mar 20 11:33:42 2009 +++ /trunk/distro-source/core/src/samples/build.xml Tue Nov 10 10:02:42 2009 @@ -3,7 +3,6 @@ <target name="-do"> <ant target="${target}" dir="DynaTable"/> <ant target="${target}" dir="Hello"/> - <ant target="${target}" dir="I18N"/> <ant target="${target}" dir="JSON"/> <ant target="${target}" dir="Mail"/> <ant target="${target}" dir="Showcase"/> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
