CVS libxml-commons-resolver1.1-java/debian
Arnaud Vandyck
avdyk@haydn.debian.org
Sun Oct 10 17:51:01 2004
Update of /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian
In directory haydn:/tmp/cvs-serv29479
Modified Files:
README.Debian changelog install
Log Message:
moved the catalog file to /etc/xml/resolver
--- /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/README.Debian 2004/10/09 12:53:04 1.3
+++ /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/README.Debian 2004/10/10 23:49:58 1.4
@@ -17,18 +17,18 @@
pre-built version from the distribution archive is used instead.
- 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.
+ /etc/xml/resolver 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:
+ *directory* that contains it -- the /etc/xml/resolver 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
+ export CLASSPATH=/etc/xml/resolver:$CLASSPATH
- -- Stefan Gybas <sgybas@debian.org>,
- Arnaud Vandyck <avdyk@debian.org>
+ -- Arnaud Vandyck <avdyk@debian.org>, Mon Oct 11 01:37:06 2004
--- /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/changelog 2004/10/09 12:53:04 1.4
+++ /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/changelog 2004/10/10 23:50:02 1.5
@@ -1,8 +1,8 @@
libxml-commons-resolver1.1-java (1.1-4) unstable; urgency=low
- * added CatalogManager.properties to /etc/xml (closes: #268786)
+ * added CatalogManager.properties to /etc/xml/resolver (closes: #268786)
- -- Arnaud Vandyck <avdyk@debian.org> Sat, 9 Oct 2004 14:03:19 +0200
+ -- Arnaud Vandyck <avdyk@debian.org> Mon, 11 Oct 2004 01:41:20 +0200
libxml-commons-resolver1.1-java (1.1-3) unstable; urgency=low
--- /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/install 2004/10/09 12:53:04 1.1
+++ /cvsroot/pkg-java/libxml-commons-resolver1.1-java/debian/install 2004/10/10 23:50:02 1.2
@@ -1 +1 @@
-debian/CatalogManager.properties /etc/xml
+debian/CatalogManager.properties /etc/xml/resolver/