Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 7962 invoked from network); 10 Jan 2010 21:54:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jan 2010 21:54:38 -0000 Received: (qmail 71791 invoked by uid 500); 10 Jan 2010 21:53:48 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 71769 invoked by uid 500); 10 Jan 2010 21:53:48 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 71759 invoked by uid 99); 10 Jan 2010 21:53:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jan 2010 21:53:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jan 2010 21:53:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B4A4C238897D; Sun, 10 Jan 2010 21:53:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r897712 - in /lucene/java/trunk: contrib/analyzers/smartcn/ contrib/analyzers/smartcn/src/java/ contrib/ant/src/java/ contrib/benchmark/src/java/ contrib/db/bdb-je/src/java/ contrib/db/bdb/src/java/ contrib/fast-vector-highlighter/ contrib/... Date: Sun, 10 Jan 2010 21:53:14 -0000 To: java-commits@lucene.apache.org From: rmuir@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100110215314.B4A4C238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rmuir Date: Sun Jan 10 21:53:13 2010 New Revision: 897712 URL: http://svn.apache.org/viewvc?rev=897712&view=rev Log: remaining eol-style and inconsistent newlines fixes Modified: lucene/java/trunk/contrib/analyzers/smartcn/build.xml (contents, props changed) lucene/java/trunk/contrib/analyzers/smartcn/pom.xml.template (contents, props changed) lucene/java/trunk/contrib/analyzers/smartcn/src/java/overview.html (props changed) lucene/java/trunk/contrib/ant/src/java/overview.html (props changed) lucene/java/trunk/contrib/benchmark/src/java/overview.html (props changed) lucene/java/trunk/contrib/db/bdb-je/src/java/overview.html (props changed) lucene/java/trunk/contrib/db/bdb/src/java/overview.html (props changed) lucene/java/trunk/contrib/fast-vector-highlighter/pom.xml.template (props changed) lucene/java/trunk/contrib/fast-vector-highlighter/src/java/overview.html (props changed) lucene/java/trunk/contrib/highlighter/src/java/overview.html (props changed) lucene/java/trunk/contrib/instantiated/src/java/overview.html (props changed) lucene/java/trunk/contrib/lucli/src/java/overview.html (props changed) lucene/java/trunk/contrib/memory/src/java/overview.html (props changed) lucene/java/trunk/contrib/misc/src/java/overview.html (props changed) lucene/java/trunk/contrib/queries/src/java/overview.html (props changed) lucene/java/trunk/contrib/regex/src/java/overview.html (props changed) lucene/java/trunk/contrib/remote/src/java/overview.html (props changed) lucene/java/trunk/contrib/spatial/src/java/overview.html (props changed) lucene/java/trunk/contrib/spellchecker/src/java/overview.html (props changed) lucene/java/trunk/contrib/surround/src/java/overview.html (props changed) lucene/java/trunk/contrib/wikipedia/src/java/overview.html (props changed) lucene/java/trunk/contrib/wordnet/src/java/overview.html (props changed) lucene/java/trunk/contrib/xml-query-parser/docs/LuceneContribQuery.dtd.org.html (contents, props changed) lucene/java/trunk/contrib/xml-query-parser/docs/LuceneCoreQuery.dtd.org.html (contents, props changed) lucene/java/trunk/contrib/xml-query-parser/docs/index.html (contents, props changed) lucene/java/trunk/contrib/xml-query-parser/src/java/overview.html (props changed) lucene/java/trunk/docs/lucene-contrib/index.html (contents, props changed) lucene/java/trunk/src/site/src/documentation/skins/common/images/README.txt (props changed) lucene/java/trunk/src/site/src/documentation/skins/common/translations/CommonMessages_de.xml (props changed) lucene/java/trunk/src/site/src/documentation/skins/common/translations/CommonMessages_en_US.xml (props changed) lucene/java/trunk/src/site/src/documentation/skins/common/translations/CommonMessages_es.xml (props changed) lucene/java/trunk/src/site/src/documentation/skins/common/translations/CommonMessages_fr.xml (props changed) lucene/java/trunk/src/site/src/documentation/skins/lucene/css/basic.css (props changed) lucene/java/trunk/src/site/src/documentation/skins/lucene/css/print.css (props changed) lucene/java/trunk/src/site/src/documentation/skins/lucene/css/screen.css (props changed) lucene/java/trunk/src/site/src/documentation/skins/lucene/note.txt (props changed) Modified: lucene/java/trunk/contrib/analyzers/smartcn/build.xml URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/analyzers/smartcn/build.xml?rev=897712&r1=897711&r2=897712&view=diff ============================================================================== --- lucene/java/trunk/contrib/analyzers/smartcn/build.xml (original) +++ lucene/java/trunk/contrib/analyzers/smartcn/build.xml Sun Jan 10 21:53:13 2010 @@ -1,38 +1,38 @@ - - - - - - - - Smart Chinese Analyzer - - - - - - - - - - - - - - - + + + + + + + + Smart Chinese Analyzer + + + + + + + + + + + + + + + Propchange: lucene/java/trunk/contrib/analyzers/smartcn/build.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: lucene/java/trunk/contrib/analyzers/smartcn/pom.xml.template URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/analyzers/smartcn/pom.xml.template?rev=897712&r1=897711&r2=897712&view=diff ============================================================================== --- lucene/java/trunk/contrib/analyzers/smartcn/pom.xml.template (original) +++ lucene/java/trunk/contrib/analyzers/smartcn/pom.xml.template Sun Jan 10 21:53:13 2010 @@ -1,35 +1,35 @@ - - - - 4.0.0 - - org.apache.lucene - lucene-contrib - @version@ - - org.apache.lucene - lucene-smartcn - Lucene Smart Chinese Analyzer - @version@ - Smart Chinese Analyzer - jar - + + + + 4.0.0 + + org.apache.lucene + lucene-contrib + @version@ + + org.apache.lucene + lucene-smartcn + Lucene Smart Chinese Analyzer + @version@ + Smart Chinese Analyzer + jar + Propchange: lucene/java/trunk/contrib/analyzers/smartcn/pom.xml.template ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/analyzers/smartcn/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/ant/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/benchmark/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/db/bdb-je/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/db/bdb/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/fast-vector-highlighter/pom.xml.template ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/fast-vector-highlighter/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/highlighter/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/instantiated/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/lucli/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/memory/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/misc/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/queries/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/regex/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/remote/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/spatial/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/spellchecker/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/surround/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/wikipedia/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/wordnet/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Modified: lucene/java/trunk/contrib/xml-query-parser/docs/LuceneContribQuery.dtd.org.html URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/xml-query-parser/docs/LuceneContribQuery.dtd.org.html?rev=897712&r1=897711&r2=897712&view=diff ============================================================================== --- lucene/java/trunk/contrib/xml-query-parser/docs/LuceneContribQuery.dtd.org.html (original) +++ lucene/java/trunk/contrib/xml-query-parser/docs/LuceneContribQuery.dtd.org.html Sun Jan 10 21:53:13 2010 @@ -1,9 +1,9 @@ - - - - -Contrib Lucene - + + + + +Contrib Lucene +

