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:
Steven Rowe 2011-02-06 22:55:43 +00:00
parent 5ab6a5e7dd
commit 47b102fe2a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<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"/>
<!-- Give user a chance to override without editing this file