blob: 0c9e592280949e9146dda6a39491cecb8c0b9783 [file] [log] [blame]
/*
* 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.
*/
rootProject.name = 'iceberg'
include 'api'
include 'common'
include 'core'
include 'data'
include 'mr'
include 'orc'
include 'parquet'
include 'spark'
include 'arrow'
include 'spark-runtime'
include 'pig'
include 'hive'
project(':api').name = 'iceberg-api'
project(':common').name = 'iceberg-common'
project(':core').name = 'iceberg-core'
project(':data').name = 'iceberg-data'
project(':mr').name = 'iceberg-mr'
project(':orc').name = 'iceberg-orc'
project(':arrow').name = 'iceberg-arrow'
project(':parquet').name = 'iceberg-parquet'
project(':spark').name = 'iceberg-spark'
project(':spark-runtime').name = 'iceberg-spark-runtime'
project(':pig').name = 'iceberg-pig'
project(':hive').name = 'iceberg-hive'