2005-06-20 20:52:53 +00:00
|
|
|
###############################################################################
|
2006-06-14 12:16:17 +00:00
|
|
|
# Copyright (c) 2005, 2006 IBM Corporation and others.
|
2005-06-20 20:52: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
|
|
|
|
###############################################################################
|
2003-09-16 18:34:27 +00:00
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
plugin.properties,\
|
|
|
|
about.html,\
|
2003-11-25 18:24:55 +00:00
|
|
|
icons/,\
|
2006-01-18 18:16:35 +00:00
|
|
|
.,\
|
2005-11-15 21:33:43 +00:00
|
|
|
META-INF/
|
2005-05-20 03:16:13 +00:00
|
|
|
src.includes = schema/
|
2006-01-18 18:16:35 +00:00
|
|
|
source.. = src/
|
|
|
|
|