Bug 56817 - Incorrect link in build.xml file
Summary: Incorrect link in build.xml file
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.11-dev
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-05 10:22 UTC by Geoff Wright
Modified: 2014-08-05 10:40 UTC (History)
0 users



Attachments
patch file in tar.gz format (410 bytes, application/x-gzip)
2014-08-05 10:22 UTC, Geoff Wright
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geoff Wright 2014-08-05 10:22:28 UTC
Created attachment 31876 [details]
patch file in tar.gz format

The build.xml file had an incorrect link to 
maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.3.0.jar

Changed this to:            
maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar

Simple patch submitted.
Comment 1 Nick Burch 2014-08-05 10:40:33 UTC
Already fixed a few hours ago in r1615893!