1############################################################################### 2# Copyright (c) 2000, 2014 IBM Corporation and others. 3# 4# 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# IBM Corporation - initial API and implementation 13############################################################################### 14source..=src/,\ 15 src_demo/ 16src.includes=schema/,about.html 17bin.includes = doc/,\ 18 plugin.xml,\ 19 preferences.ini,\ 20 .,\ 21 plugin.properties,\ 22 about.html,\ 23 about.ini,\ 24 about.mappings,\ 25 about.properties,\ 26 eclipse32.png,\ 27 META-INF/,\ 28 ant_tasks/helpbase-ant.jar 29 30jars.compile.order = .,\ 31 ant_tasks/helpbase-ant.jar 32source.ant_tasks/helpbase-ant.jar = src_ant/ 33jars.extra.classpath = platform:/plugin/org.apache.ant/lib/ant.jar 34javacWarnings..=-unchecked,raw 35