2006-10-06 13:46:15 +00:00
|
|
|
###############################################################################
|
2007-06-05 11:36:59 +00:00
|
|
|
# Copyright (c) 2001, 2007 IBM Corporation and others.
|
2006-10-06 13:46:15 +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
|
2007-06-05 11:36:59 +00:00
|
|
|
#
|
2006-10-06 13:46:15 +00:00
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2006-04-10 21:11:07 +00:00
|
|
|
bin.includes = HelpContexts.xml,\
|
|
|
|
messageFile.dtd,\
|
|
|
|
plugin.properties,\
|
|
|
|
plugin.xml,\
|
|
|
|
systemmessages.xml,\
|
2006-04-25 21:19:05 +00:00
|
|
|
.,\
|
2006-04-10 21:11:07 +00:00
|
|
|
icons/,\
|
|
|
|
about.html,\
|
2007-04-27 15:15:45 +00:00
|
|
|
META-INF/
|
2006-04-25 21:19:05 +00:00
|
|
|
output.. = bin/
|
2007-03-30 12:10:11 +00:00
|
|
|
source.. = model/,\
|
2006-04-25 21:19:05 +00:00
|
|
|
subsystems/,\
|
|
|
|
UI/
|
2007-02-13 12:15:38 +00:00
|
|
|
|
|
|
|
javacSource=1.4
|
|
|
|
javacTarget=1.4
|
2007-04-27 15:15:45 +00:00
|
|
|
src.includes = about.html,\
|
|
|
|
schema/
|