Browse Source

Fix buck classpath for tests

Change-Id: Idd2c22bbd2c81311c87a205fe707770300ec8f0c
tags/v4.3.0.201603230630-rc1
Saša Živkov 8 years ago
parent
commit
fdeaf26f54
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      org.eclipse.jgit.http.test/BUCK
  2. 1
    0
      org.eclipse.jgit.lfs.server.test/BUCK

+ 1
- 0
org.eclipse.jgit.http.test/BUCK View File

'//lib/jetty:servlet', '//lib/jetty:servlet',
'//lib/jetty:security', '//lib/jetty:security',
'//lib/jetty:util', '//lib/jetty:util',
'//lib:commons-logging',
], ],
source_under_test = ['//org.eclipse.jgit.http.server:jgit-servlet'], source_under_test = ['//org.eclipse.jgit.http.server:jgit-servlet'],
) )

+ 1
- 0
org.eclipse.jgit.lfs.server.test/BUCK View File

'//lib/jetty:security', '//lib/jetty:security',
'//lib/jetty:util', '//lib/jetty:util',
'//lib:servlet-api', '//lib:servlet-api',
'//lib:commons-logging',
], ],
source_under_test = ['//org.eclipse.jgit.lfs.server:jgit-lfs-server'], source_under_test = ['//org.eclipse.jgit.lfs.server:jgit-lfs-server'],
vm_args = ['-Xmx256m', '-Dfile.encoding=UTF-8'], vm_args = ['-Xmx256m', '-Dfile.encoding=UTF-8'],

Loading…
Cancel
Save