mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +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>
10 lines
259 B
INI
10 lines
259 B
INI
source.. = src/
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
plugin.xml,\
|
|
plugin.properties,\
|
|
about.html,\
|
|
help_content_extension.xml,\
|
|
doc/
|
|
src.includes = about.html
|