소스 검색

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…
취소
저장