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 2009/05/22 22:56:05 UTC

svn commit: r777711 - /lucene/tika/trunk/CHANGES.txt

Author: jukka
Date: Fri May 22 20:56:05 2009
New Revision: 777711

URL: http://svn.apache.org/viewvc?rev=777711&view=rev
Log:
TIKA-228: Add OSGi metadata to Tika

Added a change log entry.

Modified:
    lucene/tika/trunk/CHANGES.txt

Modified: lucene/tika/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=777711&r1=777710&r2=777711&view=diff
==============================================================================
--- lucene/tika/trunk/CHANGES.txt (original)
+++ lucene/tika/trunk/CHANGES.txt Fri May 22 20:56:05 2009
@@ -10,7 +10,9 @@
     modularity. The tika-core component contains the key interfaces and
     core functionality of Tika, tika-parsers contains all the adapters
     to external parser libraries, and tika-app bundles everything together
-    in a single executable jar file. (TIKA-219).
+    in a single executable jar file. (TIKA-219)
+
+  * All the three Tika components are packaged as OSGi bundles. (TIKA-228)
 
   * The memory use of parsing Excel sheets with lots of numbers
     has been considerably reduced. (TIKA-211)