You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/01/13 12:36:51 UTC

svn commit: r1231013 - /lucene/dev/trunk/modules/analysis/icu/build.xml

Author: rmuir
Date: Fri Jan 13 11:36:50 2012
New Revision: 1231013

URL: http://svn.apache.org/viewvc?rev=1231013&view=rev
Log:
enable assertions when executing various tools

Modified:
    lucene/dev/trunk/modules/analysis/icu/build.xml

Modified: lucene/dev/trunk/modules/analysis/icu/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/modules/analysis/icu/build.xml?rev=1231013&r1=1231012&r2=1231013&view=diff
==============================================================================
--- lucene/dev/trunk/modules/analysis/icu/build.xml (original)
+++ lucene/dev/trunk/modules/analysis/icu/build.xml Fri Jan 13 11:36:50 2012
@@ -85,6 +85,9 @@ are part of the ICU4C package. See http:
       	<path refid="additional.dependencies"/>
       	<pathelement location="${build.dir}/classes/tools"/>
       </classpath>
+      <assertions>
+        <enable package="org.apache.lucene"/>
+      </assertions>
       <arg value="${rbbi.src.dir}"/>
       <arg value="${rbbi.dst.dir}"/>
     </java>
@@ -104,6 +107,9 @@ are part of the ICU4C package. See http:
       	<path refid="additional.dependencies"/>
       	<pathelement location="${build.dir}/classes/tools"/>
       </classpath>
+      <assertions>
+        <enable package="org.apache.lucene"/>
+      </assertions>
     </java>
   </target>