]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/example.xml
Implement monitoring of file descriptors in wxMotif event loop.
[wxWidgets.git] / build / buildbot / config / example.xml
index 344c8abc92ceaedfa9a8173caf164a3caa8409d8..a4fbf8c1cc1f890449afcdce8cb18904b9867a3a 100644 (file)
@@ -6,7 +6,7 @@
     Author:     Mike Wetherell
     RCS-ID:     $Id$
     Copyright:  (c) 2007 Mike Wetherell
-    Licence:    wxWidgets licence
+    Licence:    wxWindows licence
 
     There is one xml file such as this per build slave containing a <build>
     element for each build the slave runs. Each <build> corresponds to a
@@ -48,7 +48,7 @@
     <!--
         The name of a scheduler that will trigger this build. common.xml
         currently defines:
-        
+
         * 'trunk_quick' and 'stable_quick'. These trigger a build after
           every source change on the trunk and stable branches respectively.
 
@@ -61,7 +61,7 @@
 
         An empty <scheduler/> element takes its value from the previous build
         incremented in the following way:
-        
+
         * Weekly schedulers are incremented by a day, monday_0600 becomes
           tuesday_0600, and at the end of the week the time is also bumped by
           an hour, saturday_0600 becomes sunday_0700.