2006-10-06 13:46:15 +00:00
|
|
|
###############################################################################
|
2012-05-24 15:11:47 +00:00
|
|
|
# Copyright (c) 2001, 2012 IBM Corporation and others.
|
2009-05-14 07:09:28 +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
|
2006-10-06 13:46:15 +00:00
|
|
|
#
|
2009-05-14 07:09:28 +00:00
|
|
|
# Contributors:
|
2006-10-06 13:46:15 +00:00
|
|
|
# IBM Corporation - initial API and implementation
|
2009-05-14 07:09:28 +00:00
|
|
|
# Martin Oberhuber (Wind River) - [186525] Move keystoreProviders to core
|
2006-10-06 13:46:15 +00:00
|
|
|
###############################################################################
|
2006-04-12 16:47:19 +00:00
|
|
|
bin.includes = META-INF/,\
|
2006-04-21 20:33:23 +00:00
|
|
|
plugin.xml,\
|
|
|
|
plugin.properties,\
|
|
|
|
about.properties,\
|
|
|
|
about.html,\
|
2006-04-25 21:19:05 +00:00
|
|
|
.,\
|
2006-05-01 22:53:53 +00:00
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
2011-01-03 23:21:33 +00:00
|
|
|
tm32.png,\
|
2007-05-11 21:12:17 +00:00
|
|
|
icons/
|
2007-03-30 19:33:50 +00:00
|
|
|
source.. = src/
|
2006-04-25 21:19:05 +00:00
|
|
|
output.. = bin/
|
2006-12-13 12:09:29 +00:00
|
|
|
|
|
|
|
javacSource=1.4
|
|
|
|
javacTarget=1.4
|
2007-04-27 15:15:45 +00:00
|
|
|
src.includes = about.html,\
|
2009-02-10 22:38:46 +00:00
|
|
|
schema/,\
|
|
|
|
.settings/,\
|
|
|
|
build.properties
|
2012-03-21 17:38:03 +00:00
|
|
|
#FIXME#breaks hudson nightlies# javacDefaultEncoding.. = ISO-8859-1
|
|
|
|
#FIXME#breaks hudson nightlies# javacErrors.. = -assertIdentifier
|