2006-09-27 18:18:23 +00:00
|
|
|
###############################################################################
|
2007-06-05 11:16:14 +00:00
|
|
|
# Copyright (c) 2006, 2007 IBM Corporation and others.
|
2006-09-27 18:18:23 +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
|
2007-06-05 11:16:14 +00:00
|
|
|
#
|
2006-09-27 18:18:23 +00:00
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2006-09-20 22:05:39 +00:00
|
|
|
bin.includes = META-INF/,\
|
|
|
|
plugin.xml,\
|
|
|
|
plugin.properties,\
|
|
|
|
toc.xml,\
|
|
|
|
html/,\
|
|
|
|
icons/,\
|
2007-04-03 08:13:12 +00:00
|
|
|
.,\
|
|
|
|
about.html
|
2006-09-20 22:05:39 +00:00
|
|
|
jars.compile.order = .
|
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
2007-04-27 15:15:45 +00:00
|
|
|
src.includes = about.html,\
|
|
|
|
schema/
|