en.ruby-tools.3.0.2.source-code.requireRUNTIME.rb.vm Maven / Gradle / Ivy
#if( $jarfile )
require File.dirname(__FILE__) + '/$jarfile'
#end
CHILD_EXCLUSIONS = [] unless defined? CHILD_EXCLUSIONS
THIS_EXCLUSIONS = [] unless defined? THIS_EXCLUSIONS
THIS_EXCLUSIONS.replace(CHILD_EXCLUSIONS)
#foreach( $dep in $dependencies )
CHILD_EXCLUSIONS.replace([$dep.Exclusions])
require 'maven/$dep.Name' unless THIS_EXCLUSIONS.member?('$dep.Name')
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy