From 0c6db22ae4b58fde3e45913b2c7a3e73242b88f6 Mon Sep 17 00:00:00 2001 From: jrm Date: Mon, 22 Jun 2015 11:46:40 -0700 Subject: [PATCH] [infer][java] Add an example of an ant project in the repository Summary: @public Adds a small example of a Ant project in order to test that there is not regresssion when modifying the toplevel scripts Test Plan: cd infer/tests/codetoanalyze/java/infer ant clean && infer -- ant compile --- .../tests/codetoanalyze/java/infer/build.xml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 infer/tests/codetoanalyze/java/infer/build.xml diff --git a/infer/tests/codetoanalyze/java/infer/build.xml b/infer/tests/codetoanalyze/java/infer/build.xml new file mode 100644 index 000000000..97c950a5c --- /dev/null +++ b/infer/tests/codetoanalyze/java/infer/build.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + +