mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

- Migrate all getting_started from html to adoc - Document (in README.md) notes on migrating html to adoc - Reorganize generation of adoc slightly so that - all directories can be generates at once - output suffix changed to htm so that migrated files exist at the same URL on help.eclipse.org - Add generation to the cleanliness checks to ensure that the html matches adoc - Manage the adoc headers with a script as that is a large section of copy-pasted code on each adoc file (see README + adoc-headers.txt) - Move maven version info to pluginManagement (consistency with other maven plug-ins) - New profile "asciidoc-auto-refresh" which will auto build the files as edited. Prerequisite of #992
47 lines
1.5 KiB
Properties
47 lines
1.5 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2000, 2024 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
|
|
###############################################################################
|
|
|
|
customBuildCallbacks=customBuildCallbacks.xml
|
|
|
|
bin.includes = about.html,\
|
|
concepts/,\
|
|
contexts_CDT.xml,\
|
|
contexts_CDT_DEBUGGER.xml,\
|
|
contexts_CDT_DEBUGGER_MI.xml,\
|
|
contexts_CDT_LAUNCH.xml,\
|
|
contexts_CDT_make.xml,\
|
|
getting_started/,\
|
|
help.css,\
|
|
helpadoc.css,\
|
|
font-awesome/,\
|
|
images/,\
|
|
plugin.properties,\
|
|
plugin.xml,\
|
|
reference/,\
|
|
tasks/,\
|
|
toc.xml,\
|
|
topics_Concepts.xml,\
|
|
topics_Getting_Started.xml,\
|
|
topics_Reference.xml,\
|
|
topics_Tasks.xml,\
|
|
META-INF/,\
|
|
cheatsheets/,\
|
|
intro/,\
|
|
notices.html,\
|
|
book.css,\
|
|
index*/
|
|
|
|
bin.excludes = build.properties,\
|
|
customBuildCallbacks.xml
|
|
src.includes = about.html
|