Update of /cvsroot/cppunit/cppunit2/devtools
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22225/devtools
Modified Files:
syncwithjsoncpp.py
Log Message:
- synchronize with clean checkout instead of dev dir.
Index: syncwithjsoncpp.py
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/devtools/syncwithjsoncpp.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** syncwithjsoncpp.py 1 Sep 2006 19:31:32 -0000 1.2
--- syncwithjsoncpp.py 1 Sep 2006 19:46:10 -0000 1.3
***************
*** 16,20 ****
}
! jsoncpp_dir = '../../jsoncpp'
cppunit2_dir = '..'
--- 16,20 ----
}
! jsoncpp_dir = '../../jsoncpp.svn'
cppunit2_dir = '..'
***************
*** 28,32 ****
if os.path.isdir( source_dir ):
print 'Analysing', source_dir
! for ext in 'cpp h py'.split():
ext = '*.' + ext
source_files = glob.glob(os.path.join(source_dir, ext))
--- 28,32 ----
if os.path.isdir( source_dir ):
print 'Analysing', source_dir
! for ext in 'cpp h py inl'.split():
ext = '*.' + ext
source_files = glob.glob(os.path.join(source_dir, ext))
|