move spi lexers to gen root

This commit is contained in:
Sergey Ignatov
2014-04-26 14:09:30 +04:00
parent cef748edbe
commit eb2047fc43
2 changed files with 4 additions and 3 deletions
@@ -1,4 +1,4 @@
/* The following code was generated by JFlex 1.4.3 on 6/10/13 12:01 PM */
/* The following code was generated by JFlex 1.4.3 on 4/26/14 2:08 PM */
/*
* Copyright 2000-2013 JetBrains s.r.o.
@@ -27,8 +27,8 @@ import com.intellij.lexer.FlexLexer;
/**
* This class is a scanner generated by
* <a href="http://www.jflex.de/">JFlex</a> 1.4.3
* on 6/10/13 12:01 PM from the specification file
* <tt>D:/Projects/IDEA.anna/tools/lexer/../../community/java/java-impl/src/com/intellij/spi/parsing/_SPILexer.flex</tt>
* on 4/26/14 2:08 PM from the specification file
* <tt>/Users/ignatov/src/ultimate/tools/lexer/../../community/java/java-impl/src/com/intellij/spi/parsing/_SPILexer.flex</tt>
*/
class _SPILexer implements FlexLexer {
/** initial size of the lookahead buffer */
+1
View File
@@ -4,6 +4,7 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
</content>
<content url="file://$MODULE_DIR$/../../plugins/InspectionGadgets">
<sourceFolder url="file://$MODULE_DIR$/../../plugins/InspectionGadgets/src" isTestSource="false" />