From 48be35ddc2d700bab5b054c549a1f6dd443e20bf Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Tue, 15 Aug 2017 17:17:56 -0500 Subject: [PATCH] Set `javacProjectSettings` where appropriate In particular, per the corresponding Eclipse warning, "The `javacProjectSettings` build entry should be set when there are project specific compiler settings". --- com.ibm.wala.cast.java.ecj/build.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/com.ibm.wala.cast.java.ecj/build.properties b/com.ibm.wala.cast.java.ecj/build.properties index c58ea2178..7994cd2ec 100644 --- a/com.ibm.wala.cast.java.ecj/build.properties +++ b/com.ibm.wala.cast.java.ecj/build.properties @@ -3,3 +3,4 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ OSGI-INF/ +javacProjectSettings = true