blob: 26647931012b1a230338ab0ac09feeafe384e68c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Gigatronik Ingolstadt GmbH
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Sebastian Dirsch - initial configuration
*******************************************************************************/
rootProject.name = 'org.eclipse.mdm.nucleus'
def includeIfExists(String projectPath) {
if (file(projectPath).exists()) {
includeBuild projectPath
}
}
includeIfExists '../org.eclipse.mdm.api.base'
includeIfExists '../org.eclipse.mdm.api.default'
includeIfExists '../org.eclipse.mdm.api.odsadapter'
include 'org.eclipse.mdm.application'
include 'org.eclipse.mdm.connector'
include 'org.eclipse.mdm.businessobjects'
include 'org.eclipse.mdm.filerelease'
include 'org.eclipse.mdm.property'
include 'org.eclipse.mdm.freetextindexer'
include 'org.eclipse.mdm.preferences'