I want to rename my module name below from a test to test, but when I change it from refactoring to testing, it says
unable to find test.gwt.xml
he is still looking for the previous module name ..
how can i solve this
thanks9 +
<?xml version="1.0" encoding="UTF-8"?> <module rename-to='test'> <inherits name='com.google.gwt.user.User'/>
source share