From dec4309ee31df8f893a4db9e3e39a19048b81ed8 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Tue, 8 Jun 2010 11:22:46 +0000 Subject: [PATCH] SOLR-1943: Disable clustering contrib for now inn trunk, until problem with circular dependency is solved git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@952613 13f79535-47bb-0310-9956-ffa450edef68 --- solr/contrib/clustering/DISABLED-README.txt | 7 +++++++ solr/contrib/clustering/{build.xml => build.xml.disabled} | 0 2 files changed, 7 insertions(+) create mode 100644 solr/contrib/clustering/DISABLED-README.txt rename solr/contrib/clustering/{build.xml => build.xml.disabled} (100%) diff --git a/solr/contrib/clustering/DISABLED-README.txt b/solr/contrib/clustering/DISABLED-README.txt new file mode 100644 index 00000000000..8a43dbda63d --- /dev/null +++ b/solr/contrib/clustering/DISABLED-README.txt @@ -0,0 +1,7 @@ +In trunk this contrib module is currently disabled, as it uses the external +(binary) Carrot2 library (as trunk is free to change its API, this module fails +with linking exceptions). + +After a stable branch of Lucene is created from trunk, rename +'build.xml.disabled' back to 'build.xml' after replacing the Carrot2 +JARs by updated versions. diff --git a/solr/contrib/clustering/build.xml b/solr/contrib/clustering/build.xml.disabled similarity index 100% rename from solr/contrib/clustering/build.xml rename to solr/contrib/clustering/build.xml.disabled