-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.antlr-eclipse
22 lines (22 loc) · 946 Bytes
/
.antlr-eclipse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' ?>
<settings>
<resource name='tubakaya/QLJava/src/org/uva/sea/ql/parser/antlr/QL.g'>
<property name='traceParser' value='false' />
<property name='docbookOutput' value='false' />
<property name='superGrammars' value='' />
<property name='installSmap' value='true' />
<property name='normalOuput' value='true' />
<property name='noTrace' value='true' />
<property name='traceLexer' value='false' />
<property name='trace' value='false' />
<property name='cleanWarnings' value='false' />
<property name='htmlOutput' value='false' />
<property name='traceTreeParser' value='false' />
<property name='debug' value='false' />
<property name='output' value='' />
<property name='diagnosticOutput' value='false' />
</resource>
<resource name='**ANTLR-ECLIPSE-PLUGIN**'>
<property name='pluginVersion' value='2.7.6' />
</resource>
</settings>