blob: b1ca5025a286231b122653f414669375751fa2de [file] [log] [blame]
# Copyright (c) 2006, 2018 IBM Corporation, CEA, and others.
# 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
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# IBM - initial API and implementation
# Kenn Hussey (CEA) - 351776
# Kenn Hussey - 535301
#
# NLS_MESSAGEFORMAT_VAR
bin.includes = *.html,\
plugin.*,\
.,\
ant_tasks/uml2.uml.ecore.importer.tasks.jar,\
META-INF/
src.includes = *.html,\
examples/
jars.compile.order = .,\
ant_tasks/uml2.uml.ecore.importer.tasks.jar
jars.extra.classpath = ./emf.ant.tasks.jar
source.. = src/
source.ant_tasks/uml2.uml.ecore.importer.tasks.jar = tasks/
output.. = bin/
output.ant_tasks/uml2.uml.ecore.importer.tasks.jar = bin.tasks/
exclude.. = **/doc-files/**
exclude.ant_tasks/. = **/doc-files/**
javacSource = 1.5
javacTarget = 1.5