Module: OSGi::BundleProjects
- Included in:
- Buildr4OSGi
- Defined in:
- lib/buildr4osgi/osgi/packaging.rb
Overview
:nodoc
Class Method Summary collapse
-
.bundle_projects ⇒ Object
Returns the projects that define an OSGi bundle packaging.
Class Method Details
.bundle_projects ⇒ Object
Returns the projects that define an OSGi bundle packaging.
309 310 311 312 313 314 |
# File 'lib/buildr4osgi/osgi/packaging.rb', line 309 def bundle_projects Buildr.projects.flatten.select {|project| project.send :is_packaging_osgi_bundle } end |