2005-06-27 03:46:51 +00:00
|
|
|
###############################################################################
|
2007-06-14 18:51:35 +00:00
|
|
|
# Copyright (c) 2005, 2007 IBM Corporation and others.
|
2005-06-27 03:46:51 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2005-11-21 16:27:25 +00:00
|
|
|
bin.includes = META-INF/,\
|
|
|
|
reference/,\
|
|
|
|
guide/,\
|
|
|
|
book.css,\
|
|
|
|
about.html,\
|
|
|
|
schema.css,\
|
|
|
|
toc.xml,\
|
|
|
|
topics_Guide.xml,\
|
|
|
|
topics_Reference.xml,\
|
|
|
|
plugin.xml,\
|
2006-10-11 12:28:54 +00:00
|
|
|
plugin.properties,\
|
2005-11-21 16:27:25 +00:00
|
|
|
notices.html
|
2007-06-11 18:59:08 +00:00
|
|
|
|
|
|
|
customBuildCallbacks = customBuildCallbacks.xml
|