|
From: <jrb...@us...> - 2011-02-22 16:55:13
|
Revision: 1227
http://cishell.svn.sourceforge.net/cishell/?rev=1227&view=rev
Author: jrbibers
Date: 2011-02-22 16:55:07 +0000 (Tue, 22 Feb 2011)
Log Message:
-----------
Switching CIShell build from Google Collections to Google Guava.
Modified Paths:
--------------
trunk/deployment/org.cishell.reference.database.feature/feature.xml
trunk/deployment/org.cishell.reference.feature/feature.xml
trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml
Modified: trunk/deployment/org.cishell.reference.database.feature/feature.xml
===================================================================
--- trunk/deployment/org.cishell.reference.database.feature/feature.xml 2011-02-22 16:15:08 UTC (rev 1226)
+++ trunk/deployment/org.cishell.reference.database.feature/feature.xml 2011-02-22 16:55:07 UTC (rev 1227)
@@ -103,7 +103,7 @@
unpack="false"/>
<plugin
- id="google_collections"
+ id="google_guava"
download-size="0"
install-size="0"
version="0.0.0"/>
Modified: trunk/deployment/org.cishell.reference.feature/feature.xml
===================================================================
--- trunk/deployment/org.cishell.reference.feature/feature.xml 2011-02-22 16:15:08 UTC (rev 1226)
+++ trunk/deployment/org.cishell.reference.feature/feature.xml 2011-02-22 16:55:07 UTC (rev 1227)
@@ -143,7 +143,7 @@
unpack="false"/>
<plugin
- id="google_collections"
+ id="google_guava"
download-size="0"
install-size="0"
version="0.0.0"/>
Modified: trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml
===================================================================
--- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2011-02-22 16:15:08 UTC (rev 1226)
+++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2011-02-22 16:55:07 UTC (rev 1227)
@@ -219,8 +219,8 @@
</antcall>
<antcall target="svn.co">
<param name="target" value="plugins"/>
- <param name="element.id" value="google-collections"/>
- <param name="project.name" value="/libs/google-collections"/>
+ <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>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|