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 2013/07/23 22:57:58 UTC

svn commit: r1506278 - in /lucene/dev/branches/lucene4335/lucene: analysis/common/build.xml common-build.xml

Author: rmuir
Date: Tue Jul 23 20:57:58 2013
New Revision: 1506278

URL: http://svn.apache.org/r1506278
Log:
always regenerate

Modified:
    lucene/dev/branches/lucene4335/lucene/analysis/common/build.xml
    lucene/dev/branches/lucene4335/lucene/common-build.xml

Modified: lucene/dev/branches/lucene4335/lucene/analysis/common/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene4335/lucene/analysis/common/build.xml?rev=1506278&r1=1506277&r2=1506278&view=diff
==============================================================================
--- lucene/dev/branches/lucene4335/lucene/analysis/common/build.xml (original)
+++ lucene/dev/branches/lucene4335/lucene/analysis/common/build.xml Tue Jul 23 20:57:58 2013
@@ -29,8 +29,6 @@
 
   <import file="../analysis-module-build.xml"/>
 	
-  <target name="compile-core" depends="jflex-notice, common.compile-core"/>
-
   <target name="jflex" depends="jflex-check,clean-jflex,gen-uax29-supp-macros,
                                 jflex-StandardAnalyzer,jflex-UAX29URLEmailTokenizer,
                                 jflex-wiki-tokenizer,jflex-HTMLStripCharFilter"/>

Modified: lucene/dev/branches/lucene4335/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene4335/lucene/common-build.xml?rev=1506278&r1=1506277&r2=1506278&view=diff
==============================================================================
--- lucene/dev/branches/lucene4335/lucene/common-build.xml (original)
+++ lucene/dev/branches/lucene4335/lucene/common-build.xml Tue Jul 23 20:57:58 2013
@@ -445,20 +445,6 @@
     </sequential>
   </macrodef>
 
-  <target name="jflex-uptodate-check">
-    <uptodate property="jflex.files.uptodate">
-      <srcfiles dir="${src.dir}" includes="**/*.jflex" />
-      <mapper type="glob" from="*.jflex" to="*.java"/>
-    </uptodate>
-  </target>
- 
-  <target name="jflex-notice" depends="jflex-uptodate-check" unless="jflex.files.uptodate">
-    <echo>
-      One or more of the JFlex .jflex files is newer than its corresponding
-      .java file.  Run the "jflex" target to regenerate the artifacts.
-    </echo>
-  </target>
-
   <target name="jflex-check">
     <available property="jflex.present" classname="jflex.anttask.JFlexTask">
       <classpath refid="jflex.classpath"/>