This fixes two Eclipse Plug-in Development warnings of the form "The 'javacProjectSettings' build entry should be set when there are project specific compiler settings".
8 lines
183 B
INI
8 lines
183 B
INI
source.. = source/
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
OSGI-INF/l10n/bundle.properties,\
|
|
OSGI-INF/
|
|
javacProjectSettings = true
|