Author: jleroux
Date: Sun Dec 29 11:52:15 2013
New Revision: 1554016
URL:
http://svn.apache.org/r1554016Log:
Finally commits change in framework/base/build.xml, the Buildbot error was not related to this change (did not make sense, as long this target is not used at least)
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=1554016&r1=1554015&r2=1554016&view=diff==============================================================================
--- ofbiz/trunk/framework/base/build.xml (original)
+++ ofbiz/trunk/framework/base/build.xml Sun Dec 29 11:52:15 2013
@@ -70,13 +70,7 @@ under the License.
<available classname="javax.crypto.Cipher" classpathref="local.class.path"/>
</not>
</condition>
- <condition property="exclude.cobertura" value="org/ofbiz/base/config/Cobertura*.java">
- <not>
- <available classname="net.sourceforge.cobertura.instrument.ClassInstrumenter" classpathref="local.class.path"/>
- </not>
- </condition>
<patternset id="src.exc.set">
- <exclude name="${exclude.cobertura}"/>
<exclude name="${exclude.crypto}"/>
<exclude name="org/ofbiz/base/util/OfbizJsBsfEngine.java"/>
</patternset>