commit | 5b009a90c63e9ea9ef5b8a2947b1852a05e0b110 | [log] [tgz] |
---|---|---|
author | fabbott@google.com <fabbott@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Nov 10 18:09:58 2009 +0000 |
committer | fabbott@google.com <fabbott@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Nov 10 18:09:58 2009 +0000 |
tree | 8f86fe5cee3a4c7333c169a340035080900cc65f | |
parent | 5444557ca4158fe98132ab2ed4e6d78cd299103f [diff] |
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"/>