You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2010/11/01 19:06:53 UTC

svn commit: r1029778 - /tika/trunk/tika-bundle/pom.xml

Author: mattmann
Date: Mon Nov  1 18:06:53 2010
New Revision: 1029778

URL: http://svn.apache.org/viewvc?rev=1029778&view=rev
Log:
- update export dependency; artifact now named netcdf

Modified:
    tika/trunk/tika-bundle/pom.xml

Modified: tika/trunk/tika-bundle/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-bundle/pom.xml?rev=1029778&r1=1029777&r2=1029778&view=diff
==============================================================================
--- tika/trunk/tika-bundle/pom.xml (original)
+++ tika/trunk/tika-bundle/pom.xml Mon Nov  1 18:06:53 2010
@@ -63,7 +63,7 @@
             </_exportcontents>
             <Embed-Dependency>
               tika-core,tika-parsers,
-              netcdf-java,
+              netcdf,
               commons-compress,
               pdfbox,fontbox,jempbox,bcmail-jdk15,bcprov-jdk15,
               poi,poi-scratchpad,poi-ooxml,poi-ooxml-schemas,
@@ -71,7 +71,7 @@
               tagsoup,
               asm,
               metadata-extractor,
-              boilerpipe, rome,
+              boilerpipe, rome
             </Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>
             <Bundle-DocURL>${project.url}</Bundle-DocURL>