Class: OSGi::RootResourcesTask

Inherits:
Buildr::ResourcesTask
  • Object
show all
Defined in:
lib/buildr4osgi/osgi/packaging.rb

Overview

A copy/paste of the ResourcesTask specifically modified for the job of including resources located at the root of the project.

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ RootResourcesTask

:nodoc:



213
214
215
216
217
# File 'lib/buildr4osgi/osgi/packaging.rb', line 213

def initialize(*args) #:nodoc:
  super
  @filter = RootFilter.new
  @filter.using Buildr.settings.profile['filter'] if Hash === Buildr.settings.profile['filter']
end