You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2010/02/24 17:21:16 UTC

svn commit: r915853 - /lucene/java/branches/flex_1458/common-build.xml

Author: mikemccand
Date: Wed Feb 24 16:21:15 2010
New Revision: 915853

URL: http://svn.apache.org/viewvc?rev=915853&view=rev
Log:
LUCENE-2111 (flex): remove some more nocommits; enable forkmode=batch; change BytesRef.toString -> utf8ToString

Modified:
    lucene/java/branches/flex_1458/common-build.xml

Modified: lucene/java/branches/flex_1458/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/branches/flex_1458/common-build.xml?rev=915853&r1=915852&r2=915853&view=diff
==============================================================================
--- lucene/java/branches/flex_1458/common-build.xml (original)
+++ lucene/java/branches/flex_1458/common-build.xml Wed Feb 24 16:21:15 2010
@@ -43,7 +43,7 @@
   <property name="dev.version" value="3.1-dev"/>
   <property name="version" value="${dev.version}"/>
   <property name="backwards.branch" value="flex_1458_3_0_back_compat_tests"/>
-  <property name="backwards.rev" value="915849"/>
+  <property name="backwards.rev" value="915852"/>
   <property name="spec.version" value="${version}"/>	
   <property name="year" value="2000-${current.year}"/>
   <property name="final.name" value="lucene-${name}-${version}"/>