commit | 4f2e3877b5f337045b8658f5420c748a093f2af6 | [log] [tgz] |
---|---|---|
author | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Dec 15 21:07:59 2009 +0000 |
committer | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Tue Dec 15 21:07:59 2009 +0000 |
tree | 1b6b97885983d58b336a9046881c1fc754cb4faa | |
parent | 3828c3a5d13877443cd6c843a6e2aa1810e073e6 [diff] |
Fixing error message on <script> tag with conditionals in .gwt.xml. Issue: 3746 Review by: cramsdale git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7314 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/dev/cfg/ModuleDefSchema.java b/dev/core/src/com/google/gwt/dev/cfg/ModuleDefSchema.java index ac39d73..9ca2cfc 100644 --- a/dev/core/src/com/google/gwt/dev/cfg/ModuleDefSchema.java +++ b/dev/core/src/com/google/gwt/dev/cfg/ModuleDefSchema.java
@@ -425,7 +425,7 @@ if (js != null) { logger.log( TreeLogger.WARN, - "Injected scripts no longer require an associated JavaScript block.", + "Injected scripts no longer use an associated JavaScript block; ignoring.", null); } moduleDef.getScripts().append(new Script(src));