From cbd64fa6f721272ae43be901740bb08c1182d1af Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Sat, 26 Apr 2014 12:41:59 +0400 Subject: [PATCH] move rest lexer to gen root --- .../com/jetbrains/rest/lexer/_RestFlexLexer.java | 6 +++--- python/rest/rest.iml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) rename python/rest/{src => gen}/com/jetbrains/rest/lexer/_RestFlexLexer.java (99%) diff --git a/python/rest/src/com/jetbrains/rest/lexer/_RestFlexLexer.java b/python/rest/gen/com/jetbrains/rest/lexer/_RestFlexLexer.java similarity index 99% rename from python/rest/src/com/jetbrains/rest/lexer/_RestFlexLexer.java rename to python/rest/gen/com/jetbrains/rest/lexer/_RestFlexLexer.java index 8c3a1dec8e2c..8fa7e54aa9ae 100644 --- a/python/rest/src/com/jetbrains/rest/lexer/_RestFlexLexer.java +++ b/python/rest/gen/com/jetbrains/rest/lexer/_RestFlexLexer.java @@ -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 * JFlex 1.4.3 - * on 12/17/13 7:08 PM from the specification file - * /home/ktisha/IDEA/tools/lexer/../../community/python/rest/src/com/jetbrains/rest/lexer/rest.flex + * on 4/26/14 12:40 PM from the specification file + * /Users/ignatov/src/ultimate/tools/lexer/../../community/python/rest/src/com/jetbrains/rest/lexer/rest.flex */ public class _RestFlexLexer implements FlexLexer, RestTokenTypes { /** initial size of the lookahead buffer */ diff --git a/python/rest/rest.iml b/python/rest/rest.iml index b9ccb2c7f453..956eca892023 100644 --- a/python/rest/rest.iml +++ b/python/rest/rest.iml @@ -5,6 +5,7 @@ +