remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / .CatalogManager.properties.example
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/.CatalogManager.properties.example b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/.CatalogManager.properties.example
deleted file mode 100755 (executable)
index 573dd67..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-######################################################################## \r
-# CatalogManager provides an interface to the catalog properties.\r
-# Properties can come from two places: from system properties or\r
-# from a CatalogManager.properties file. This class provides a\r
-# transparent interface to both, with system properties preferred \r
-# over property file values.\r
-\r
-#######################################################################\r
-# Catalog Files:\r
-# The semicolon-delimited list of catalog files.\r
-# Example: catalogs=/etc/xml/catalog;~/catalog.xml\r
-\r
-catalogs=\r
-\r
-#######################################################################\r
-# Relative Catalogs:\r
-# If false, relative catalog URIs are made absolute with respect to the\r
-# base URI of the CatalogManager.properties file. This setting only \r
-# applies to catalog URIs obtained from the catalogs property in the\r
-# CatalogManager.properties file\r
-# Example: relative-catalogs = [yes|no]\r
-\r
-relative-catalogs=yes\r
-\r
-#######################################################################\r
-# Verbosity:\r
-# If non-zero, the Catalog classes will print informative and debugging\r
-# messages. The higher the number, the more messages.\r
-# Example: verbosity = [0..99]\r
-\r
-verbosity=0\r
-\r
-#######################################################################\r
-# Prefer:\r
-# Which identifier is preferred, "public" or "system"?\r
-# Example: xml.catalog.prefer = [public|system]\r
-\r
-prefer=system\r
-\r
-#######################################################################\r
-# Static-catalog:\r
-# Should a single catalog be constructed for all parsing, or should a\r
-# different catalog be created for each parser?\r
-# Example: static-catalog = [yes|no]\r
-\r
-static-catalog=yes\r
-\r
-#######################################################################\r
-# Allow-oasis-xml-catalog-pi\r
-# If the source document contains "oasis-xml-catalog" processing \r
-# instructions, should they be used?\r
-# Example: allow-oasis-xml-catalog-pi = [yes|no]\r
-\r
-allow-oasis-xml-catalog-pi=yes\r
-\r
-#######################################################################\r
-# catalog-class-name\r
-# If you're using the convenience classes \r
-# org.apache.xml.resolver.tools.*, this setting allows you to specify\r
-# an alternate class name to use for the underlying catalog.\r
-# Example: catalog-class-name=org.apache.xml.resolver.Resolver\r