You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2012/04/04 13:38:41 UTC

svn commit: r1309337 - /ofbiz/trunk/framework/base/build.xml

Author: erwan
Date: Wed Apr  4 11:38:40 2012
New Revision: 1309337

URL: http://svn.apache.org/viewvc?rev=1309337&view=rev
Log:
Reverting 1308301 as the commit could seems as a hack: ./ant can't find the class issue created for this: OFBIZ-4783

Modified:
    ofbiz/trunk/framework/base/build.xml

Modified: ofbiz/trunk/framework/base/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/build.xml?rev=1309337&r1=1309336&r2=1309337&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/build.xml (original)
+++ ofbiz/trunk/framework/base/build.xml Wed Apr  4 11:38:40 2012
@@ -72,7 +72,7 @@ under the License.
         </condition>
         <condition property="exclude.cobertura" value="org/ofbiz/base/config/Cobertura*.java">
             <not>
-                <available property="exclude.cobertura" file="lib/cobertura-1.9.4.1.jar"/>
+                <available classname="net.sourceforge.cobertura.instrument.ClassInstrumenter" classpathref="local.class.path"/>
             </not>
         </condition>
         <patternset id="src.exc.set">