# Copyright (c) 2018 CEA LIST. | |
# All rights reserved. | |
# This code is the property of CEA LIST, this use is subject to specific | |
# agreement with the CEA LIST. | |
# Contributors: | |
# CEA LIST - initial API and implementation | |
# | |
bin.includes = .,\ | |
META-INF/,\ | |
plugin.xml,\ | |
plugin.properties,\ | |
profile/,\ | |
icons/,\ | |
about.html | |
jars.compile.order = . | |
source.. = src-gen/,\ | |
src-api | |
output.. = bin/ | |
src.includes = about.html |