mirror of https://github.com/apache/lucene.git
Some minor tools version upgrades (Clover, Groovy, Svnkit)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ef79962a7
commit
d21afb8ef3
|
@ -25,7 +25,7 @@
|
|||
|
||||
<import file="lucene/common-build.xml"/>
|
||||
|
||||
<property name="svnkit.version" value="1.8.5"/>
|
||||
<property name="svnkit.version" value="1.8.7"/>
|
||||
|
||||
<target name="-run-test">
|
||||
<mkdir dir="lucene/build" />
|
||||
|
|
|
@ -1471,7 +1471,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
|
|||
|
||||
]]></fail>
|
||||
<echo>Code coverage with Atlassian Clover enabled.</echo>
|
||||
<ivy:cachepath organisation="com.atlassian.clover" module="clover" revision="4.0.0"
|
||||
<ivy:cachepath organisation="com.atlassian.clover" module="clover" revision="4.0.3"
|
||||
inline="true" conf="master" pathid="clover.classpath"/>
|
||||
<taskdef resource="cloverlib.xml" classpathref="clover.classpath" />
|
||||
<mkdir dir="${clover.db.dir}"/>
|
||||
|
@ -2264,7 +2264,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
|
|||
|
||||
<!-- GROOVY scripting engine for ANT tasks -->
|
||||
<target name="resolve-groovy" unless="groovy.loaded" depends="ivy-availability-check,ivy-configure">
|
||||
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.3.6"
|
||||
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.3.10"
|
||||
inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
|
||||
<taskdef name="groovy"
|
||||
classname="org.codehaus.groovy.ant.Groovy"
|
||||
|
|
Loading…
Reference in New Issue