Author: rwesten Date: Sun Jun 26 16:55:24 2011 New Revision: 1139835 URL: http://svn.apache.org/viewvc?rev=1139835&view=rev Log: added the "eu.medsea.mimeutil" bundle to the kres launcher to solve the problem reported by [1]. This is used in the contenthub to detect the mime type of uploaded documents
[1] http://markmail.org/thread/g7id47vdj3kbbyhr#query:+page:1+mid:du4ceqwciyw67jsq+state:results Modified: incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml Modified: incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml?rev=1139835&r1=1139834&r2=1139835&view=diff ============================================================================== --- incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml (original) +++ incubator/stanbol/trunk/launchers/kres/src/main/bundles/list.xml Sun Jun 26 16:55:24 2011 @@ -151,6 +151,11 @@ <artifactId>joda-time</artifactId> <version>1.6.2</version> </bundle> + <bundle> + <groupId>eu.medsea.mimeutil</groupId> + <artifactId>mime-util</artifactId> + <version>2.1.3</version> + </bundle> </startLevel> <!-- JAX-RS -->
