mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
move rest lexer to gen root
This commit is contained in:
+3
-3
@@ -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 */
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user