From: Jim Procter Date: Wed, 18 Jul 2018 14:40:55 +0000 (+0100) Subject: Merge branch 'develop' into Jalview-BH/JAL-3026 X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~68^2~536 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=6402cfbecd10653f94f6dbf2e26c718717503925;hp=0949e2572f4a1263c7bfbc08259823be7513c75b;p=jalview.git Merge branch 'develop' into Jalview-BH/JAL-3026 clover artefacts added to gitignore. nb - .classpath is now ignored - may need to be redacted --- diff --git a/.gitignore b/.gitignore index aab4480..0567460 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .project /dist +/clover /classes /tests /test-reports @@ -18,3 +19,4 @@ TESTNG /site0/ /sitev/ /.classpath +*.class diff --git a/build.xml b/build.xml index 5dafe48..e92885a 100755 --- a/build.xml +++ b/build.xml @@ -20,6 +20,9 @@ + + + @@ -40,6 +43,7 @@ + @@ -130,6 +134,8 @@ + + @@ -299,6 +305,7 @@ verbose="2"> + @@ -540,6 +547,9 @@ + + Ignoring request to build jalview distribution with clover-instrumented classes +