Eike Stepper | 526748b | 2020-08-03 12:28:53 +0200 | [diff] [blame^] | 1 | # Copyright (c) 2013 CEA LIST. |
| 2 | # |
| 3 | # |
| 4 | # All rights reserved. This program and the accompanying materials |
| 5 | # are made available under the terms of the Eclipse Public License 2.0 |
| 6 | # which accompanies this distribution, and is available at |
| 7 | # https://www.eclipse.org/legal/epl-2.0/ |
| 8 | # |
| 9 | # SPDX-License-Identifier: EPL-2.0 |
| 10 | # |
| 11 | # Contributors: |
| 12 | # Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation |
| 13 | |
| 14 | bin.includes = .,\ |
| 15 | model/,\ |
| 16 | META-INF/,\ |
| 17 | plugin.xml,\ |
| 18 | plugin.properties,\ |
| 19 | about.html |
| 20 | jars.compile.order = . |
| 21 | source.. = src/ |
| 22 | output.. = bin/ |
| 23 | src.includes = about.html |