Reviewers: jat,

Description:
Add java.math and java.util.logging to list of packages to document


Please review this at http://gwt-code-reviews.appspot.com/1358802/show

Affected files:
  M build-tools/doctool/src/com/google/doctool/custom/FindPackages.java


Index: build-tools/doctool/src/com/google/doctool/custom/FindPackages.java
===================================================================
--- build-tools/doctool/src/com/google/doctool/custom/FindPackages.java (revision 9736) +++ build-tools/doctool/src/com/google/doctool/custom/FindPackages.java (working copy)
@@ -52,7 +52,7 @@
    * the LANG_PKGS property.  Add packages here as needed.
    */
   private static final String[] LANG_PKGS = {
-      "java.lang", "java.lang.annotation", "java.io", "java.sql", "java.util"};
+    "java.lang", "java.lang.annotation", "java.math", "java.io", "java.sql", 
"java.util", "java.util.logging"};

   /**
    * User packages to include, regardless of exclusions.  Add packages here


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to