]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/generateSCLLexer.xml
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / bundles / org.simantics.scl.compiler / generateSCLLexer.xml
1 <project>
2
3         <taskdef name="jflex" classname="jflex.anttask.JFlexTask" classpath="tools/jflex-1.6.1.jar"/>
4         
5         <property name="package" location="src/org/simantics/scl/compiler/internal/parsing/parser"/>
6         
7         <jflex
8             file="${package}/SCLLexer.flex"
9             destdir="src/"
10                 nobak="true"
11         />
12         
13 </project>