~ubuntu-branches/ubuntu/lucid/libjcommon-java/lucid

« back to all changes in this revision

Viewing changes to source/org/jfree/base/jcommon.properties

  • Committer: Bazaar Package Importer
  • Author(s): Wolfgang Baer
  • Date: 2006-02-09 15:58:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060209155813-fzi9zwh2rzedbllq
Tags: 1.0.0-1
* New stable upstream release (closes: #328574)
* Move to main - build with kaffe
* Use cdbs build system - added cdbs build-dependency
* Move package to pkg-java-maintainers for comaintenance, 
  added Christian Bayle and myself as uploaders
* Removed unneeded README.Debian
* Added README.Debian-source how the upstream tarball was cleaned
* Move big documentation in an own -doc package
* Register javadoc api with doc-base
* Standards-Version 3.6.2 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# The minimum loglevel that is logged
 
3
org.jfree.base.LogLevel=Debug
 
4
 
 
5
#
 
6
# Where to log. Give a classname of a  valid LogTarget implementation.
 
7
# If the name is invalid, no logging is done.
 
8
org.jfree.base.LogTarget=*none*
 
9
 
 
10
#
 
11
# Do not initialize the logging.
 
12
org.jfree.base.LogAutoInit=false
 
13
 
 
14
#
 
15
# Should the debugging system be disabled by default. This option will suppress all
 
16
# output, no single line of debug information will be printed. If you want to remove
 
17
# System.out-debugging on the server side, try to switch to a Log4J-LogTarget instead.
 
18
org.jfree.base.NoDefaultDebug=false
 
19
 
 
20
#
 
21
# Which ClassLoader to use for loading external resources and classes.
 
22
# One of "ThreadContext" or "CallerContext".
 
23
org.jfree.ClassLoader=ThreadContext
 
24
 
 
25
#
 
26
# Applies a workaround to fix a JDK bug. When the value is set to auto,
 
27
# This is enabled if the JDK is not version 1.4 or higher.
 
28
org.jfree.text.UseDrawRotatedStringWorkaround=auto
 
29
 
 
30
#
 
31
# Applies a workaround to fix a JDK bug. When the value is set to auto,
 
32
# This is disabled if the JDK is not version 1.4 or higher.
 
33
org.jfree.text.UseFontMetricsGetStringBounds=auto