Sha256: fd407af5037552a2d682af6c8c7f54005f135aff938836431355faeb064913ac
Contents?: true
Size: 351 Bytes
Versions: 5
Compression:
Stored size: 351 Bytes
Contents
puts 'Generating ctags file...' # system("ctags -R --exclude='.ref/**,output/**' #{ORIGEN_WORK} #{ORIGEN_TOP}/lib") Origen.load_application if Origen.top == Origen.root system("ctags -R #{Origen.top}/lib -f #{Origen.root}/tags") else system("ctags -R #{Origen.top}/lib #{Origen.root}/lib -f #{Origen.root}/tags") end puts 'Completed successfully'
Version data entries
5 entries across 5 versions & 1 rubygems