Bladeren bron

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 jaren geleden
bovenliggende
commit
8141140922
2 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  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 Bestand weergeven

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

+ 2
- 1
org.eclipse.jgit.test/build.properties Bestand weergeven

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

Laden…
Annuleren
Opslaan