Revision: 157 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=157&view=rev Author: eht16 Date: 2008-09-01 14:03:58 +0000 (Mon, 01 Sep 2008)
Log Message: ----------- Update waf to its latest SVN version (1.5.0 preview). Adjust wscript to latest Waf API changes. Don't print error messages at '--update-po' when a plugin doesn't have a po subdirectory.
Modified Paths: -------------- trunk/waf trunk/wscript
Modified: trunk/waf =================================================================== --- trunk/waf 2008-09-01 13:58:53 UTC (rev 156) +++ trunk/waf 2008-09-01 14:03:58 UTC (rev 157) @@ -38,10 +38,10 @@ except:pass
VERSION="1.4.9" -REVISION="da1834aaaf9820ce647a325c2c66d6b8" +REVISION="9c6acfdf44c0fc6a0f12572dc64bbde1" INSTALL=sys.platform=='win32' and 'c:/temp' or '/usr/local' -C1='#/' -C2='#-' +C1='#*' +C2='#)' cwd = os.getcwd() join = os.path.join
@@ -127,5 +127,5 @@ Scripting.prepare(t, cwd, VERSION, wafdir)
#==>
@@ Diff output truncated at 100000 characters. @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org