LuceneContribQuery.dtd: Elements - Entities - Source | Intro - Index
FRAMES / NO FRAMES

<!--    
     This DTD builds on the <a href="LuceneCoreQuery.dtd.html">core Lucene XML syntax</a> and adds support for features found in the "contrib" section of the Lucene project.
     
@@ -233,5 +233,5 @@
     -->
 <!ELEMENT BooleanFilter (Clause)+>
 
-
- + + Propchange: lucene/java/trunk/contrib/xml-query-parser/docs/LuceneContribQuery.dtd.org.html ------------------------------------------------------------------------------ svn:eol-style = native Modified: lucene/java/trunk/contrib/xml-query-parser/docs/LuceneCoreQuery.dtd.org.html URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/xml-query-parser/docs/LuceneCoreQuery.dtd.org.html?rev=897712&r1=897711&r2=897712&view=diff ============================================================================== --- lucene/java/trunk/contrib/xml-query-parser/docs/LuceneCoreQuery.dtd.org.html (original) +++ lucene/java/trunk/contrib/xml-query-parser/docs/LuceneCoreQuery.dtd.org.html Sun Jan 10 21:53:13 2010 @@ -1,9 +1,9 @@ - - - - -Core Lucene - + + + + +Core Lucene +

LuceneCoreQuery.dtd: Elements - Entities - Source | Intro - Index
FRAMES / NO FRAMES

