瀏覽代碼

Add path src/ to source path in build.properties

This fixes the warning "src/ is missing from source.."

Change-Id: I166e3a6a3d5230e4110d3283ec4dbc7d1dfe6732
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.5.0.201609210915-r
Matthias Sohn 7 年之前
父節點
當前提交
8141140922
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 2
    1
      org.eclipse.jgit.http.test/build.properties
  2. 2
    1
      org.eclipse.jgit.test/build.properties

+ 2
- 1
org.eclipse.jgit.http.test/build.properties 查看文件

@@ -1,4 +1,5 @@
source.. = tst/
source.. = tst/,\
src/
output.. = bin/
bin.includes = META-INF/,\
.,\

+ 2
- 1
org.eclipse.jgit.test/build.properties 查看文件

@@ -1,6 +1,7 @@
source.. = tst/,\
tst-rsrc/,\
exttst/
exttst/,\
src/
bin.includes = META-INF/,\
.,\
plugin.properties

Loading…
取消
儲存