jdk/src/windows/lib/plugin.properties
author katleman
Thu, 04 Apr 2013 19:05:42 -0700
changeset 16648 575b651b1b3c
parent 2 90ce3da70b43
permissions -rw-r--r--
Added tag jdk8-b84 for changeset 5e63bda2ec36
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# properties file for java runtime plugin to a browser
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# whether to display stdout to a console window (for
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# debugging)
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
plugin.console=false
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# the max no. of inactive codebases to keep in cache
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
plugin.cacheSize=3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11