Fix warnings about unset javacProjectSettings build entries (#176)

Specifically, these are all warnings of the form "The
'javacProjectSettings' build entry should be set when there are project
specific compiler settings".
This commit is contained in:
Ben Liblit 2017-05-04 13:44:32 -05:00 committed by Manu Sridharan
parent fbf9abfa3a
commit e753aba3cc
22 changed files with 22 additions and 0 deletions

View File

@ -2,3 +2,4 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.
javacProjectSettings = true

View File

@ -2,3 +2,4 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.
javacProjectSettings = true

View File

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

View File

@ -2,3 +2,4 @@ source.. = src/,\
testdata/
bin.includes = META-INF/,\
.
javacProjectSettings = true

View File

@ -3,3 +3,4 @@ source.. = src/,\
bin.includes = META-INF/,\
.,\
lib/json-20160212.jar
javacProjectSettings = true

View File

@ -3,3 +3,4 @@ output.. = bin/,\
/com.ibm.wala.cast.js.test.data/examples-src/
bin.includes = META-INF/,\
.
javacProjectSettings = true

View File

@ -4,3 +4,4 @@ bin.includes = META-INF/,\
.,\
lib/rhino-1.7.6.jar
jars.extra.classpath = lib/rhino-1.7.6.jar
javacProjectSettings = true

View File

@ -2,3 +2,4 @@ source.. = harness-src
output.. = bin/
bin.includes = META-INF/,\
.
javacProjectSettings = true

View File

@ -4,3 +4,4 @@ bin.includes = .,\
lib/jericho-html-3.2.jar
source.. = source/,\
dat/
javacProjectSettings = true

View File

@ -2,3 +2,4 @@ source.. = harness-src
output.. = bin/
bin.includes = META-INF/,\
.
javacProjectSettings = true

View File

@ -3,3 +3,4 @@ output.. = bin/
bin.includes = META-INF/,\
lib/commons-io-2.4.jar,\
.
javacProjectSettings = true

View File

@ -5,3 +5,4 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties
javacProjectSettings = true

View File

@ -8,3 +8,4 @@ output.. = bin/
source.. = dat/,\
src/,\
lib/
javacProjectSettings = true

View File

@ -5,3 +5,4 @@ bin.includes = META-INF/,\
lib/dx.jar
jars.extra.classpath = lib/dx.jar
jre.compilation.profile = JavaSE-1.7
javacProjectSettings = true

View File

@ -4,3 +4,4 @@ output.. = bin/
bin.includes = META-INF/,\
.
jre.compilation.profile = JavaSE-1.7
javacProjectSettings = true

View File

@ -2,3 +2,4 @@ source.. = source/
output.. = bin/
bin.includes = META-INF/,\
.
javacProjectSettings = true

View File

@ -1,3 +1,4 @@
source.. = src/
bin.includes = META-INF/,\
.
javacProjectSettings = true

View File

@ -2,3 +2,4 @@ source.. = source/
output.. = bin/
bin.includes = META-INF/,\
.
javacProjectSettings = true

View File

@ -4,3 +4,4 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties
javacProjectSettings = true

View File

@ -4,3 +4,4 @@ bin.includes = META-INF/,\
jars.compile.order = .
source.. = src/
output.. = bin/
javacProjectSettings = true

View File

@ -4,3 +4,4 @@ bin.includes = META-INF/,\
jars.compile.order = .
source.. = src/
output.. = bin/
javacProjectSettings = true

View File

@ -3,3 +3,4 @@ bin.includes = META-INF/,\
jars.compile.order = .
source.. = src/
output.. = bin/
javacProjectSettings = true