This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.008
in repository libxml-saxon-xslt2-perl.

commit 3ab82ec21dc4a9a18db3099f987ce2423659ebec
Author: Toby Inkster <m...@tobyinkster.co.uk>
Date:   Wed Sep 10 23:54:25 2014 +0100

    prepare for Dist::Inkt stuff
    
    --HG--
    branch : XML-Saxon-XSLT2
---
 meta/DYNAMIC_CONFIG.PL | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/meta/DYNAMIC_CONFIG.PL b/meta/DYNAMIC_CONFIG.PL
new file mode 100644
index 0000000..97b4399
--- /dev/null
+++ b/meta/DYNAMIC_CONFIG.PL
@@ -0,0 +1,9 @@
+unless (-e '/usr/share/java/saxon9he.jar'
+    or  -e '/usr/local/share/java/saxon9he.jar'
+    or  -e '/usr/share/java/saxonb.jar'
+    or  -e '/usr/local/share/java/saxonb.jar')
+{
+       warn "Need saxon9he.jar or saxonb.jar to be installed in 
/usr/share/java or /usr/local/share/java.";
+       exit 0;
+}
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libxml-saxon-xslt2-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to