Repository: buildr
Updated Branches:
  refs/heads/master dc32c1a95 -> e76d3b25c


Fix bug recently exposed when unintended sharing of dependencies was recently 
fixed


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/e76d3b25
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/e76d3b25
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/e76d3b25

Branch: refs/heads/master
Commit: e76d3b25c55eec6fa64ccfc13245ed0a0d462873
Parents: dc32c1a
Author: Peter Donald <[email protected]>
Authored: Wed Sep 23 14:09:14 2015 +1000
Committer: Peter Donald <[email protected]>
Committed: Wed Sep 23 14:09:14 2015 +1000

----------------------------------------------------------------------
 addon/buildr/gwt.rb | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/e76d3b25/addon/buildr/gwt.rb
----------------------------------------------------------------------
diff --git a/addon/buildr/gwt.rb b/addon/buildr/gwt.rb
index d939958..8e22b61 100644
--- a/addon/buildr/gwt.rb
+++ b/addon/buildr/gwt.rb
@@ -137,6 +137,7 @@ module Buildr
           a = artifact(d)
           a.invoke if a.respond_to?(:invoke)
           project.iml.main_dependencies << a.to_s unless !project.iml? || 
existing_deps.include?(a.to_s)
+          project.compile.dependencies << a.to_s unless 
existing_deps.include?(a.to_s)
           additional_gwt_deps << a
         end
 

Reply via email to