You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2010/06/17 00:41:34 UTC

svn commit: r955416 - /tika/trunk/tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser

Author: jukka
Date: Wed Jun 16 22:41:34 2010
New Revision: 955416

URL: http://svn.apache.org/viewvc?rev=955416&view=rev
Log:
TIKA-439: DWGParser (and some others) not used by AutoDetectParser

Fixed as suggested by Nick Burch

Modified:
    tika/trunk/tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser   (contents, props changed)

Modified: tika/trunk/tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser?rev=955416&r1=955415&r2=955416&view=diff
==============================================================================
--- tika/trunk/tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser (original)
+++ tika/trunk/tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser Wed Jun 16 22:41:34 2010
@@ -1,35 +1,37 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-org.apache.tika.parser.asm.ClassParser
-org.apache.tika.parser.audio.AudioParser
-org.apache.tika.parser.audio.MidiParser
-org.apache.tika.parser.epub.EpubParser
-org.apache.tika.parser.html.HtmlParser
-org.apache.tika.parser.image.ImageParser
-org.apache.tika.parser.image.TiffParser
-org.apache.tika.parser.jpeg.JpegParser
-org.apache.tika.parser.mbox.MboxParser
-org.apache.tika.parser.microsoft.OfficeParser
-org.apache.tika.parser.microsoft.ooxml.OOXMLParser
-org.apache.tika.parser.mp3.Mp3Parser
-org.apache.tika.parser.odf.OpenDocumentParser
-org.apache.tika.parser.pdf.PDFParser
-org.apache.tika.parser.pkg.PackageParser
-org.apache.tika.parser.rtf.RTFParser
-org.apache.tika.parser.txt.TXTParser
-org.apache.tika.parser.video.FLVParser
-org.apache.tika.parser.xml.DcXMLParser
-org.apache.tika.parser.iwork.IWorkParser
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+org.apache.tika.parser.asm.ClassParser
+org.apache.tika.parser.audio.AudioParser
+org.apache.tika.parser.audio.MidiParser
+org.apache.tika.parser.dwg.DWGParser
+org.apache.tika.parser.epub.EpubParser
+org.apache.tika.parser.html.HtmlParser
+org.apache.tika.parser.image.ImageParser
+org.apache.tika.parser.image.TiffParser
+org.apache.tika.parser.iwork.IWorkParser
+org.apache.tika.parser.jpeg.JpegParser
+org.apache.tika.parser.mbox.MboxParser
+org.apache.tika.parser.microsoft.OfficeParser
+org.apache.tika.parser.microsoft.ooxml.OOXMLParser
+org.apache.tika.parser.mp3.Mp3Parser
+org.apache.tika.parser.netcdf.NetCDFParser
+org.apache.tika.parser.odf.OpenDocumentParser
+org.apache.tika.parser.pdf.PDFParser
+org.apache.tika.parser.pkg.PackageParser
+org.apache.tika.parser.rtf.RTFParser
+org.apache.tika.parser.txt.TXTParser
+org.apache.tika.parser.video.FLVParser
+org.apache.tika.parser.xml.DcXMLParser

Propchange: tika/trunk/tika-parsers/src/main/resources/META-INF/services/org.apache.tika.parser.Parser
------------------------------------------------------------------------------
    svn:eol-style = native