Module: OSGi::BundleProjects

Included in:
Buildr4OSGi
Defined in:
lib/buildr4osgi/osgi/packaging.rb

Overview

:nodoc

Class Method Summary collapse

Class Method Details

.bundle_projectsObject

Returns the projects that define an OSGi bundle packaging.



183
184
185
186
187
188
# File 'lib/buildr4osgi/osgi/packaging.rb', line 183

def bundle_projects
  
  Buildr.projects.flatten.select {|project|
    project.send :is_packaging_osgi_bundle
  }
end