Add missing output directories

This fixes five Eclipse "Source folder '...' does not have the output
folder in corresponding output entry 'output..'" warnings in the
"Plug-in Development" category.
This commit is contained in:
Ben Liblit 2017-05-15 13:28:58 +02:00
parent 76fcaa5322
commit 140d75eacf
5 changed files with 5 additions and 0 deletions

View File

@ -7,4 +7,5 @@ bin.includes = META-INF/,\
OSGI-INF/
jars.extra.classpath = lib/htmlparser-1.4.jar
javacProjectSettings = true
output.. = bin/

View File

@ -5,3 +5,4 @@ bin.includes = META-INF/,\
OSGI-INF/l10n/bundle.properties,\
OSGI-INF/
javacProjectSettings = true
output.. = bin/

View File

@ -6,3 +6,4 @@ bin.includes = META-INF/,\
OSGI-INF/l10n/bundle.properties,\
OSGI-INF/
javacProjectSettings = true
output.. = target/classes/

View File

@ -7,3 +7,4 @@ bin.includes = .,\
source.. = source/,\
dat/
javacProjectSettings = true
output.. = bin/

View File

@ -4,3 +4,4 @@ bin.includes = META-INF/,\
OSGI-INF/l10n/bundle.properties,\
OSGI-INF/
javacProjectSettings = true
output.. = bin/