[Commits] (markie) Trivial change to trigger build

commits at osafoundation.org commits at osafoundation.org
Mon Mar 29 13:41:23 PST 2004


Commit by: markie
Modified files:
osaf/chandler/Chandler/__hardhat__.py 1.172 1.173

Log message:
Trivial change to trigger build


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/__hardhat__.py.diff?r1=text&tr1=1.172&r2=text&tr2=1.173

Index: osaf/chandler/Chandler/__hardhat__.py
diff -u osaf/chandler/Chandler/__hardhat__.py:1.172 osaf/chandler/Chandler/__hardhat__.py:1.173
--- osaf/chandler/Chandler/__hardhat__.py:1.172	Thu Mar 18 11:10:58 2004
+++ osaf/chandler/Chandler/__hardhat__.py	Mon Mar 29 13:40:52 2004
@@ -1,6 +1,5 @@
 import os, hardhatlib, hardhatutil, errno, sys
 
-
 info = {
         'name':'Chandler',
         'root':'..',
@@ -19,12 +18,11 @@
                 'jabber-py',
                 'SOAPpy',
                 'pychecker',
-                #'m2crypto',
+                # 'm2crypto',
                 'Chandler/repository'
                )
 
 
-
 def build(buildenv):
 
     # Build the linux launcher program
@@ -59,7 +57,7 @@
 
 
     # Build the windows launcher program
-    if buildenv['os'] == 'win':
+    elif buildenv['os'] == 'win':
         version = buildenv['version']
 
         try:



More information about the Commits mailing list