mirror of https://github.com/apache/lucene.git
LUCENE-5552: Upgrade JFlex version from 1.5.0 to 1.5.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1580275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
152a11918c
commit
25191820d3
|
@ -74,7 +74,6 @@
|
|||
<run-jflex dir="src/java/org/apache/lucene/analysis/standard" name="UAX29URLEmailTokenizerImpl"/>
|
||||
</target>
|
||||
|
||||
<!-- Remove the inappropriate JFlex-generated constructor -->
|
||||
<macrodef name="run-jflex">
|
||||
<attribute name="dir"/>
|
||||
<attribute name="name"/>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT */
|
||||
/* The following code was generated by JFlex 1.5.1 */
|
||||
|
||||
package org.apache.lucene.analysis.charfilter;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT */
|
||||
/* The following code was generated by JFlex 1.5.1 */
|
||||
|
||||
package org.apache.lucene.analysis.standard;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT */
|
||||
/* The following code was generated by JFlex 1.5.1 */
|
||||
|
||||
package org.apache.lucene.analysis.standard;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT */
|
||||
/* The following code was generated by JFlex 1.5.1 */
|
||||
|
||||
package org.apache.lucene.analysis.standard;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* The following code was generated by JFlex 1.5.0-SNAPSHOT */
|
||||
/* The following code was generated by JFlex 1.5.1 */
|
||||
|
||||
package org.apache.lucene.analysis.wikipedia;
|
||||
|
||||
|
|
|
@ -2173,7 +2173,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
|
|||
|
||||
<!-- JFlex task -->
|
||||
<target name="-install-jflex" unless="jflex.loaded" depends="ivy-availability-check,ivy-configure">
|
||||
<ivy:cachepath organisation="de.jflex" module="jflex" revision="1.5.0"
|
||||
<ivy:cachepath organisation="de.jflex" module="jflex" revision="1.5.1"
|
||||
inline="true" conf="default" transitive="true" pathid="jflex.classpath"/>
|
||||
<taskdef name="jflex" classname="jflex.anttask.JFlexTask" classpathref="jflex.classpath"/>
|
||||
<property name="jflex.loaded" value="true"/>
|
||||
|
|
Loading…
Reference in New Issue