Author: jukka
Date: Wed Dec 2 17:37:43 2009
New Revision: 886216
URL: http://svn.apache.org/viewvc?rev=886216&view=rev
Log:
TIKA-340: Provide full Tika bundle
Rename the OSGi bundle package to tika-bundle.
Added:
lucene/tika/trunk/tika-bundle/
- copied from r886205, lucene/tika/trunk/tika-full/
Removed:
lucene/tika/trunk/tika-full/
Modified:
lucene/tika/trunk/pom.xml
lucene/tika/trunk/tika-bundle/pom.xml
Modified: lucene/tika/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/pom.xml?rev=886216&r1=886215&r2=886216&view=diff
==============================================================================
--- lucene/tika/trunk/pom.xml (original)
+++ lucene/tika/trunk/pom.xml Wed Dec 2 17:37:43 2009
@@ -49,7 +49,7 @@
<module>tika-core</module>
<module>tika-parsers</module>
<module>tika-app</module>
- <module>tika-full</module>
+ <module>tika-bundle</module>
</modules>
<build>
Modified: lucene/tika/trunk/tika-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/tika-bundle/pom.xml?rev=886216&r1=886205&r2=886216&view=diff
==============================================================================
--- lucene/tika/trunk/tika-bundle/pom.xml (original)
+++ lucene/tika/trunk/tika-bundle/pom.xml Wed Dec 2 17:37:43 2009
@@ -29,7 +29,7 @@
<relativePath>../tika-parent/pom.xml</relativePath>
</parent>
- <artifactId>tika-full</artifactId>
+ <artifactId>tika-bundle</artifactId>
<packaging>bundle</packaging>
<name>Apache Tika OSGi bundle</name>
<url>http://lucene.apache.org/tika/</url>