You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2013/08/14 10:20:22 UTC

svn commit: r1513762 - in /poi/trunk: build.xml lib/

Author: centic
Date: Wed Aug 14 08:20:21 2013
New Revision: 1513762

URL: http://svn.apache.org/r1513762
Log:
Update to JaCoCo 0.6.3 and svn-ignore the .zip file as well

Modified:
    poi/trunk/build.xml
    poi/trunk/lib/   (props changed)

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1513762&r1=1513761&r2=1513762&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Aug 14 08:20:21 2013
@@ -152,8 +152,8 @@ under the License.
     <property name="ooxml.jsr173.url" value="${repository.m2}/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar"/>
 
     <!-- coverage libs -->
-    <property name="jacoco.zip" location="${main.lib}/jacoco-0.6.2.201302030002.zip"/>
-    <property name="jacoco.url" value="${repository.m2}/maven2/org/jacoco/jacoco/0.6.2.201302030002/jacoco-0.6.2.201302030002.zip"/>
+    <property name="jacoco.zip" location="${main.lib}/jacoco-0.6.3.201306030806.zip"/>
+    <property name="jacoco.url" value="${repository.m2}/maven2/org/jacoco/jacoco/0.6.3.201306030806/jacoco-0.6.3.201306030806.zip"/>
     <property name="asm.jar" location="${main.lib}/asm-all-4.0.jar"/>
     <property name="asm.url" value="${repository.m2}/maven2/org/ow2/asm/asm-all/4.0/asm-all-4.0.jar"/>
 

Propchange: poi/trunk/lib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Aug 14 08:20:21 2013
@@ -1 +1,2 @@
 *.jar
+jacoco-*.zip



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org