mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00

Move sources from src/main/java to src. Change output dir from target/classes to bin. Change-Id: I348fdf2960d183e6ba8ddf1b7971c494fb2bca9c Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
9 lines
239 B
INI
9 lines
239 B
INI
source.. = src/,\
|
|
src/main/resources/
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
OSGI-INF/l10n/bundle.properties,\
|
|
OSGI-INF/,\
|
|
about.html
|
|
src.includes = about.html
|