From 7722378708c258d5645c70985f4762f3b27edf21 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 24 Oct 2015 14:04:06 +0200 Subject: [PATCH] Buck: Fix SDM debug session I4212ac327a moved gwt-dev transitive dependencies to first order dependencies, but broke eclipse project generation, as javax validation is still needed. If47aad9d7 tried to fix it and added dependency to the missing library, but missed to add a dependency to the sources as well to fix SDM debug session. Test plan: SDM debug session works as expected. Change-Id: I9cc4ebe60b38c0a38006a6f08c9d70415a7a100c --- tools/eclipse/BUCK | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/eclipse/BUCK b/tools/eclipse/BUCK index 048fdb812e..1e13515849 100644 --- a/tools/eclipse/BUCK +++ b/tools/eclipse/BUCK @@ -22,6 +22,7 @@ java_library( '//lib/bouncycastle:bcpg', '//lib/bouncycastle:bcpkix', '//lib/gwt:javax-validation', + '//lib/gwt:javax-validation_src', '//lib/jetty:servlets', '//lib/prolog:compiler_lib', '//Documentation:index_lib',