ソースを参照

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

読み込み中…
キャンセル
保存