xpath, xslt: fixed META-INF.services directory name
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 16 Jun 2014 22:35:44 +0200
changeset 52e539cae27747
parent 51 d79b818c364b
child 53 6bcb20e856fe
xpath, xslt: fixed META-INF.services directory name
java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLI.java
java/alt2xml-out-xpath/config/META-INF.services/cz.frantovo.alt2xml.out.ActionFactory
java/alt2xml-out-xpath/config/META-INF/services/cz.frantovo.alt2xml.out.ActionFactory
java/alt2xml-out-xslt/config/META-INF.services/cz.frantovo.alt2xml.out.ActionFactory
java/alt2xml-out-xslt/config/META-INF/services/cz.frantovo.alt2xml.out.ActionFactory
     1.1 --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLI.java	Mon Jun 16 22:29:02 2014 +0200
     1.2 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLI.java	Mon Jun 16 22:35:44 2014 +0200
     1.3 @@ -52,7 +52,7 @@
     1.4  			for (ActionFactory f : ServiceLoader.load(ActionFactory.class)) {
     1.5  				String code = f.getActionCode();
     1.6  				actionFactories.put(code, f);
     1.7 -				log.log(Level.INFO, "Discovered output module: {0} = {1}", new Object[]{code, f.getClass().getName()});
     1.8 +				log.log(Level.CONFIG, "Discovered output module: {0} = {1}", new Object[]{code, f.getClass().getName()});
     1.9  			}
    1.10  
    1.11  			ActionFactory actionFactory = actionFactories.get(actionCode);
     2.1 --- a/java/alt2xml-out-xpath/config/META-INF.services/cz.frantovo.alt2xml.out.ActionFactory	Mon Jun 16 22:29:02 2014 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,1 +0,0 @@
     2.4 -cz.frantovo.alt2xml.out.xpath.XPathActionFactory
     2.5 \ No newline at end of file
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/java/alt2xml-out-xpath/config/META-INF/services/cz.frantovo.alt2xml.out.ActionFactory	Mon Jun 16 22:35:44 2014 +0200
     3.3 @@ -0,0 +1,1 @@
     3.4 +cz.frantovo.alt2xml.out.xpath.XPathActionFactory
     3.5 \ No newline at end of file
     4.1 --- a/java/alt2xml-out-xslt/config/META-INF.services/cz.frantovo.alt2xml.out.ActionFactory	Mon Jun 16 22:29:02 2014 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,1 +0,0 @@
     4.4 -cz.frantovo.alt2xml.out.xslt.XSLTActionFactory
     4.5 \ No newline at end of file
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/java/alt2xml-out-xslt/config/META-INF/services/cz.frantovo.alt2xml.out.ActionFactory	Mon Jun 16 22:35:44 2014 +0200
     5.3 @@ -0,0 +1,1 @@
     5.4 +cz.frantovo.alt2xml.out.xslt.XSLTActionFactory
     5.5 \ No newline at end of file