Revision: 9022
Author: [email protected]
Date: Mon Oct 11 05:45:17 2010
Log: Delete obsolete references to gwt-dev-oophm.jar
http://code.google.com/p/google-web-toolkit/source/detail?r=9022
Modified:
/trunk/user/src/com/google/gwt/user/tools/WebAppCreator.java
=======================================
--- /trunk/user/src/com/google/gwt/user/tools/WebAppCreator.java Mon Jun 7
12:20:31 2010
+++ /trunk/user/src/com/google/gwt/user/tools/WebAppCreator.java Mon Oct 11
05:45:17 2010
@@ -308,7 +308,6 @@
// GWT libraries
String gwtUserPath = installPath + '/' + "gwt-user.jar";
String gwtDevPath = installPath + '/' + "gwt-dev.jar";
- String gwtOophmPath = installPath + '/' + "gwt-dev-oophm.jar";
// Public builds generate a DTD reference.
String gwtModuleDtd = "";
@@ -358,7 +357,6 @@
replacements.put("@gwtSdk", installPath);
replacements.put("@gwtUserPath", gwtUserPath);
replacements.put("@gwtDevPath", gwtDevPath);
- replacements.put("@gwtOophmPath", gwtOophmPath);
replacements.put("@gwtVersion", About.getGwtVersionNum());
replacements.put("@gwtModuleDtd", gwtModuleDtd);
replacements.put("@shellClass", DevMode.class.getName());
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors