Revision: 7010 Author: [email protected] Date: Wed Nov 18 15:07:08 2009 Log: Accidentally committed too many files in r7007. Reverting the files that weren't supposed to be committed.
Patch by: jlabanca http://code.google.com/p/google-web-toolkit/source/detail?r=7010 Modified: /trunk/eclipse/samples/Hello/.classpath /trunk/eclipse/samples/Hello/.project /trunk/eclipse/user/.project /trunk/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml ======================================= --- /trunk/eclipse/samples/Hello/.classpath Wed Nov 18 14:56:30 2009 +++ /trunk/eclipse/samples/Hello/.classpath Wed Nov 18 15:07:08 2009 @@ -3,6 +3,6 @@ <classpathentry kind="src" path="core/src"/> <classpathentry kind="src" output="war" path="core/war"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/> + <classpathentry combineaccessrules="false" kind="src" path="/gwt-user"/> <classpathentry kind="output" path="war/WEB-INF/classes"/> </classpath> ======================================= --- /trunk/eclipse/samples/Hello/.project Wed Nov 18 14:56:30 2009 +++ /trunk/eclipse/samples/Hello/.project Wed Nov 18 15:07:08 2009 @@ -13,24 +13,12 @@ <buildCommand> <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.google.gdt.eclipse.core.webAppProjectValidator</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.google.gwt.eclipse.core.gwtProjectValidator</name> - <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> - <nature>com.google.gdt.eclipse.core.webAppNature</nature> - <nature>com.google.gwt.eclipse.core.gwtNature</nature> </natures> <linkedResources> <link> ======================================= --- /trunk/eclipse/user/.project Wed Nov 18 14:56:30 2009 +++ /trunk/eclipse/user/.project Wed Nov 18 15:07:08 2009 @@ -13,18 +13,12 @@ <buildCommand> <name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name> <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>com.google.gwt.eclipse.core.gwtProjectValidator</name> - <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature> - <nature>com.google.gwt.eclipse.core.gwtNature</nature> </natures> <linkedResources> <link> ======================================= --- /trunk/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml Wed Nov 18 14:56:30 2009 +++ /trunk/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml Wed Nov 18 15:07:08 2009 @@ -21,5 +21,9 @@ <entry-point class='com.google.gwt.sample.showcase.client.Showcase'/> <!-- Internationalization support. --> + <extend-property name="locale" values="en"/> + <extend-property name="locale" values="ar"/> + <extend-property name="locale" values="fr"/> + <extend-property name="locale" values="zh"/> <set-property-fallback name="locale" value="en"/> </module> -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
