mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 06:55:23 +02:00

Hook back index and schema generation dropped by mistake. Change-Id: I6002ef68b6783a3b26c8cec242d9a415224df8e4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
30 lines
1 KiB
Properties
30 lines
1 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2005, 2011 IBM Corporation and others.
|
|
#
|
|
# This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
|
# which accompanies this distribution, and is available at
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
# Contributors:
|
|
# IBM Corporation - initial API and implementation
|
|
###############################################################################
|
|
bin.includes = META-INF/,\
|
|
reference/,\
|
|
guide/,\
|
|
book.css,\
|
|
about.html,\
|
|
schema.css,\
|
|
toc.xml,\
|
|
topics_Guide.xml,\
|
|
topics_Reference.xml,\
|
|
plugin.xml,\
|
|
plugin.properties,\
|
|
index/,\
|
|
notices.html
|
|
|
|
customBuildCallbacks = customBuildCallbacks.xml
|
|
src.includes = about.html
|
|
jars.extra.classpath = platform:/plugin/org.eclipse.cdt.core
|