2005-06-20 20:52:53 +00:00
|
|
|
###############################################################################
|
2009-05-27 15:48:21 +00:00
|
|
|
# Copyright (c) 2005, 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:
|
2005-06-20 20:52:53 +00:00
|
|
|
# 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/
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = schema/,\
|
|
|
|
about.html
|
2006-01-18 18:16:35 +00:00
|
|
|
source.. = src/
|
|
|
|
|
2014-01-23 17:52:37 -08:00
|
|
|
jre.compilation.profile=JavaSE-1.7
|
|
|
|
javacSource=1.7
|
|
|
|
javacTarget=1.7
|