Author: ningjiang
Date: Thu Mar 13 07:05:14 2008
New Revision: 636768
URL: http://svn.apache.org/viewvc?rev=636768&view=rev
Log:
Disable the copy output
Modified:
activemq/scripts/copy_snapshot_xsd.py
Modified: activemq/scripts/copy_snapshot_xsd.py
URL:
http://svn.apache.org/viewvc/activemq/scripts/copy_snapshot_xsd.py?rev=636768&r1=636767&r2=636768&view=diff
==============================================================================
--- activemq/scripts/copy_snapshot_xsd.py (original)
+++ activemq/scripts/copy_snapshot_xsd.py Thu Mar 13 07:05:14 2008
@@ -29,7 +29,8 @@
srcfile= os.path.join(root,filename)
destfile = os.path.join(dest,'-'.join(list))
shutil.copyfile(srcfile,destfile)
- print 'copy %s to %s' %(srcfile, destfile);
+ # disable the output
+ # print 'copy %s to %s' %(srcfile, destfile);
def main():