<!--
     <h3>Background</h3>
     This DTD describes the XML syntax used to perform advanced searches using the core Lucene search engine. The motivation behind the XML query syntax is:
@@ -403,5 +403,5 @@
 
 
 
-
- + + Propchange: lucene/java/trunk/contrib/xml-query-parser/docs/LuceneCoreQuery.dtd.org.html ------------------------------------------------------------------------------ svn:eol-style = native Modified: lucene/java/trunk/contrib/xml-query-parser/docs/index.html URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/xml-query-parser/docs/index.html?rev=897712&r1=897711&r2=897712&view=diff ============================================================================== --- lucene/java/trunk/contrib/xml-query-parser/docs/index.html (original) +++ lucene/java/trunk/contrib/xml-query-parser/docs/index.html Sun Jan 10 21:53:13 2010 @@ -5,12 +5,12 @@ - <body> -<p class='DTDSource'>Elements - Entities - Source | <a href='intro.html'>Intro</a> - <a href='elementsIndex.html'>Index</a><br /><a href='index.html' target='_top'>FRAMES</a>&nbsp;/&nbsp;<a href='intro.html' target='_top'>NO FRAMES</a></p><h1>Lucene XML Query syntax</h1> -<table border='1' cellspacing='0'> -<tr><td><code><a href='LuceneContribQuery.dtd.html'>LuceneContribQuery.dtd</a></code></td><td>Contrib Lucene</td></tr> -<tr><td><code><a href='LuceneCoreQuery.dtd.html'>LuceneCoreQuery.dtd</a></code></td><td>Core Lucene</td></tr> -</table> -<p>This documentation was generated by <a href='http://dtddoc.sourceforge.net'>DTDDoc</a> 1.1.0 (2007-02-03) !</p> + <noframes><body> +<p class='DTDSource'>Elements - Entities - Source | <a href='intro.html'>Intro</a> - <a href='elementsIndex.html'>Index</a><br /><a href='index.html' target='_top'>FRAMES</a>&nbsp;/&nbsp;<a href='intro.html' target='_top'>NO FRAMES</a></p><h1>Lucene XML Query syntax</h1> +<table border='1' cellspacing='0'> +<tr><td><code><a href='LuceneContribQuery.dtd.html'>LuceneContribQuery.dtd</a></code></td><td>Contrib Lucene</td></tr> +<tr><td><code><a href='LuceneCoreQuery.dtd.html'>LuceneCoreQuery.dtd</a></code></td><td>Core Lucene</td></tr> +</table> +<p>This documentation was generated by <a href='http://dtddoc.sourceforge.net'>DTDDoc</a> 1.1.0 (2007-02-03) !</p> </body> - + Propchange: lucene/java/trunk/contrib/xml-query-parser/docs/index.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/contrib/xml-query-parser/src/java/overview.html ------------------------------------------------------------------------------ svn:eol-style = native Modified: lucene/java/trunk/docs/lucene-contrib/index.html URL: http://svn.apache.org/viewvc/lucene/java/trunk/docs/lucene-contrib/index.html?rev=897712&r1=897711&r2=897712&view=diff ============================================================================== --- lucene/java/trunk/docs/lucene-contrib/index.html (original) +++ lucene/java/trunk/docs/lucene-contrib/index.html Sun Jan 10 21:53:13 2010 @@ -1,528 +1,528 @@ - - - - - - - - - Apache Lucene - Lucene Contrib - - - - - - - - - - -
- - - -
- - - - - - - - - - - - -
-
-
-
- -
- - -
- -
- -   -
- - - - - -
- -

- Apache Lucene - Lucene Contrib -

-
- -
- - - -

Lucene Contrib

-
-

- The Lucene Java project also contains a workspace, Lucene Contrib - (formerly known as the Lucene Sandbox), that is open both to all Lucene - Java core committers and to developers whose commit rights are - restricted to the Contrib workspace; these developers are referred to - as "Contrib committers". The Lucene Contrib workspace hosts the - following types of packages: -

