1*16467b97STreehugger Robot# license file to be placed at the beginning of each file 2*16467b97STreehugger Robotantlr3.license=license.txt 3*16467b97STreehugger Robot 4*16467b97STreehugger Robot# list of build targets 5*16467b97STreehugger Robotantlr3.list=all,cli 6*16467b97STreehugger Robot 7*16467b97STreehugger Robot# the entire antlr3 library 8*16467b97STreehugger Robotantlr3.all.list=\ 9*16467b97STreehugger Robot org/antlr.js,\ 10*16467b97STreehugger Robot org/antlr/runtime/RecognizerSharedState.js,\ 11*16467b97STreehugger Robot org/antlr/runtime/IndexOutOfBoundsExceptions.js,\ 12*16467b97STreehugger Robot org/antlr/runtime/RecognitionException.js,\ 13*16467b97STreehugger Robot org/antlr/runtime/MismatchedTokenException.js,\ 14*16467b97STreehugger Robot org/antlr/runtime/UnwantedTokenException.js,\ 15*16467b97STreehugger Robot org/antlr/runtime/MissingTokenException.js,\ 16*16467b97STreehugger Robot org/antlr/runtime/NoViableAltException.js,\ 17*16467b97STreehugger Robot org/antlr/runtime/EarlyExitException.js,\ 18*16467b97STreehugger Robot org/antlr/runtime/MismatchedSetException.js,\ 19*16467b97STreehugger Robot org/antlr/runtime/MismatchedNotSetException.js,\ 20*16467b97STreehugger Robot org/antlr/runtime/MismatchedRangeExceptions.js,\ 21*16467b97STreehugger Robot org/antlr/runtime/FailedPredicateException.js,\ 22*16467b97STreehugger Robot org/antlr/runtime/BitSet.js,\ 23*16467b97STreehugger Robot org/antlr/runtime/CharStream.js,\ 24*16467b97STreehugger Robot org/antlr/runtime/Token.js,\ 25*16467b97STreehugger Robot org/antlr/runtime/CommonToken.js,\ 26*16467b97STreehugger Robot org/antlr/runtime/tree/RewriteCardinalityException.js,\ 27*16467b97STreehugger Robot org/antlr/runtime/tree/RewriteEmptyStreamException.js,\ 28*16467b97STreehugger Robot org/antlr/runtime/tree/RewriteEarlyExitException.js,\ 29*16467b97STreehugger Robot org/antlr/runtime/MismatchedTreeNodeException.js,\ 30*16467b97STreehugger Robot org/antlr/runtime/tree/Tree.js,\ 31*16467b97STreehugger Robot org/antlr/runtime/tree/BaseTree.js,\ 32*16467b97STreehugger Robot org/antlr/runtime/tree/CommonTree.js,\ 33*16467b97STreehugger Robot org/antlr/runtime/tree/CommonErrorNode.js,\ 34*16467b97STreehugger Robot org/antlr/runtime/tree/BaseTreeAdaptor.js,\ 35*16467b97STreehugger Robot org/antlr/runtime/tree/CommonTreeAdaptor.js,\ 36*16467b97STreehugger Robot org/antlr/runtime/ANTLRStringStream.js,\ 37*16467b97STreehugger Robot org/antlr/runtime/CommonTokenStream.js,\ 38*16467b97STreehugger Robot org/antlr/runtime/TokenRewriteStream.js,\ 39*16467b97STreehugger Robot org/antlr/runtime/tree/TreeNodeStream.js,\ 40*16467b97STreehugger Robot org/antlr/runtime/tree/CommonTreeNodeStream.js,\ 41*16467b97STreehugger Robot org/antlr/runtime/tree/RewriteRuleElementStream.js,\ 42*16467b97STreehugger Robot org/antlr/runtime/tree/RewriteRuleNodeStream.js,\ 43*16467b97STreehugger Robot org/antlr/runtime/tree/RewriteRuleTokenStream.js,\ 44*16467b97STreehugger Robot org/antlr/runtime/tree/RewriteRuleSubtreeStream.js,\ 45*16467b97STreehugger Robot org/antlr/runtime/BaseRecognizer.js,\ 46*16467b97STreehugger Robot org/antlr/runtime/Lexer.js,\ 47*16467b97STreehugger Robot org/antlr/runtime/ParserRuleReturnScope.js,\ 48*16467b97STreehugger Robot org/antlr/runtime/tree/TreeRuleReturnScope.js,\ 49*16467b97STreehugger Robot org/antlr/runtime/Parser.js,\ 50*16467b97STreehugger Robot org/antlr/runtime/DFA.js,\ 51*16467b97STreehugger Robot org/antlr/runtime/tree/TreeParser.js 52*16467b97STreehugger Robot 53*16467b97STreehugger Robot# server side js support library 54*16467b97STreehugger Robotantlr3.cli.list=\ 55*16467b97STreehugger Robot org/antlr/runtime/ANTLRFileStream.js 56*16467b97STreehugger Robot 57*16467b97STreehugger Robot# path to antlr tool jar 58*16467b97STreehugger Robotantlr3.tool=../../target/antlr-master-3.2.1-SNAPSHOT-completejar.jar 59