Skip to content

Commit

Permalink
update xmlcalabash version
Browse files Browse the repository at this point in the history
  • Loading branch information
Conal-Tuohy committed Jun 29, 2018
1 parent 24580c3 commit 53b5c8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
XProc-Z
An XML transforming web proxy, by Conal Tuohy
====================================================================== -->
<project name="Retailer" default="war">
<project name="XProc-Z" default="war">

<property file="ant/build.properties"/>
<description>XProc-Z is an XML processing web proxy.</description>
Expand All @@ -30,10 +30,7 @@
<mkdir dir="build/webapp/WEB-INF/classes"/>
<mkdir dir="build/webapp/WEB-INF/lib"/>
<echo>Installing XML Calabash libraries ...</echo>
<get src="https://github.com/Conal-Tuohy/xmlcalabash1/releases/download/1.1.11-ctuohy/xmlcalabash-1.1.11-96.zip" dest="build/calabash.zip" skipexisting="true"/>
<!--
<get src="https://github.com/ndw/xmlcalabash1/releases/download/1.1.9-96/xmlcalabash-1.1.9-96.zip" dest="build/calabash.zip" skipexisting="true"/>
-->
<get src="https://github.com/ndw/xmlcalabash1/releases/download/1.1.21-98/xmlcalabash-1.1.21-98.zip" dest="build/calabash.zip" skipexisting="true"/>
<unzip src="build/calabash.zip" dest="build/lib">
<patternset>
<include name="**/*.jar"/>
Expand Down

0 comments on commit 53b5c8c

Please sign in to comment.