HomeSort by relevance Sort by last modified time
    Searched refs:antglob (Results 1 - 2 of 2) sorted by null

  /external/jsoncpp/devtools/
licenseupdater.py 56 from devtools import antglob
57 prune_dirs = antglob.prune_dirs + 'scons-local* ./build* ./libs ./dist'
59 cpp_sources = antglob.glob( source_dir,
  /external/jsoncpp/
makerelease.py 29 from devtools import antglob, fixeol, tarball
122 prune_dirs = antglob.prune_dirs + 'scons-local* ./build* ./libs ./dist'
123 win_sources = antglob.glob( dist_dir,
126 unix_sources = antglob.glob( dist_dir,
129 excludes = antglob.default_excludes + 'scons.py sconsign.py scons-*',
220 upload_paths = set( [os.path.basename(p) for p in antglob.glob( doc_dir )] )

Completed in 215 milliseconds