I want to rename my module name below from test to testing but when i change it from refactor to testing , it says
unable to find test.gwt.xml
its still looking for the previous module name ..
how can i resolve this
thanks9+
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='test'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>