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 2011/10/27 00:34:53 UTC

svn commit: r1189509 - in /lucene/dev/branches/branch_3x: dev-tools/eclipse/ solr/ solr/contrib/velocity/lib/

Author: sarowe
Date: Wed Oct 26 22:34:52 2011
New Revision: 1189509

URL: http://svn.apache.org/viewvc?rev=1189509&view=rev
Log:
SOLR-2858: Upgrade velocity contrib's velocity and velocity-tools jars to the versions on trunk.

Added:
    lucene/dev/branches/branch_3x/solr/contrib/velocity/lib/velocity-1.6.4.jar   (with props)
    lucene/dev/branches/branch_3x/solr/contrib/velocity/lib/velocity-tools-2.0.jar   (with props)
Removed:
    lucene/dev/branches/branch_3x/solr/contrib/velocity/lib/velocity-1.6.1.jar
    lucene/dev/branches/branch_3x/solr/contrib/velocity/lib/velocity-tools-2.0-beta3.jar
Modified:
    lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
    lucene/dev/branches/branch_3x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath?rev=1189509&r1=1189508&r2=1189509&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath Wed Oct 26 22:34:52 2011
@@ -153,8 +153,8 @@
 	<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-tagger-2.3.1.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-wst-2.3.1.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/uima/lib/uimaj-core-2.3.1.jar"/>
-	<classpathentry kind="lib" path="solr/contrib/velocity/lib/velocity-1.6.1.jar"/>
-	<classpathentry kind="lib" path="solr/contrib/velocity/lib/velocity-tools-2.0-beta3.jar"/>
+	<classpathentry kind="lib" path="solr/contrib/velocity/lib/velocity-1.6.4.jar"/>
+	<classpathentry kind="lib" path="solr/contrib/velocity/lib/velocity-tools-2.0.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: lucene/dev/branches/branch_3x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/CHANGES.txt?rev=1189509&r1=1189508&r2=1189509&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/CHANGES.txt Wed Oct 26 22:34:52 2011
@@ -22,6 +22,13 @@ See README.txt and http://lucene.apache.
 on how to get started.
 
 ==================  3.5.0  ==================
+Versions of Major Components
+---------------------
+Apache Tika 0.10
+Carrot2 3.5.0
+Velocity 1.6.4 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+
 
 Upgrading from Solr 3.4
 ----------------------

Added: lucene/dev/branches/branch_3x/solr/contrib/velocity/lib/velocity-1.6.4.jar
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/velocity/lib/velocity-1.6.4.jar?rev=1189509&view=auto
==============================================================================
Binary file - no diff available.

Added: lucene/dev/branches/branch_3x/solr/contrib/velocity/lib/velocity-tools-2.0.jar
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/velocity/lib/velocity-tools-2.0.jar?rev=1189509&view=auto
==============================================================================
Binary file - no diff available.