SF.net SVN: geany-plugins:[890] trunk/geany-plugins/wscript
frlan at users.sourceforge.net
frlan at xxxxx
Mon Aug 10 18:22:08 UTC 2009
Revision: 890
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=890&view=rev
Author: frlan
Date: 2009-08-10 18:21:56 +0000 (Mon, 10 Aug 2009)
Log Message:
-----------
Increase dependency for libxml
Modified Paths:
--------------
trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript 2009-08-10 18:20:16 UTC (rev 889)
+++ trunk/geany-plugins/wscript 2009-08-10 18:21:56 UTC (rev 890)
@@ -85,7 +85,7 @@
[ 'geanylua' ],
# maybe you need to modify the package name of Lua, try one of these: lua5.1 lua51 lua-5.1
[ [ 'lua', '5.1', True ] ]),
- Plugin('pretty-printer', None, [ 'pretty-printer/src' ], [ [ 'libxml-2.0', '2.6', True ] ])
+ Plugin('pretty-printer', None, [ 'pretty-printer/src' ], [ [ 'libxml-2.0', '2.6.27', True ] ])
]
'''
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