r109413 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109412‎ | r109413 | r109414 >
Date:17:51, 18 January 2012
Author:oren
Status:deferred
Tags:
Comment:
documentation update and some project IDE settings
Modified paths:
  • /trunk/lucene-search-3/.classpath (modified) (history)
  • /trunk/lucene-search-3/README.txt (modified) (history)
  • /trunk/lucene-search-3/RELEASE-NOTES.txt (modified) (history)
  • /trunk/lucene-search-3/src/test/org (deleted) (history)

Diff [purge]

Index: trunk/lucene-search-3/RELEASE-NOTES.txt
@@ -1,7 +1,7 @@
22 Lucene Search 3.0.0
33 ===============
44
5 -Reimplimention 2.3 features based on Apache SOLR
 5+* Implementation 2.3 features based on Apache SOLR
66
77
88 Lucene Search 2.1.3
Index: trunk/lucene-search-3/.classpath
@@ -1,5 +1,7 @@
22 <?xml version="1.0" encoding="UTF-8"?>
33 <classpath>
 4+ <classpathentry kind="src" path="src/main/java"/>
 5+ <classpathentry kind="src" path="src/test/java"/>
46 <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
57 <classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
68 <classpathentry kind="lib" path="lib/lucene-analyzers.jar"/>
Index: trunk/lucene-search-3/README.txt
@@ -3,6 +3,7 @@
44
55 - Java 5 +
66 - MediaWiki 1.13 with MWSearch extension
 7+ - Apache Mavern 2
78 - Apache Ant 1.6 (for building from source)
89
910 == Installation ==

Status & tagging log