Sha256: 39014afca4c3b54216472c1175de63bcba96984967d40cfc8d072d1f0d8cd13f

Contents?: true

Size: 995 Bytes

Versions: 4

Compression:

Stored size: 995 Bytes

Contents

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with this
# work for additional information regarding copyright ownership.  The ASF
# licenses this file to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#    http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
# License for the specific language governing permissions and limitations under
# the License.

define "whole" do 
  define 'sub' do 
    define 'C' do 
      compile.with project('sub:B') 
    end 
     
    define 'A' do 
    end 

    define 'B' do 
      compile.with project('sub:A') 
    end 
  end 
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildr-gemjar-1.1.0 vendor/buildr/tests/BUILDR-320/Buildfile
buildr-gemjar-1.0.2 vendor/buildr/tests/BUILDR-320/Buildfile
buildr-gemjar-1.0.1 vendor/buildr/tests/BUILDR-320/Buildfile
buildr-gemjar-1.0.0 vendor/buildr/tests/BUILDR-320/Buildfile