Updated the 'hosted' string appearing in ant.xml files for samples to 'devMode'

Patch by: amitmanjhi



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6483 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/tools/project.ant.xmlsrc b/user/src/com/google/gwt/user/tools/project.ant.xmlsrc
index 8b3ef42..6a158f2 100644
--- a/user/src/com/google/gwt/user/tools/project.ant.xmlsrc
+++ b/user/src/com/google/gwt/user/tools/project.ant.xmlsrc
@@ -43,7 +43,7 @@
     </java>
   </target>
 
-  <target name="hosted" depends="javac" description="Run hosted mode">
+  <target name="devMode" depends="javac" description="Run development mode">
     <java failonerror="true" fork="true" classname="@shellClass">
       <classpath>
         <pathelement location="src"/>