[Commits] (markie) Changes to handle move of wxPython-2.5

commits at osafoundation.org commits at osafoundation.org
Tue Apr 20 16:42:58 PDT 2004


Commit by: markie
Modified files:
internal/Makefile 1.3 1.4
internal/wx/wxPython-2.5/Makefile None 1.1
internal/wx/wxPython-2.5/__hardhat__.py 1.15 1.16

Log message:
Changes to handle move of wxPython-2.5


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
http://cvs.osafoundation.org/index.cgi/internal/wx/wxPython-2.5/Makefile?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/internal/wx/wxPython-2.5/__hardhat__.py.diff?r1=text&tr1=1.15&r2=text&tr2=1.16

Index: internal/Makefile
diff -u internal/Makefile:1.3 internal/Makefile:1.4
--- internal/Makefile:1.3	Fri Apr 16 10:53:33 2004
+++ internal/Makefile	Tue Apr 20 16:42:27 2004
@@ -3,7 +3,7 @@
 
 SYSTEMS=PyLucene \
         UUIDext \
-        wx
+        wxPython-2.5
 
 .PHONY: binaries $(SYSTEMS)
 

Index: internal/wx/wxPython-2.5/__hardhat__.py
diff -u internal/wx/wxPython-2.5/__hardhat__.py:1.15 internal/wx/wxPython-2.5/__hardhat__.py:1.16
--- internal/wx/wxPython-2.5/__hardhat__.py:1.15	Thu Apr 15 10:46:24 2004
+++ internal/wx/wxPython-2.5/__hardhat__.py	Tue Apr 20 16:42:27 2004
@@ -4,7 +4,7 @@
 info = {
         'name':'wxWindows-2.5.1.5',
         'root':'../../../osaf/chandler',
-        'path':'../../internal/wx/wxPython-2.5',
+        'path':'../../internal/wxPython-2.5',
        }
 
 dependencies = (



More information about the Commits mailing list