forked from eclipse-efx/efxclipse-drift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
20 lines (17 loc) · 791 Bytes
/
settings.gradle
File metadata and controls
20 lines (17 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* ******************************************************************************
* Copyright (c) 2019, 2020 BestSolution.at and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at http://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christoph Caks <ccaks@bestsolution.at> - initial API and implementation
* ******************************************************************************/
rootProject.name = 'driftfx-root'
include 'org.eclipse.fx.drift.native'
include 'native-driftcpp'
include 'org.eclipse.fx.drift'
include 'org.eclipse.fx.drift.java8'
include 'org.eclipse.fx.drift.java11'