From: <jrb...@us...> - 2012-01-09 16:19:42
|
Revision: 1299 http://cishell.svn.sourceforge.net/cishell/?rev=1299&view=rev Author: jrbibers Date: 2012-01-09 16:19:32 +0000 (Mon, 09 Jan 2012) Log Message: ----------- Changing Bundle-Version from 0.8.0 to 8.0.0 to agree with the version of the exported packages. The failure of these versions to agree was causing OSGi dependency problems for plugins that import Guava packages in the Linux build of Sci2. Modified Paths: -------------- trunk/libs/google_guava/META-INF/MANIFEST.MF Modified: trunk/libs/google_guava/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/google_guava/META-INF/MANIFEST.MF 2011-12-28 18:00:43 UTC (rev 1298) +++ trunk/libs/google_guava/META-INF/MANIFEST.MF 2012-01-09 16:19:32 UTC (rev 1299) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: google_guava Bundle-SymbolicName: google_guava -Bundle-Version: 0.8.0 +Bundle-Version: 8.0.0 Bundle-ClassPath: guava-r08.jar Export-Package: com.google.common.annotations;version="8.0.0", com.google.common.base;version="8.0.0", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |