Revision: 6617 Author: [email protected] Date: Tue Nov 3 12:52:20 2009 Log: Fix Showcase classpath.
Review by: fabbott (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=6617 Modified: /trunk/eclipse/samples/Showcase/.classpath ======================================= --- /trunk/eclipse/samples/Showcase/.classpath Tue Oct 13 16:57:19 2009 +++ /trunk/eclipse/samples/Showcase/.classpath Tue Nov 3 12:52:20 2009 @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <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 combineaccessrules="false" kind="src" path="/gwt-dev"/> <classpathentry combineaccessrules="false" kind="src" path="/gwt-user"/> - <classpathentry kind="output" path="bin"/> + <classpathentry combineaccessrules="false" kind="src" path="/gwt-dev"/> + <classpathentry kind="output" path="war/WEB-INF/classes"/> </classpath> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
