You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by us...@apache.org on 2010/03/16 09:58:35 UTC

svn commit: r923635 - /lucene/solr/branches/solr/common-build.xml

Author: uschindler
Date: Tue Mar 16 08:58:35 2010
New Revision: 923635

URL: http://svn.apache.org/viewvc?rev=923635&view=rev
Log:
I think this was an error. We are still 1.5 compatible? When merging lucene + solr this is a bad idea.

Modified:
    lucene/solr/branches/solr/common-build.xml

Modified: lucene/solr/branches/solr/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/solr/common-build.xml?rev=923635&r1=923634&r2=923635&view=diff
==============================================================================
--- lucene/solr/branches/solr/common-build.xml (original)
+++ lucene/solr/branches/solr/common-build.xml Tue Mar 16 08:58:35 2010
@@ -52,7 +52,7 @@
   <property name="svnversion.exe" value="svnversion" />
 
   <!-- Java Version we are compatible with -->
-  <property name="java.compat.version" value="1.6" />
+  <property name="java.compat.version" value="1.5" />
 
   <!-- Solr Implementation Version -->
   <!--