2004-06-24 15:56:06 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2003, 2004 IBM Corporation and others.
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
2005-06-20 20:52:53 +00:00
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
2004-06-24 15:56:06 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2005-06-20 20:52:53 +00:00
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
2004-06-24 15:56:06 +00:00
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2003-09-16 18:34:27 +00:00
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
plugin.properties,\
|
|
|
|
about.html,\
|
2006-01-18 18:16:35 +00:00
|
|
|
.,\
|
2005-11-15 21:33:43 +00:00
|
|
|
META-INF/
|
2004-05-24 17:18:38 +00:00
|
|
|
src.includes = schema/
|
2006-01-18 18:16:35 +00:00
|
|
|
source.. = src/
|
|
|
|
|