LUCENE-4335: add -r 623 to instructions for checking out jflex

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4335@1506281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-07-23 21:04:12 +00:00
parent 4f63106741
commit 4f0e5159ea
6 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 4:03 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
package org.apache.lucene.analysis.charfilter;
@ -40,7 +40,7 @@ import org.apache.lucene.analysis.util.OpenStringBuilder;
/**
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.5.0-SNAPSHOT
* on 7/23/13 4:03 PM from the specification file
* on 7/23/13 5:04 PM from the specification file
* <tt>/l/regenerate.4335/lucene/analysis/common/src/java/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.jflex</tt>
*/
public final class HTMLStripCharFilter extends BaseCharFilter {

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 4:02 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
package org.apache.lucene.analysis.standard;
@ -33,7 +33,7 @@ import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
/**
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.5.0-SNAPSHOT
* on 7/23/13 4:02 PM from the specification file
* on 7/23/13 5:04 PM from the specification file
* <tt>/l/regenerate.4335/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/ClassicTokenizerImpl.jflex</tt>
*/
class ClassicTokenizerImpl implements StandardTokenizerInterface {

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 4:02 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
package org.apache.lucene.analysis.standard;

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 4:02 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
package org.apache.lucene.analysis.standard;

View File

@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 4:02 PM */
/* The following code was generated by JFlex 1.5.0-SNAPSHOT on 7/23/13 5:04 PM */
package org.apache.lucene.analysis.wikipedia;
@ -25,7 +25,7 @@ import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
/**
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.5.0-SNAPSHOT
* on 7/23/13 4:02 PM from the specification file
* on 7/23/13 5:04 PM from the specification file
* <tt>/l/regenerate.4335/lucene/analysis/common/src/java/org/apache/lucene/analysis/wikipedia/WikipediaTokenizerImpl.jflex</tt>
*/
class WikipediaTokenizerImpl {

View File

@ -457,7 +457,7 @@
Please install the jFlex 1.5 version (currently not released)
from its SVN repository:
svn co http://jflex.svn.sourceforge.net/svnroot/jflex/trunk jflex
svn co -r 623 http://jflex.svn.sourceforge.net/svnroot/jflex/trunk jflex
cd jflex
mvn install