2006-10-06 13:46:15 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2001, 2006 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:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2006-04-10 20:02:23 +00:00
|
|
|
bin.includes = META-INF/,\
|
|
|
|
plugin.xml,\
|
|
|
|
about.html,\
|
2006-09-28 14:01:55 +00:00
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
|
|
|
about.properties,\
|
|
|
|
eclipse32.png,\
|
2006-04-10 20:02:23 +00:00
|
|
|
plugin.properties,\
|
2006-04-25 21:19:05 +00:00
|
|
|
.
|
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|