Revision: 7020 Author: [email protected] Date: Wed Nov 18 17:59:53 2009 Log: Adding the .classpath template that was accidentally deleted (instead of modified) by the previous commit.
Patch by: amitmanjhi Review by: rjrjr (desk review) http://code.google.com/p/google-web-toolkit/source/detail?r=7020 Added: /trunk/user/src/com/google/gwt/user/tools/.classpathsrc ======================================= --- /dev/null +++ /trunk/user/src/com/google/gwt/user/tools/.classpathsrc Wed Nov 18 17:59:53 2009 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8" ?> +<classpath> + <classpathentry kind="src" path="src"/>@eclipseTestDir + <classpathentry kind="lib" path="@gwtUserPath"/> + <classpathentry kind="lib" path="@gwtDevPath"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> + <classpathentry kind="output" path="war/WEB-INF/classes"/> +</classpath> -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
