mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +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>
11 lines
271 B
INI
11 lines
271 B
INI
source.. = src/
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
plugin.xml,\
|
|
plugin.properties,\
|
|
about.html,\
|
|
.options,\
|
|
schema/,\
|
|
OSGI-INF/
|
|
src.includes = about.html
|