File tree Expand file tree Collapse file tree
scribble-dist/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616
1717# #
18- # Usage notes
18+ # Config notes:
1919#
2020# - ANTLR:
21- # Assuming $DIR is the scribble-java root directory, set $ ANTLR (below) to
22- # the location of the ANTLR runtime jar or put the jar in: $DIR/$LIB
21+ # Set $ANTLR (below) to the location of the ANTLR 3 runtime jar,
22+ # or add the jar to $DIR/$LIB assuming $DIR is the scribble-java root directory.
2323# (This script looks for ANTLR in those locations.)
2424#
2525
2626
2727# ANTLR 3 runtime location (if no lib jar)
2828ANTLR=
2929 # e.g. '/cygdrive/c/Users/[User]/.m2/repository/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar'
30- # (i.e., the maven install location)
30+ # (i.e., the Maven install location)
3131
32- DIR=` dirname " $0 " ` # Default
33- # DIR=`dirname "$0"`/.. # (Cygwin: e .g., script is in $DIR /bin)
32+ DIR=` dirname " $0 " ` # Default (script is in scribble-java rootdir)
33+ # DIR=`dirname "$0"`/.. # (E .g., script is in rootdir /bin)
3434
3535# PRG=`basename "$0"`
3636
You can’t perform that action at this time.
0 commit comments