Sha256: 8cf8cb1efb9e55551126f6bf3a46edd8de4360df1a77dcf36eaf3c24579abad3

Contents?: true

Size: 1.71 KB

Versions: 246

Compression:

Stored size: 1.71 KB

Contents

# List of VCS information or subdirectories of autoproj/ in which to find
# package set definitions.
package_sets:
# Examples from the Rock package set
#   - type: git
#     url: git://gitorious.com/rock/package_set.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:
#   - rock:
#     - rock.toolchain
#
# 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

246 entries across 246 versions & 1 rubygems

Version Path
autoproj-2.0.3 samples/autoproj/manifest
autoproj-2.0.2 samples/autoproj/manifest
autoproj-2.0.1 samples/autoproj/manifest
autoproj-2.0.0 samples/autoproj/manifest
autoproj-2.0.0.rc42 samples/autoproj/manifest
autoproj-2.0.0.rc41 samples/autoproj/manifest
autoproj-2.0.0.rc40 samples/autoproj/manifest
autoproj-1.13.7 samples/autoproj/manifest
autoproj-2.0.0.rc39 samples/autoproj/manifest
autoproj-2.0.0.rc38 samples/autoproj/manifest
autoproj-1.13.6 samples/autoproj/manifest
autoproj-2.0.0.rc37 samples/autoproj/manifest
autoproj-2.0.0.rc36 samples/autoproj/manifest
autoproj-2.0.0.rc35 samples/autoproj/manifest
autoproj-2.0.0.rc34 samples/autoproj/manifest
autoproj-2.0.0.rc33 samples/autoproj/manifest
autoproj-2.0.0.rc32 samples/autoproj/manifest
autoproj-2.0.0.rc31 samples/autoproj/manifest
autoproj-2.0.0.rc30 samples/autoproj/manifest
autoproj-2.0.0.rc29 samples/autoproj/manifest