From: <jrb...@us...> - 2012-02-24 00:49:58
|
Revision: 1307 http://cishell.svn.sourceforge.net/cishell/?rev=1307&view=rev Author: jrbibers Date: 2012-02-24 00:49:51 +0000 (Fri, 24 Feb 2012) Log Message: ----------- Updating Guava from 8 from 11.0.1. Renaming project from "google_guava" to "com.google.guava". Modified Paths: -------------- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml trunk/libs/google_guava/.classpath trunk/libs/google_guava/.project trunk/libs/google_guava/META-INF/MANIFEST.MF trunk/libs/google_guava/Updating.txt trunk/libs/google_guava/build.properties Added Paths: ----------- trunk/libs/google_guava/com.google.guava.source_11.0.1.jar trunk/libs/google_guava/com.google.guava_11.0.1.jar Removed Paths: ------------- trunk/libs/google_guava/guava-r08.jar trunk/libs/google_guava/guava-src-r08.zip Modified: trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2012-02-01 23:12:12 UTC (rev 1306) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2012-02-24 00:49:51 UTC (rev 1307) @@ -228,7 +228,7 @@ </antcall> <antcall target="svn.co"> <param name="target" value="plugins" /> - <param name="element.id" value="google_guava" /> + <param name="element.id" value="com.google.guava" /> <param name="project.name" value="libs/google_guava" /> <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk" /> Modified: trunk/libs/google_guava/.classpath =================================================================== --- trunk/libs/google_guava/.classpath 2012-02-01 23:12:12 UTC (rev 1306) +++ trunk/libs/google_guava/.classpath 2012-02-24 00:49:51 UTC (rev 1307) @@ -2,9 +2,9 @@ <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry exported="true" kind="lib" path="guava-r08.jar" sourcepath="guava-src-r08.zip"> - <attributes> - <attribute name="javadoc_location" value="http://guava-libraries.googlecode.com/svn/tags/release08/javadoc"/> + <classpathentry exported="true" kind="lib" path="com.google.guava_11.0.1.jar" sourcepath="com.google.guava.source_11.0.1.jar"> + <attributes> + <attribute name="javadoc_location" value="http://docs.guava-libraries.googlecode.com/git-history/v11.0.1/javadoc"/> </attributes> <accessrules> <accessrule kind="discouraged" pattern="com/google/common/base/internal/*"/> Modified: trunk/libs/google_guava/.project =================================================================== --- trunk/libs/google_guava/.project 2012-02-01 23:12:12 UTC (rev 1306) +++ trunk/libs/google_guava/.project 2012-02-24 00:49:51 UTC (rev 1307) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>google_guava</name> + <name>com.google.guava</name> <comment></comment> <projects> </projects> Modified: trunk/libs/google_guava/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/google_guava/META-INF/MANIFEST.MF 2012-02-01 23:12:12 UTC (rev 1306) +++ trunk/libs/google_guava/META-INF/MANIFEST.MF 2012-02-24 00:49:51 UTC (rev 1307) @@ -1,15 +1,19 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: google_guava -Bundle-SymbolicName: google_guava -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", - 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-Name: com.google.guava +Bundle-SymbolicName: com.google.guava +Bundle-Version: 11.0.1 +Bundle-ClassPath: com.google.guava_11.0.1.jar +Export-Package: com.google.common.annotations;version="11.0.1", + com.google.common.base;version="11.0.1", + com.google.common.base.internal;version="11.0.1", + com.google.common.cache;version="11.0.1", + com.google.common.collect;version="11.0.1", + com.google.common.eventbus;version="11.0.1", + com.google.common.hash;version="11.0.1", + com.google.common.io;version="11.0.1", + com.google.common.math;version="11.0.1", + com.google.common.net;version="11.0.1", + com.google.common.primitives;version="11.0.1", + com.google.common.util.concurrent;version="11.0.1" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Modified: trunk/libs/google_guava/Updating.txt =================================================================== --- trunk/libs/google_guava/Updating.txt 2012-02-01 23:12:12 UTC (rev 1306) +++ trunk/libs/google_guava/Updating.txt 2012-02-24 00:49:51 UTC (rev 1307) @@ -4,4 +4,8 @@ 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 +version numbers that are compatible with that project. + +Last updated 2012-02-23 from: +http://guava-osgi.googlecode.com/svn/trunk/repository/plugins/com.google.guava_11.0.1.jar +http://guava-osgi.googlecode.com/svn/trunk/repository/plugins/com.google.guava.source_11.0.1.jar \ No newline at end of file Modified: trunk/libs/google_guava/build.properties =================================================================== --- trunk/libs/google_guava/build.properties 2012-02-01 23:12:12 UTC (rev 1306) +++ trunk/libs/google_guava/build.properties 2012-02-24 00:49:51 UTC (rev 1307) @@ -1,2 +1,2 @@ bin.includes = META-INF/,\ - guava-r08.jar + com.google.guava_11.0.1.jar Added: trunk/libs/google_guava/com.google.guava.source_11.0.1.jar =================================================================== (Binary files differ) Property changes on: trunk/libs/google_guava/com.google.guava.source_11.0.1.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/libs/google_guava/com.google.guava_11.0.1.jar =================================================================== (Binary files differ) Property changes on: trunk/libs/google_guava/com.google.guava_11.0.1.jar ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Deleted: trunk/libs/google_guava/guava-r08.jar =================================================================== (Binary files differ) Deleted: trunk/libs/google_guava/guava-src-r08.zip =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |