You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/01/18 20:53:54 UTC

svn commit: r613246 - /jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties

Author: jukka
Date: Fri Jan 18 11:53:52 2008
New Revision: 613246

URL: http://svn.apache.org/viewvc?rev=613246&view=rev
Log:
JCR-1237: Change default value for respectDocumentOrder
    - Oops, the descriptor should be set to false instead of removing it

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties

Modified: jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties?rev=613246&r1=613245&r2=613246&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties Fri Jan 18 11:53:52 2008
@@ -66,6 +66,6 @@
 query.xpath.pos.index = true
 
 # The presence of this key indicates that XPath queries return results in document order.
-# query.xpath.doc.order = true
+query.xpath.doc.order = false
 # Disabled since in default configuration document order is not supported.
 # See https://issues.apache.org/jira/browse/JCR-1237 for details