You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/01/31 16:31:24 UTC

svn commit: r1238665 - /lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template

Author: sarowe
Date: Tue Jan 31 15:31:24 2012
New Revision: 1238665

URL: http://svn.apache.org/viewvc?rev=1238665&view=rev
Log:
LUCENE-1812: Maven configuration: alphabetize the new pruning contrib entry

Modified:
    lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template?rev=1238665&r1=1238664&r2=1238665&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/pom.xml.template Tue Jan 31 15:31:24 2012
@@ -42,13 +42,13 @@
     <module>join</module>
     <module>memory</module>
     <module>misc</module>
+    <module>pruning</module>
     <module>queries</module>
     <module>queryparser</module>
     <module>remote</module>
     <module>spatial</module>
     <module>spellchecker</module>
     <module>xml-query-parser</module>
-    <module>pruning</module>
   </modules>
   <build>
     <directory>../build/contrib/lucene-contrib-aggregator</directory>