mirror of https://github.com/apache/lucene.git
LUCENE-2894: make prettify findable from everywhere
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ab6a5e7dd
commit
47b102fe2a
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
<dirname file="${ant.file.common}" property="common.dir"/>
|
<dirname file="${ant.file.common}" property="common.dir"/>
|
||||||
|
|
||||||
<property name="dev-tools.dir" value="../dev-tools"/>
|
<property name="dev-tools.dir" value="${common.dir}/../dev-tools"/>
|
||||||
<property name="prettify.dir" value="${dev-tools.dir}/prettify"/>
|
<property name="prettify.dir" value="${dev-tools.dir}/prettify"/>
|
||||||
|
|
||||||
<!-- Give user a chance to override without editing this file
|
<!-- Give user a chance to override without editing this file
|
||||||
|
|
Loading…
Reference in New Issue