Revision: 6483 Author: [email protected] Date: Tue Oct 27 10:00:15 2009 Log: Updated the 'hosted' string appearing in ant.xml files for samples to 'devMode'
Patch by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=6483 Modified: /trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc ======================================= --- /trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc Tue Oct 13 16:57:19 2009 +++ /trunk/user/src/com/google/gwt/user/tools/project.ant.xmlsrc Tue Oct 27 10:00:15 2009 @@ -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"/> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
