[Commits] r774 - website

commits at geoext.org commits at geoext.org
Fri May 15 19:39:23 CEST 2009


Author: tschaub
Date: 2009-05-15 19:39:22 +0200 (Fri, 15 May 2009)
New Revision: 774

Modified:
   website/pavement.py
Log:
This isn't enough to get the examples working.  Opting for links to the working examples already being hosted.

Modified: website/pavement.py
===================================================================
--- website/pavement.py	2009-05-15 17:25:45 UTC (rev 773)
+++ website/pavement.py	2009-05-15 17:39:22 UTC (rev 774)
@@ -156,11 +156,4 @@
     builtdocs = options.builddir / "html"
     builtdocs.move(destdir)
     options.builddir.rmtree()
-    examples = path('src/trunk/geoext/examples')
-    for item in examples.listdir():
-        if item.name != ".svn":
-            if not item.isdir():
-                item.copy(destdir / 'examples')
-            else:
-                item.copytree(destdir / 'examples' / item.name)
 



More information about the Commits mailing list