You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by ha...@apache.org on 2019/02/10 21:07:44 UTC

[any23] branch master updated: ANY23-425 add iCal, jCal, xCal extractors to META-INF/services

This is an automated email from the ASF dual-hosted git repository.

hansbrende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 7982f77  ANY23-425 add iCal, jCal, xCal extractors to META-INF/services
7982f77 is described below

commit 7982f7797e359da878b0e19d66f16212e739ed72
Author: Hans <fi...@gmail.com>
AuthorDate: Sun Feb 10 15:07:22 2019 -0600

    ANY23-425 add iCal, jCal, xCal extractors to META-INF/services
---
 .../META-INF/services/org.apache.any23.extractor.ExtractorFactory    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/core/src/main/resources/META-INF/services/org.apache.any23.extractor.ExtractorFactory b/core/src/main/resources/META-INF/services/org.apache.any23.extractor.ExtractorFactory
index 2b1df79..99c1dac 100644
--- a/core/src/main/resources/META-INF/services/org.apache.any23.extractor.ExtractorFactory
+++ b/core/src/main/resources/META-INF/services/org.apache.any23.extractor.ExtractorFactory
@@ -28,4 +28,7 @@ org.apache.any23.extractor.rdf.TurtleExtractorFactory
 org.apache.any23.extractor.rdfa.RDFa11ExtractorFactory
 org.apache.any23.extractor.rdfa.RDFaExtractorFactory
 org.apache.any23.extractor.xpath.XPathExtractorFactory
-org.apache.any23.extractor.yaml.YAMLExtractorFactory
\ No newline at end of file
+org.apache.any23.extractor.yaml.YAMLExtractorFactory
+org.apache.any23.extractor.calendar.ICalExtractorFactory
+org.apache.any23.extractor.calendar.JCalExtractorFactory
+org.apache.any23.extractor.calendar.XCalExtractorFactory