CVS libxml-commons-resolver1.1-java/debian
Arnaud Vandyck
avdyk@haydn.debian.org
Sat Oct 9 06:54:01 2004
Update of /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian
In directory haydn:/tmp/cvs-serv29608
Modified Files:
README.Debian changelog
Added Files:
CatalogManager.properties install
Log Message:
added the catalog configuration file from upstream
--- /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/README.Debian 2004/07/14 12:43:50 1.2
+++ /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/README.Debian 2004/10/09 12:53:04 1.3
@@ -16,4 +16,19 @@
because there are no tools for this in the Debian main section. The
pre-built version from the distribution archive is used instead.
--- Stefan Gybas <sgybas@debian.org>
+- This package installs a CatalogManager.properties file in the
+ /etc/xml directory. Among other things, the CatalogManager.properties
+ file tells the resolver where to find XML catalog files to use.
+ Debian uses a single master catalog file -- /etc/xml/catalog -- so the
+ CatalogManager.properties that this package installs points to that file.
+
+ In order for the resolver to be able to find and use the
+ CatalogManager.properties files, you need to include the
+ *directory* that contains it -- the /etc/xml directory -- in your Java
+ classpath, either by specifying it on the Java command-line or via
+ the CLASSPATH environment variable:
+
+ export CLASSPATH=/etc/xml:$CLASSPATH
+
+ -- Stefan Gybas <sgybas@debian.org>,
+ Arnaud Vandyck <avdyk@debian.org>
--- /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/changelog 2004/07/14 12:26:07 1.3
+++ /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/changelog 2004/10/09 12:53:04 1.4
@@ -1,3 +1,9 @@
+libxml-commons-resolver1.1-java (1.1-4) unstable; urgency=low
+
+ * added CatalogManager.properties to /etc/xml (closes: #268786)
+
+ -- Arnaud Vandyck <avdyk@debian.org> Sat, 9 Oct 2004 14:03:19 +0200
+
libxml-commons-resolver1.1-java (1.1-3) unstable; urgency=low
* added libjaxp1.2-java to the build-dep and to the CLASSPATH because