]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make it work with jdom-1.0.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Feb 2005 11:03:13 +0000 (11:03 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:15 +0000 (12:12 +0200)
gettext-runtime/doc/Admin/Matrix.java

index 4da0a21c4a5b4d07bf6adfb99f0b4e599bdd5712..f645363a1a3a50d8835887a26d5f1ca81c488724 100644 (file)
@@ -55,6 +55,10 @@ public class Matrix {
     Document doc;
     try {
       doc = builder.build(new File("matrix.xml"));
+    } catch (IOException e) {
+      e.printStackTrace();
+      doc = null;
+      System.exit(1);
     } catch (JDOMException e) {
       e.printStackTrace();
       doc = null;