You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2012/05/21 18:03:28 UTC

svn commit: r1341086 - in /ofbiz/trunk: .gitignore build.xml framework/base/lib/ ivy.xml

Author: doogie
Date: Mon May 21 16:03:28 2012
New Revision: 1341086

URL: http://svn.apache.org/viewvc?rev=1341086&view=rev
Log:
FIX: cobertura is now actually usable again, at least with api-tests.

Modified:
    ofbiz/trunk/.gitignore
    ofbiz/trunk/build.xml
    ofbiz/trunk/framework/base/lib/   (props changed)
    ofbiz/trunk/ivy.xml

Modified: ofbiz/trunk/.gitignore
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.gitignore?rev=1341086&r1=1341085&r2=1341086&view=diff
==============================================================================
--- ofbiz/trunk/.gitignore (original)
+++ ofbiz/trunk/.gitignore Mon May 21 16:03:28 2012
@@ -1,6 +1,8 @@
 applications/*/build
 framework/*/build
 framework/base/lib/cobertura-*.jar
+framework/base/lib/asm*.jar
+framework/base/lib/oro*.jar
 framework/entity/lib/jdbc/postgresql-*.jar
 hot-deploy/*/build
 specialpurpose/*/build

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1341086&r1=1341085&r2=1341086&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon May 21 16:03:28 2012
@@ -86,6 +86,8 @@ under the License.
           description="Clean all downloaded files">
         <delete>
             <fileset dir="framework/base/lib" includes="cobertura-*.jar"/>
+            <fileset dir="framework/base/lib" includes="asm*.jar"/>
+            <fileset dir="framework/base/lib" includes="oro*.jar"/>
             <fileset dir="framework/base/lib" includes="sonar-*.jar"/>
             <fileset dir="framework/entity/lib/jdbc" includes="postgresql-*.jar"/>
         </delete>

Propchange: ofbiz/trunk/framework/base/lib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon May 21 16:03:28 2012
@@ -1,2 +1,5 @@
 plugin.jar
-cobertura-1.9.3.jar
+cobertura-1.9.4.1.jar
+asm-3.0.jar
+oro-2.0.8.jar
+asm-tree-3.0.jar

Modified: ofbiz/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/ivy.xml?rev=1341086&r1=1341085&r2=1341086&view=diff
==============================================================================
--- ofbiz/trunk/ivy.xml (original)
+++ ofbiz/trunk/ivy.xml Mon May 21 16:03:28 2012
@@ -38,9 +38,6 @@
         <dependency org="org.codehaus.sonar-plugins" name="sonar-ant-task" rev="1.3" conf="sonar-ant-task->default"/>
 
         <!--Exclusions for cobertura-->
-        <exclude module="oro" conf="cobertura"/>
-        <exclude module="asm" conf="cobertura"/>
-        <exclude module="asm-tree" conf="cobertura"/>
         <exclude module="log4j" conf="cobertura"/>
         <exclude module="ant" conf="cobertura"/>
     </dependencies>