From: <re...@us...> - 2011-10-24 19:49:45
|
Revision: 1246 http://cishell.svn.sourceforge.net/cishell/?rev=1246&view=rev Author: rescdsk Date: 2011-10-24 19:49:39 +0000 (Mon, 24 Oct 2011) Log Message: ----------- Add version numbers, so that other bundles can insist on newer versions of packages that may also be present in google_collections. Modified Paths: -------------- trunk/libs/google_guava/META-INF/MANIFEST.MF Added Paths: ----------- trunk/libs/google_guava/Updating.txt Modified: trunk/libs/google_guava/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/google_guava/META-INF/MANIFEST.MF 2011-06-22 21:34:34 UTC (rev 1245) +++ trunk/libs/google_guava/META-INF/MANIFEST.MF 2011-10-24 19:49:39 UTC (rev 1246) @@ -4,12 +4,12 @@ Bundle-SymbolicName: google_guava Bundle-Version: 0.8.0 Bundle-ClassPath: guava-r08.jar -Export-Package: com.google.common.annotations, - com.google.common.base, - com.google.common.base.internal, - com.google.common.collect, - com.google.common.io, - com.google.common.net, - com.google.common.primitives, - com.google.common.util.concurrent +Export-Package: com.google.common.annotations;version="8.0.0", + com.google.common.base;version="8.0.0", + com.google.common.base.internal;version="8.0.0", + com.google.common.collect;version="8.0.0", + com.google.common.io;version="8.0.0", + com.google.common.net;version="8.0.0", + com.google.common.primitives;version="8.0.0", + com.google.common.util.concurrent;version="8.0.0" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Added: trunk/libs/google_guava/Updating.txt =================================================================== --- trunk/libs/google_guava/Updating.txt (rev 0) +++ trunk/libs/google_guava/Updating.txt 2011-10-24 19:49:39 UTC (rev 1246) @@ -0,0 +1,7 @@ +When updating this to a new version of Guava, consider using +the externally packaged version: + +http://code.google.com/p/guava-osgi/ + +We've set up the Export-Package: part of the Manifest to use +version numbers that are compatible with that project. \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |