From: <jrb...@us...> - 2011-02-22 18:04:25
|
Revision: 1229 http://cishell.svn.sourceforge.net/cishell/?rev=1229&view=rev Author: jrbibers Date: 2011-02-22 18:04:19 +0000 (Tue, 22 Feb 2011) Log Message: ----------- Standardizing name of google_guava plugin on underscores. CISHELL-18 Modified Paths: -------------- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml trunk/libs/google_guava/.project trunk/libs/google_guava/META-INF/MANIFEST.MF Modified: trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2011-02-22 17:59:13 UTC (rev 1228) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2011-02-22 18:04:19 UTC (rev 1229) @@ -219,8 +219,8 @@ </antcall> <antcall target="svn.co"> <param name="target" value="plugins"/> - <param name="element.id" value="google-guava"/> - <param name="project.name" value="/libs/google-guava"/> + <param name="element.id" value="google_guava"/> + <param name="project.name" value="/libs/google_guava"/> <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> </antcall> Modified: trunk/libs/google_guava/.project =================================================================== --- trunk/libs/google_guava/.project 2011-02-22 17:59:13 UTC (rev 1228) +++ trunk/libs/google_guava/.project 2011-02-22 18:04:19 UTC (rev 1229) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>google-guava</name> + <name>google_guava</name> <comment></comment> <projects> </projects> Modified: trunk/libs/google_guava/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/google_guava/META-INF/MANIFEST.MF 2011-02-22 17:59:13 UTC (rev 1228) +++ trunk/libs/google_guava/META-INF/MANIFEST.MF 2011-02-22 18:04:19 UTC (rev 1229) @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: google-guava -Bundle-SymbolicName: google-guava +Bundle-Name: google_guava +Bundle-SymbolicName: google_guava Bundle-Version: 0.8.0 Bundle-ClassPath: guava-r08.jar Export-Package: com.google.common.annotations, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |