# HG changeset patch # User František Kučera # Date 1402950944 -7200 # Node ID e539cae277479e0f73861a010498a0dd90f92f06 # Parent d79b818c364bbfe11c9e6bd689f45f092786d4cb xpath, xslt: fixed META-INF.services directory name diff -r d79b818c364b -r e539cae27747 java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLI.java --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLI.java Mon Jun 16 22:29:02 2014 +0200 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLI.java Mon Jun 16 22:35:44 2014 +0200 @@ -52,7 +52,7 @@ for (ActionFactory f : ServiceLoader.load(ActionFactory.class)) { String code = f.getActionCode(); actionFactories.put(code, f); - log.log(Level.INFO, "Discovered output module: {0} = {1}", new Object[]{code, f.getClass().getName()}); + log.log(Level.CONFIG, "Discovered output module: {0} = {1}", new Object[]{code, f.getClass().getName()}); } ActionFactory actionFactory = actionFactories.get(actionCode); diff -r d79b818c364b -r e539cae27747 java/alt2xml-out-xpath/config/META-INF.services/cz.frantovo.alt2xml.out.ActionFactory --- a/java/alt2xml-out-xpath/config/META-INF.services/cz.frantovo.alt2xml.out.ActionFactory Mon Jun 16 22:29:02 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -cz.frantovo.alt2xml.out.xpath.XPathActionFactory \ No newline at end of file diff -r d79b818c364b -r e539cae27747 java/alt2xml-out-xpath/config/META-INF/services/cz.frantovo.alt2xml.out.ActionFactory --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/alt2xml-out-xpath/config/META-INF/services/cz.frantovo.alt2xml.out.ActionFactory Mon Jun 16 22:35:44 2014 +0200 @@ -0,0 +1,1 @@ +cz.frantovo.alt2xml.out.xpath.XPathActionFactory \ No newline at end of file diff -r d79b818c364b -r e539cae27747 java/alt2xml-out-xslt/config/META-INF.services/cz.frantovo.alt2xml.out.ActionFactory --- a/java/alt2xml-out-xslt/config/META-INF.services/cz.frantovo.alt2xml.out.ActionFactory Mon Jun 16 22:29:02 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -cz.frantovo.alt2xml.out.xslt.XSLTActionFactory \ No newline at end of file diff -r d79b818c364b -r e539cae27747 java/alt2xml-out-xslt/config/META-INF/services/cz.frantovo.alt2xml.out.ActionFactory --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/alt2xml-out-xslt/config/META-INF/services/cz.frantovo.alt2xml.out.ActionFactory Mon Jun 16 22:35:44 2014 +0200 @@ -0,0 +1,1 @@ +cz.frantovo.alt2xml.out.xslt.XSLTActionFactory \ No newline at end of file