Exclude files in GWT

2013-04-17 Thread Pacha Thavala
I want to exclude some classes in gwt package, and use files in my project with same Name and package name when gwt looks for that classes. I want to exclude *com.google.gwt.json.client* this package... and use my implementation for it. -- You received this message because you are subscribed

Re: Exclude files in GWT

2013-04-17 Thread Thomas Broyer
Put your implementation earlier in the classpath than gwt-user.jar? On Wednesday, April 17, 2013 3:02:22 PM UTC+2, Pacha Thavala wrote: > > > I want to exclude some classes in gwt package, and use files in my project > with same Name and package name when gwt looks for that classes. > > I want to