fix maven project which has set srcdir or testsrc dir

This commit is contained in:
wsdjeg 2015-11-26 01:15:20 +08:00
parent 3593d1697f
commit 094c3631c3

View File

@ -433,7 +433,6 @@ function! s:MavenOutputDirectory() " {{{2
if has('win32unix')
let output_dir = syntastic#util#CygwinPath(output_dir)
endif
let g:wsdtest = output_dir
return output_dir
endif
return '.'