[libxml-commons-resolver1.1-java] 07/35: moved the catalog file to /etc/xml/resolver
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jun 19 12:35:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libxml-commons-resolver1.1-java.
commit 387aa97ac83bd955257d08932f1c3b21e7209373
Author: Arnaud Vandyck <avdyk at debian.org>
Date: Sun Oct 10 23:50:02 2004 +0000
moved the catalog file to /etc/xml/resolver
---
debian/README.Debian | 20 ++++++++++----------
debian/changelog | 4 ++--
debian/install | 2 +-
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index 5f13b02..df14067 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -17,18 +17,18 @@ Apache XML Commons Resolver for Debian
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 at debian.org>,
- Arnaud Vandyck <avdyk at debian.org>
+ -- Arnaud Vandyck <avdyk at debian.org>, Mon Oct 11 01:37:06 2004
diff --git a/debian/changelog b/debian/changelog
index 0fbfe8c..52d02ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org> Sat, 9 Oct 2004 14:03:19 +0200
+ -- Arnaud Vandyck <avdyk at debian.org> Mon, 11 Oct 2004 01:41:20 +0200
libxml-commons-resolver1.1-java (1.1-3) unstable; urgency=low
diff --git a/debian/install b/debian/install
index 85f3e72..6388d0d 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-debian/CatalogManager.properties /etc/xml
+debian/CatalogManager.properties /etc/xml/resolver/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-commons-resolver1.1-java.git
More information about the pkg-java-commits
mailing list