webAppCreator should have a "devmode" target, not "devMode".  Needless modifiers cause RSI, and, even worse, annoy Andrew and Bruce.

Review by: kprobst

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6796 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 6a158f2..13c259f 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="devMode" depends="javac" description="Run development mode">
+  <target name="devmode" depends="javac" description="Run development mode">
     <java failonerror="true" fork="true" classname="@shellClass">
       <classpath>
         <pathelement location="src"/>