Browse Source

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 years ago
parent
commit
8141140922

+ 2
- 1
org.eclipse.jgit.http.test/build.properties View File

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

+ 2
- 1
org.eclipse.jgit.test/build.properties View File

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

Loading…
Cancel
Save