You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/03/17 21:51:44 UTC

svn commit: r1082689 - in /lucene/dev/branches/lucene_solr_3_1: ./ lucene/ solr/ solr/build.xml solr/src/site/src/documentation/content/xdocs/index.xml

Author: yonik
Date: Thu Mar 17 20:51:44 2011
New Revision: 1082689

URL: http://svn.apache.org/viewvc?rev=1082689&view=rev
Log:
packaging: fix missing dev-tools files

Modified:
    lucene/dev/branches/lucene_solr_3_1/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/solr/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/solr/build.xml
    lucene/dev/branches/lucene_solr_3_1/solr/src/site/src/documentation/content/xdocs/index.xml

Modified: lucene/dev/branches/lucene_solr_3_1/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/build.xml?rev=1082689&r1=1082688&r2=1082689&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/build.xml (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/build.xml Thu Mar 17 20:51:44 2011
@@ -790,7 +790,7 @@
     <tar destfile="${package.dir}/${fullnamever}-src.tgz" compression="gzip" longfile="gnu">
       <tarfileset dir=".."
         prefix="${fullnamever}"
-        includes="*.txt *.xml dev-tools/*" />
+        includes="*.txt *.xml dev-tools/" />
       <tarfileset dir="." 
         prefix="${fullnamever}"
         includes="LICENSE.txt NOTICE.txt"/>

Modified: lucene/dev/branches/lucene_solr_3_1/solr/src/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/src/site/src/documentation/content/xdocs/index.xml?rev=1082689&r1=1082688&r2=1082689&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/src/site/src/documentation/content/xdocs/index.xml (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/src/site/src/documentation/content/xdocs/index.xml Thu Mar 17 20:51:44 2011
@@ -67,7 +67,7 @@ customization is required.
     <section id="news">
       <title>News</title>
             <section>
-   <title>13 March 2011 - Solr 3.1 Released</title>
+   <title>March 2011 - Solr 3.1 Released</title>
    <p>
      Solr 3.1 has been released and is now available for public <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/">download</a>!
      
@@ -75,6 +75,7 @@ customization is required.
  </p>
   <ul>
     <li>Improved geospatial support</li>
+    <li>Sorting by function queries</li>
     <li>A new termvector-based highlighter</li>
     <li>Improved spellchecking capabilities</li>
     <li>Improved integration with Apache Lucene</li>