2005-06-23 13:51:53 +00:00
|
|
|
###############################################################################
|
2006-06-14 12:16:17 +00:00
|
|
|
# Copyright (c) 2005, 2006 IBM Corporation and others.
|
2005-06-23 13:51:53 +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
|
|
|
|
###############################################################################
|
2004-04-16 18:30:00 +00:00
|
|
|
bin.includes = about.html,\
|
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
|
|
|
about.properties,\
|
|
|
|
eclipse32.gif,\
|
|
|
|
plugin.xml,\
|
|
|
|
plugin.properties,\
|
2006-04-20 15:57:14 +00:00
|
|
|
src/**,\
|
|
|
|
META-INF/
|
2004-04-16 18:30:00 +00:00
|
|
|
src.includes = about.html,\
|
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
|
|
|
about.properties,\
|
|
|
|
eclipse32.gif,\
|
|
|
|
plugin.xml,\
|
|
|
|
plugin.properties
|
|
|
|
sourcePlugin=true
|