You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
730 B
17 lines
730 B
############################################################################### |
|
# Copyright (c) 2018 IRT AESE (IRT Saint Exupéry). |
|
# All rights reserved. This program and the accompanying materials |
|
# are made available under the terms of the Eclipse Public License v2.0 |
|
# which accompanies this distribution, and is available at |
|
# https://www.eclipse.org/legal/epl-2.0 |
|
# |
|
# Contributors: |
|
# Arnaud Dieumegard (IRT Saint Exupéry) - initial API and implementation |
|
############################################################################### |
|
source.. = src/ |
|
output.. = bin/ |
|
bin.includes = META-INF/,\ |
|
.,\ |
|
description/,\ |
|
plugin.properties,\ |
|
plugin.xml
|
|
|