You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/02/06 23:55:43 UTC

svn commit: r1067796 - /lucene/dev/trunk/lucene/common-build.xml

Author: sarowe
Date: Sun Feb  6 22:55:43 2011
New Revision: 1067796

URL: http://svn.apache.org/viewvc?rev=1067796&view=rev
Log:
LUCENE-2894: make prettify findable from everywhere

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1067796&r1=1067795&r2=1067796&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Sun Feb  6 22:55:43 2011
@@ -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