mirror of
https://github.com/apache/lucene.git
synced 2025-02-22 18:27:21 +00:00
add ivy-check for these special inline usages too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0a47c9d4d9
commit
7a99baf982
@ -841,7 +841,7 @@
|
||||
<fail message="You must redefine the javadocs task to do something!!!!!"/>
|
||||
</target>
|
||||
|
||||
<target name="install-maven-tasks" unless="maven-tasks.uptodate">
|
||||
<target name="install-maven-tasks" unless="maven-tasks.uptodate" depends="ivy-availability-check,ivy-fail">
|
||||
<property name="maven-tasks.uptodate" value="true"/>
|
||||
<ivy:cachepath organisation="org.apache.maven" module="maven-ant-tasks" revision="2.1.3"
|
||||
inline="true" conf="master" type="jar" pathid="maven-ant-tasks.classpath"/>
|
||||
@ -900,6 +900,7 @@
|
||||
<property name="deployed.grandparent.pom.uptodate" value="true"/>
|
||||
</target>
|
||||
|
||||
<!-- TODO: add cool detector like the ivy one? this requires you have rat -->
|
||||
<target name="rat-sources-typedef">
|
||||
<typedef resource="org/apache/rat/anttasks/antlib.xml" uri="antlib:rat.anttasks">
|
||||
<classpath>
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
<import file="../contrib-build.xml"/>
|
||||
|
||||
<target name="install-cpptasks" unless="cpptasks.uptodate">
|
||||
<target name="install-cpptasks" unless="cpptasks.uptodate" depends="ivy-availability-check,ivy-fail">
|
||||
<property name="cpptasks.uptodate" value="true"/>
|
||||
<ivy:cachepath organisation="ant-contrib" module="cpptasks" revision="1.0b5"
|
||||
inline="true" conf="master" type="jar" pathid="cpptasks.classpath"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user