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
This commit is contained in:
David Ostrovsky 2015-10-24 14:04:06 +02:00 committed by David Ostrovsky
parent 17728b4c56
commit 7722378708

View File

@ -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',