From e22e0669cdd18a94c9c27fc73f1709c405420c09 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sat, 27 Dec 2014 18:06:43 +0000 Subject: [PATCH] Revert to using cobertura. The Jacoco instrumentation will add fields to all classes. This in turn breaks the tests for FieldUtils.getAllFields(Class). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648078 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/resources/{profile.jacoco => profile.cobertura} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/site/resources/{profile.jacoco => profile.cobertura} (100%) diff --git a/src/site/resources/profile.jacoco b/src/site/resources/profile.cobertura similarity index 100% rename from src/site/resources/profile.jacoco rename to src/site/resources/profile.cobertura