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:
Steven Rowe 2014-03-22 18:34:32 +00:00
parent 152a11918c
commit 25191820d3
7 changed files with 6 additions and 7 deletions

View File

@ -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"/>

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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"/>