2008-06-11 15:50:53 +00:00
|
|
|
###############################################################################
|
2009-05-27 15:48:21 +00:00
|
|
|
# Copyright (c) 2007, 2009 IBM Corporation and others.
|
|
|
|
# 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:
|
2008-06-11 15:50:53 +00:00
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2007-04-27 02:19:35 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
2007-06-07 14:22:47 +00:00
|
|
|
.,\
|
|
|
|
plugin.properties,\
|
|
|
|
plugin.xml,\
|
2007-06-18 14:04:11 +00:00
|
|
|
about.html,\
|
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
|
|
|
about.properties,\
|
|
|
|
eclipse32.gif
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = about.html
|