Author: tommaso
Date: Thu Mar 28 15:08:37 2013
New Revision: 1462142
URL: http://svn.apache.org/r1462142
Log:
STANBOL-1000 - fixed export contents directive
Modified:
stanbol/trunk/commons/solr/extras/icu/pom.xml
Modified: stanbol/trunk/commons/solr/extras/icu/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/extras/icu/pom.xml?rev=1462142&r1=1462141&r2=1462142&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/extras/icu/pom.xml (original)
+++ stanbol/trunk/commons/solr/extras/icu/pom.xml Thu Mar 28 15:08:37 2013
@@ -55,7 +55,8 @@
</Import-Package>
<!-- used instead of Export-Package to preserve the jars -->
<_exportcontents>
- org.apache.lucene.analysis.icu.*;version=${solr-version}
+ com.ibm.icu.*;version=4.8.1.1,
+ org.apache.lucene.analysis.icu.*;version=${solr-version},
org.apache.lucene.collation.*;version=${solr-version}
</_exportcontents>
</instructions>