You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/03/21 23:34:11 UTC

svn commit: r1083998 - in /lucene/dev/branches/branch_3x: ./ dev-tools/prettify/ lucene/ lucene/common-build.xml lucene/contrib/lucli/build.xml lucene/src/tools/prettify/ solr/ solr/build.xml solr/common-build.xml

Author: yonik
Date: Mon Mar 21 22:34:10 2011
New Revision: 1083998

URL: http://svn.apache.org/viewvc?rev=1083998&view=rev
Log:
LUCENE-2894: move prettify to lucene

Added:
    lucene/dev/branches/branch_3x/lucene/src/tools/prettify/
      - copied from r1083992, lucene/dev/branches/branch_3x/dev-tools/prettify/
Removed:
    lucene/dev/branches/branch_3x/dev-tools/prettify/
Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/common-build.xml
    lucene/dev/branches/branch_3x/lucene/contrib/lucli/build.xml   (props changed)
    lucene/dev/branches/branch_3x/solr/   (props changed)
    lucene/dev/branches/branch_3x/solr/build.xml   (props changed)
    lucene/dev/branches/branch_3x/solr/common-build.xml

Modified: lucene/dev/branches/branch_3x/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/common-build.xml?rev=1083998&r1=1083997&r2=1083998&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/common-build.xml (original)
+++ lucene/dev/branches/branch_3x/lucene/common-build.xml Mon Mar 21 22:34:10 2011
@@ -26,7 +26,7 @@
   <dirname file="${ant.file.common}" property="common.dir"/>
   <import file="${common.dir}/../common-build.xml"/>
   <property name="dev-tools.dir" value="${common.dir}/../dev-tools"/>
-  <property name="prettify.dir" value="${dev-tools.dir}/prettify"/>
+  <property name="prettify.dir" value="${common.dir}/src/tools/prettify"/>
   <property name="maven.build.dir" value="${common.dir}/build/maven"/>
 
   <!-- Give user a chance to override without editing this file

Modified: lucene/dev/branches/branch_3x/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/common-build.xml?rev=1083998&r1=1083997&r2=1083998&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/common-build.xml (original)
+++ lucene/dev/branches/branch_3x/solr/common-build.xml Mon Mar 21 22:34:10 2011
@@ -35,7 +35,7 @@
   <property name="name" value="${ant.project.name}"/>
 
   <property name="dev-tools.dir" value="${solr-path}/../dev-tools"/>
-  <property name="prettify.dir" value="${dev-tools.dir}/prettify"/>
+  <property name="prettify.dir" value="${solr-path}/../lucene/src/tools/prettify"/>
   <property name="package.dir" location="package"/>
 
   <tstamp>