-
    - -
  • Various third party contributions.
  • - -
  • - Contributions with third party dependencies - the Lucene Java core - distribution has no external runtime dependencies. -
  • - -
  • - New ideas that are intended for eventual inclusion into the Lucene - Java core. -
  • - -
-

- Users are free to experiment with the components developed in the - Contrib workspace, but Contrib packages will not necessarily be - maintained, particularly in their current state. The Lucene Java core - backwards compatibility commitments (see - http://wiki.apache.org/lucene-java/BackwardsCompatibility) - do not necessarily extend to the packages in the Contrib workspace. - See the README.txt file for each Contrib package for details. If the - README.txt file does not address its backwards compatibility - commitments, users should assume it does not make any compatibility - commitments. -

-

- See Contrib CHANGES for changes included in the current release. -

-

- You can access the current trunk Contrib repository at - http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/. -

- -

analyzers

-

Contributed Analyzers, Tokenizers, and Filters for various uses and languages.

-

See analyzers javadoc -

- -

ant

-

Ant task to create Lucene indexes.

-

See ant javadoc -

- -

benchmark

-

The benchmark contribution contains tools for benchmarking Lucene using standard, freely available corpora.

-

See benchmark javadoc -

- -

db

-

Provides integration with Berkley DB.

-

See db javadoc -

- -

highlighter

-

A set of classes for highlighting matching terms in search results.

-

See highlighter javadoc -

- -

fast-vector-highlighter

-

An alternative set of classes for highlighting matching terms in search results that relies on stored term vectors. - This highlighter can be much faster than the standard highlighter, especially on large fields.

-

See fast-vector-highlighter javadoc -

- -

icu

-

Provides integration with ICU (International Components for Unicode) for - stronger Unicode and internationalization support.

-

See icu javadoc -

- -

instantiated

-

RAM-based index that enables much faster searching than RAMDirectory in certain situations.

-

See instantiated javadoc -

- -

lucli

-

An application that allows Lucene index manipulation from the command-line.

-

See lucli javadoc -

- -

memory

-

High-performance single-document main memory index.

-

See memory javadoc -

- -

misc

-

A variety of miscellaneous files, including QueryParsers, and other alternate Lucene class implementations and tools.

-

See misc javadoc -

- -

queryparser

-

A new Lucene query parser implementation, which matches the syntax of the core QueryParser but offers a more modular architecture to enable customization.

-

See queryparser javadoc -

- -

regex

-

Queries with additional regex matching capabilities.

-

See regex javadoc -

- -

remote

-

Classes to help use Lucene with RMI.

-

See remote javadoc -

- -

snowball

-

Pre-compiled versions of the Snowball stemmers for Lucene.

-

See snowball javadoc -

- -

spatial

-

Classes to help with efficient distance based sorting.

-

See spatial javadoc -

- -

spellchecker

-

Provides tools for spellchecking and suggestions with Lucene.

-

See spellchecker javadoc -

- -

surround

-

A QueryParser that supports the Span family of queries as well as pre and infix notation.

-

See surround javadoc -

- -

swing

-

Swing components designed to integrate with Lucene.

-

See swing javadoc -

- -

wikipedia

-

Tools for working with wikipedia content.

-

See wikipedia javadoc -

- -

wordnet

-

Tools to help utilize wordnet synonyms with Lucene

-

See wordnet javadoc -

- -

xml-query-parser

-

A QueryParser that can read queries written in an XML format.

-

See xml-query-parser javadoc -

-
- -
- -
 
-
- - - + + + + + + + + + Apache Lucene - Lucene Contrib + + + + + + + + + + +
+ + + +
+ + + + + + + + + + + + +
+
+
+
+ +
+ + +
+ +
+ +   +
+ + + + + +
+ +

+ Apache Lucene - Lucene Contrib +

+
+ +
+ + + +

Lucene Contrib

+
+

+ The Lucene Java project also contains a workspace, Lucene Contrib + (formerly known as the Lucene Sandbox), that is open both to all Lucene + Java core committers and to developers whose commit rights are + restricted to the Contrib workspace; these developers are referred to + as "Contrib committers". The Lucene Contrib workspace hosts the + following types of packages: +

+
    + +
  • Various third party contributions.
  • + +
  • + Contributions with third party dependencies - the Lucene Java core + distribution has no external runtime dependencies. +
  • + +
  • + New ideas that are intended for eventual inclusion into the Lucene + Java core. +
  • + +
+

+ Users are free to experiment with the components developed in the + Contrib workspace, but Contrib packages will not necessarily be + maintained, particularly in their current state. The Lucene Java core + backwards compatibility commitments (see + http://wiki.apache.org/lucene-java/BackwardsCompatibility) + do not necessarily extend to the packages in the Contrib workspace. + See the README.txt file for each Contrib package for details. If the + README.txt file does not address its backwards compatibility + commitments, users should assume it does not make any compatibility + commitments. +

+

+ See Contrib CHANGES for changes included in the current release. +

+

+ You can access the current trunk Contrib repository at + http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/. +

+ +

analyzers

+

Contributed Analyzers, Tokenizers, and Filters for various uses and languages.

+

See analyzers javadoc +

+ +

ant

+

Ant task to create Lucene indexes.

+

See ant javadoc +

+ +

benchmark

+

The benchmark contribution contains tools for benchmarking Lucene using standard, freely available corpora.

+

See benchmark javadoc +

+ +

db

+

Provides integration with Berkley DB.

+

See db javadoc +

+ +

highlighter

+

A set of classes for highlighting matching terms in search results.

+

See highlighter javadoc +

+ +

fast-vector-highlighter

+

An alternative set of classes for highlighting matching terms in search results that relies on stored term vectors. + This highlighter can be much faster than the standard highlighter, especially on large fields.

+

See fast-vector-highlighter javadoc +

+ +

icu

+

Provides integration with ICU (International Components for Unicode) for + stronger Unicode and internationalization support.

+

See icu javadoc +

+ +

instantiated

+

RAM-based index that enables much faster searching than RAMDirectory in certain situations.

+

See instantiated javadoc +

+ +

lucli

+

An application that allows Lucene index manipulation from the command-line.

+

See lucli javadoc +

+ +

memory

+

High-performance single-document main memory index.

+

See memory javadoc +

+ +

misc

+

A variety of miscellaneous files, including QueryParsers, and other alternate Lucene class implementations and tools.

+

See misc javadoc +

+ +

queryparser

+

A new Lucene query parser implementation, which matches the syntax of the core QueryParser but offers a more modular architecture to enable customization.

+

See queryparser javadoc +

+ +

regex

+

Queries with additional regex matching capabilities.

+

See regex javadoc +

+ +

remote

+

Classes to help use Lucene with RMI.

+

See remote javadoc +

+ +

snowball

+

Pre-compiled versions of the Snowball stemmers for Lucene.

+

See snowball javadoc +

+ +

spatial

+

Classes to help with efficient distance based sorting.

+

See spatial javadoc +

+ +

spellchecker

+

Provides tools for spellchecking and suggestions with Lucene.

+

See spellchecker javadoc +

+ +

surround

+

A QueryParser that supports the Span family of queries as well as pre and infix notation.

+

See surround javadoc +

+ +

swing

+

Swing components designed to integrate with Lucene.

+

See swing javadoc +

+ +

wikipedia

+

Tools for working with wikipedia content.

+

See wikipedia javadoc +

+ +

wordnet

+

Tools to help utilize wordnet synonyms with Lucene

+

See wordnet javadoc +

+ +

xml-query-parser

+

A QueryParser that can read queries written in an XML format.

+

See xml-query-parser javadoc +

+
+ +
+ +
 
+
+ + + Propchange: lucene/java/trunk/docs/lucene-contrib/index.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/src/site/src/documentation/skins/common/images/README.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/src/site/src/documentation/skins/common/translations/CommonMessages_de.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/src/site/src/documentation/skins/common/translations/CommonMessages_en_US.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/src/site/src/documentation/skins/common/translations/CommonMessages_es.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/src/site/src/documentation/skins/common/translations/CommonMessages_fr.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/src/site/src/documentation/skins/lucene/css/basic.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/src/site/src/documentation/skins/lucene/css/print.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/src/site/src/documentation/skins/lucene/css/screen.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: lucene/java/trunk/src/site/src/documentation/skins/lucene/note.txt ------------------------------------------------------------------------------ svn:eol-style = native