SF.net SVN: geany-plugins:[199] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue Oct 7 18:50:09 UTC 2008
Revision: 199
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=199&view=rev
Author: eht16
Date: 2008-10-07 18:50:09 +0000 (Tue, 07 Oct 2008)
Log Message:
-----------
Update waf to its latest SVN version (nearly 1.5.0).
Adjust wscript to latest Waf API changes.
Change build directory to '_build_'.
Remove plugins 'backupcopy' and 'instantsave'.
Modified Paths:
--------------
trunk/waf
trunk/wscript
Modified: trunk/waf
===================================================================
--- trunk/waf 2008-10-03 12:52:32 UTC (rev 198)
+++ trunk/waf 2008-10-07 18:50:09 UTC (rev 199)
@@ -37,11 +37,11 @@
try:import psyco;psyco.full()
except:pass
-VERSION="1.4.9"
-REVISION="9c6acfdf44c0fc6a0f12572dc64bbde1"
+VERSION="1.5.0"
+REVISION="aef3b995245315d03255e279726e8ad6"
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.
More information about the Plugins-Commits
mailing list