diff options
author | Jesse Wilson <jessewilson@google.com> | 2009-10-26 17:49:25 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2009-10-27 15:42:34 -0700 |
commit | 6aeae90150e4c830c4a6e066a2b1912e9d828b87 (patch) | |
tree | e04b410a46a9785e9725419fd785ea501b7cc757 /tools/integrate | |
parent | d9179c4701153caeb821cf3da639b28465317508 (diff) | |
download | libcore-6aeae90150e4c830c4a6e066a2b1912e9d828b87.zip libcore-6aeae90150e4c830c4a6e066a2b1912e9d828b87.tar.gz libcore-6aeae90150e4c830c4a6e066a2b1912e9d828b87.tar.bz2 |
Update logging to r820767
Diffstat (limited to 'tools/integrate')
-rw-r--r-- | tools/integrate/Module.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/integrate/Module.java b/tools/integrate/Module.java index 63d35a2..02cdb6a 100644 --- a/tools/integrate/Module.java +++ b/tools/integrate/Module.java @@ -48,6 +48,8 @@ class Module { "crypto/src/test/java") .build()); + valuesMutable.put("logging", new Module.Builder(svnRoot, "logging").build()); + valuesMutable.put("regex", new Module.Builder(svnRoot, "regex").build()); valuesMutable.put("security", new Module.Builder(svnRoot, "security") |