Revision: 6294 Author: [email protected] Date: Fri Oct 2 18:17:08 2009 Log: Fixes 2 issues:
(a) Build files for samples contain both the 'hosted' and 'oopm' target. The oophm target is no longer necessary and refers the now non-existent gwt-dev-oophm.jar (b) Fixes the README.txt generated in each sample of the distribution. Patch by: amitmanjhi Review by: rjrjr (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6294 Modified: /branches/farewellSwt/user/src/com/google/gwt/user/tools/README.txtsrc /branches/farewellSwt/user/src/com/google/gwt/user/tools/project.ant.xmlsrc ======================================= --- /branches/farewellSwt/user/src/com/google/gwt/user/tools/README.txtsrc Fri Mar 20 11:33:42 2009 +++ /branches/farewellSwt/user/src/com/google/gwt/user/tools/README.txtsrc Fri Oct 2 18:17:08 2009 @@ -8,6 +8,9 @@ We've tested against Eclipse 3.3 and 3.4. Later versions will likely also work, earlier versions may not. +If the directory containing this file does not have a .classpath or .project +file, generate them by running 'ant eclipse.generate' + In Eclipse, go to the File menu and choose: File -> Import... -> Existing Projects into Workspace ======================================= --- /branches/farewellSwt/user/src/com/google/gwt/user/tools/project.ant.xmlsrc Mon Aug 24 15:15:54 2009 +++ /branches/farewellSwt/user/src/com/google/gwt/user/tools/project.ant.xmlsrc Fri Oct 2 18:17:08 2009 @@ -55,21 +55,6 @@ <!-- Additional arguments like -style PRETTY or -logLevel DEBUG --> <arg value="@moduleName"/> </java> - </target> - - <target name="oophm" depends="javac" description="Run OOPHM hosted mode"> - <java failonerror="true" fork="true" classname="@shellClass"> - <classpath> - <pathelement location="${gwt.sdk}/gwt-dev-oophm.jar"/> - <pathelement location="src"/> - <path refid="project.class.path"/> - </classpath> - <jvmarg value="-Xmx256M"/> - <arg value="-startupUrl"/> - <arg value="@startupUrl"/> - <!-- Additional arguments like -style PRETTY or -logLevel DEBUG --> - <arg value="@moduleName"/> - </java> </target>@antEclipseRule <target name="build" depends="gwtc" description="Build this project" /> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
