move rest lexer to gen root

This commit is contained in:
Sergey Ignatov
2014-04-26 12:41:59 +04:00
parent fd2765c645
commit cbd64fa6f7
2 changed files with 4 additions and 3 deletions
@@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.4.3 on 12/17/13 7:08 PM */
/* The following code was generated by JFlex 1.4.3 on 4/26/14 12:40 PM */
package com.jetbrains.rest.lexer;
@@ -11,8 +11,8 @@ import com.jetbrains.rest.RestTokenTypes;
/**
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.4.3
* on 12/17/13 7:08 PM from the specification file
* <tt>/home/ktisha/IDEA/tools/lexer/../../community/python/rest/src/com/jetbrains/rest/lexer/rest.flex</tt>
* on 4/26/14 12:40 PM from the specification file
* <tt>/Users/ignatov/src/ultimate/tools/lexer/../../community/python/rest/src/com/jetbrains/rest/lexer/rest.flex</tt>
*/
public class _RestFlexLexer implements FlexLexer, RestTokenTypes {
/** initial size of the lookahead buffer */
+1
View File
@@ -5,6 +5,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />