Sha256: e189a751cb9c0ff74045afb084faaffb79b6a182d25fd20d1af7d367cdde615a
Contents?: true
Size: 405 Bytes
Versions: 201
Compression:
Stored size: 405 Bytes
Contents
# This file tells autoproj which packages are made available by the package set, # and also allows to customize the configuration of the packages themselves # # See http://rock-robotics.org/documentation/autoproj/advanced/autobuild.html <%= new_packages.map do |pkg| declname = pkg.autobuild.class.name.gsub(/.*::/, '').downcase "#{declname}_package \"#{pkg.autobuild.name}\"" end.join("\n") %>
Version data entries
201 entries across 201 versions & 1 rubygems