Revision: 9866 http://pure-data.svn.sourceforge.net/pure-data/?rev=9866&view=rev Author: eighthave Date: 2008-05-22 10:28:51 -0700 (Thu, 22 May 2008)
Log Message: ----------- GemLibs doesn't exist anymore in the v0-91 release branch
Modified Paths: -------------- branches/pd-extended/v0-40/scripts/update-developer-layout.sh
Modified: branches/pd-extended/v0-40/scripts/update-developer-layout.sh =================================================================== --- branches/pd-extended/v0-40/scripts/update-developer-layout.sh 2008-05-22 09:58:57 UTC (rev 9865) +++ branches/pd-extended/v0-40/scripts/update-developer-layout.sh 2008-05-22 17:28:51 UTC (rev 9866) @@ -16,7 +16,7 @@ echo "Running svn update:" svn update echo "Running cvs update:" -for section in Gem GemLibs; do +for section in Gem; do echo "$section" cd $section cvs up -Pd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.