From 173209a7bbef0201cf2f00f15ad1f5b105bf0330 Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Sun, 6 Nov 2016 12:10:24 -0600 Subject: [PATCH] Eclipse wants "META-INF/" to be included in "bin.includes" Other subdirectories' "build.properties" generally seem to include this already, so who am I to argue? This resolves one "An entry for META-INF/ is required in bin.includes" Eclipse warning. Also update the project configuration to treat this warning as an error. This should discourage commits that create new instances of this sort of problem in the future. --- com.ibm.wala.cast.js.test.data/.settings/org.eclipse.pde.prefs | 1 + com.ibm.wala.cast.js.test.data/build.properties | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 com.ibm.wala.cast.js.test.data/.settings/org.eclipse.pde.prefs diff --git a/com.ibm.wala.cast.js.test.data/.settings/org.eclipse.pde.prefs b/com.ibm.wala.cast.js.test.data/.settings/org.eclipse.pde.prefs new file mode 100644 index 000000000..82cdecfe4 --- /dev/null +++ b/com.ibm.wala.cast.js.test.data/.settings/org.eclipse.pde.prefs @@ -0,0 +1 @@ +compilers.p.build.bin.includes=0 diff --git a/com.ibm.wala.cast.js.test.data/build.properties b/com.ibm.wala.cast.js.test.data/build.properties index 748041422..f95f1e560 100644 --- a/com.ibm.wala.cast.js.test.data/build.properties +++ b/com.ibm.wala.cast.js.test.data/build.properties @@ -1 +1,2 @@ -bin.includes = examples-src/ +bin.includes = examples-src/,\ + META-INF/