lib/buildr4osgi.rb in buildr4osgi-0.9.4 vs lib/buildr4osgi.rb in buildr4osgi-0.9.5

- old
+ new

@@ -13,10 +13,9 @@ # License for the specific language governing permissions and limitations under # the License. require 'buildr4osgi/osgi' require 'buildr4osgi/eclipse' -require 'buildr4osgi/compile' # Methods defined in Buildr4OSGi are both instance methods (e.g. when included in Project) # and class methods when invoked like Buildr4OSGi.project_library(SLF4J, "group", "foo", "1.0.0"). module Buildr4OSGi ; extend self ; end module OSGi ; extend self ; end