2004-06-24 19:55:36 +00:00
|
|
|
###############################################################################
|
2010-06-02 20:16:00 +00:00
|
|
|
# Copyright (c) 2003, 2010 QNX Software Systems and others.
|
2004-06-24 19:55:36 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
2005-06-23 16:01:26 +00:00
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
2004-06-24 19:55:36 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2005-06-23 16:01:26 +00:00
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
2004-06-24 19:55:36 +00:00
|
|
|
# Contributors:
|
|
|
|
# QNX Software Systems - initial API and implementation
|
|
|
|
###############################################################################
|
|
|
|
|
2003-08-13 19:15:45 +00:00
|
|
|
bin.includes = plugin.xml,\
|
2006-01-18 18:16:35 +00:00
|
|
|
about.html,\
|
2003-09-17 13:15:14 +00:00
|
|
|
plugin.properties,\
|
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/,\
|
2010-02-08 04:25:00 +00:00
|
|
|
about.html
|
2006-01-18 18:16:35 +00:00
|
|
|
|
|
|
|
source.. = src/
|
2008-02-01 08:54:58 +00:00
|
|
|
|
2014-01-23 17:52:37 -08:00
|
|
|
jre.compilation.profile=JavaSE-1.7
|
|
|
|
javacSource=1.7
|
|
|
|
javacTarget=1.7
|