Revision: 529
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=529&view=rev
Author: andy_miller
Date: 2008-01-05 23:08:09 -0800 (Sat, 05 Jan 2008)
Log Message:
-----------
Changed pygccxml source to use http and not https
Modified Paths:
--------------
trunk/python-ogre/environment.py
Modified: trunk/python-ogre/environment.py
===================================================================
--- trunk/python-ogre/environment.py 2008-01-06 05:41:58 UTC (rev 528)
+++ trunk/python-ogre/environment.py 2008-01-06 07:08:09 UTC (rev 529)
@@ -228,7 +228,7 @@
if isLinux() or isMac():
base = 'pygccxml'
source = [
- [svn, " co https://pygccxml.svn.sourceforge.net/svnroot/pygccxml "+base, os.getcwd()]
+ [svn, " co http://pygccxml.svn.sourceforge.net/svnroot/pygccxml "+base, os.getcwd()]
]
buildCmds = [
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|