]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/generateDocumentationLexer.xml
Rebuilt graph.tg with latest graph compiler version
[simantics/platform.git] / bundles / org.simantics.scl.compiler / generateDocumentationLexer.xml
1 <project>\r
2 \r
3         <taskdef name="jflex" classname="JFlex.anttask.JFlexTask" classpath="tools/JFlex.jar"/>\r
4         \r
5         <property name="package" location="src/org/simantics/scl/compiler/parsing/documentation"/>\r
6         \r
7         <jflex\r
8             file="${package}/DocumentationLexer.flex"\r
9             destdir="src/"\r
10         />\r
11         \r
12         <replaceregexp file="${package}/DocumentationLexer.java"\r
13                 match="^public class DocumentationLexer.flex"\r
14                 replace="@SuppressWarnings(&quot;all&quot;) public class DocumentationLexer"\r
15                 flags="m"\r
16                 />\r
17         \r
18 </project>