Skip to content

Commit

Permalink
Fix build path in order to make Netbeans available to open the project
Browse files Browse the repository at this point in the history
  • Loading branch information
viatsko committed Apr 12, 2011
1 parent 83dd96b commit d0f53a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<property name="lexer.file" value="src/ru/artlebedev/idea/plugins/parser/lang/lexer/_ParserLexer.java"/>
<property name="lexer.log" value="jflex.log"/>
<property name="lexer.source" value="src/ru/artlebedev/idea/plugins/parser/lang/lexer/ParserLexer.flex"/>
<property name="lexer.skeleton" value="build/jflex/idea-flex.skeleton"/>
<property name="jflex.jar" value="build/lib/JFlex.jar"/>
<property name="lexer.skeleton" value="ant/jflex/idea-flex.skeleton"/>
<property name="jflex.jar" value="ant/lib/JFlex.jar"/>

<target name="clean">
<delete file="${lexer.file}~"/>
Expand Down

0 comments on commit d0f53a5

Please sign in to comment.