Sha256: df297bb2a1d62f4a39314a1e826e904c06337aa739d3e089ae5e5c692eb1aa56

Contents?: true

Size: 1.85 KB

Versions: 41

Compression:

Stored size: 1.85 KB

Contents

# List of VCS information or subdirectories of autoproj/ in which to find
# package set definitions.
package_sets:
# Examples from the RubyInMotion package sets
#   - type: git
#     url: git://github.com/doudou/rubim.base.git
#   - type: git
#     url: git://github.com/doudou/rubim.orocos.git
#   - type: git
#     url: git://github.com/doudou/rubim.drivers.git

# The layout section specifies what to build, and where to build it (as a
# subdirectory of the root installation directory). In the example below, all
# the packages of the rubim.orocos package set will be built, in the tools/
# subdirectory: source in tools/typelib, tools/orocos/rtt, ... and installed
# files in build/tools/typelib, build/tools/orocos/rtt, ...
#
# layout:
#   - tools:
#     - rubim.orocos
#
# Single packages can also be selected instead of whole package sets. The
# package names are interpreted as a regular expression, so it is possible to
# do:
#
# layout:
#   - tools:
#     - typelib
#     - utilmm
#     - orocos/
#
# The first two match the typelib and utilmm packages, while the second one
# match all packages in which "orocos/" is found.
#
# Again, note that if a layout section is present, only the packages listed
# there will be built.

# Package exclusion: packages can be completely excluded from the build. This is
# an alternative way than using the layout, mainly useful if you want to enable
# all packages but a few ones. As with layout, the names are actually regular
# expressions.
#
# exclude_packages:
#   - orocos/

# Ignoring packages: same principle than package exclusion, but this time the
# packages are considered to be installed and up-to-date. This is useful if you
# want to use an already installed software package.
#
# For instance, let's assume the orocos/rtt is already installed on your
# machine. You would then simply do:
#
# ignored_packages:
#   - orocos/rtt
#

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
autoproj-1.7.0.rc1 samples/autoproj/manifest
autoproj-1.7.0.b3 samples/autoproj/manifest
autoproj-1.7.0.b2 samples/autoproj/manifest
autoproj-1.7.0.b1 samples/autoproj/manifest
autoproj-1.6.2 samples/autoproj/manifest
autoproj-1.6.2.rc9 samples/autoproj/manifest
autoproj-1.6.2.rc8 samples/autoproj/manifest
autoproj-1.6.2.rc7 samples/autoproj/manifest
autoproj-1.6.2.rc6 samples/autoproj/manifest
autoproj-1.6.2.rc5 samples/autoproj/manifest
autoproj-1.6.2.rc4 samples/autoproj/manifest
autoproj-1.6.2.rc3 samples/autoproj/manifest
autoproj-1.6.2.rc2 samples/autoproj/manifest
autoproj-1.6.1 samples/autoproj/manifest
autoproj-1.6.1.b1 samples/autoproj/manifest
autoproj-1.6.0 samples/autoproj/manifest
autoproj-1.6.0.rc6 samples/autoproj/manifest
autoproj-1.6.0.rc5 samples/autoproj/manifest
autoproj-1.6.0.rc4 samples/autoproj/manifest
autoproj-1.6.0.rc3 samples/autoproj/manifest