27 lines
324 B
INI
27 lines
324 B
INI
|
|
#
|
|
# plugin settings
|
|
#
|
|
|
|
#
|
|
# java invocation
|
|
[java]
|
|
|
|
# name of java executable
|
|
path = java
|
|
|
|
# freerouting invocation
|
|
[module]
|
|
|
|
input_ext = dsn
|
|
output_ext = ses
|
|
rules_ext = rules
|
|
|
|
#
|
|
# jar artifact descriptor
|
|
[artifact]
|
|
|
|
# jar downloaded from:
|
|
# https://github.com/freerouting/freerouting
|
|
location = jar/freerouting-2.0.1.jar
|