2005-06-20 20:52:53 +00:00
|
|
|
###############################################################################
|
2010-06-02 19:48:27 +00:00
|
|
|
# Copyright (c) 2005, 2009 Texas Instruments Inc. and others.
|
2005-06-20 20:52:53 +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-06-23 17:27:03 +00:00
|
|
|
#
|
2005-06-20 20:52:53 +00:00
|
|
|
# Contributors:
|
|
|
|
# Texas Instruments Inc. - initial API and implementation
|
|
|
|
###############################################################################
|
2005-05-16 20:48:15 +00:00
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
plugin.properties,\
|
2005-11-15 21:33:43 +00:00
|
|
|
about.html,\
|
2006-01-18 18:16:35 +00:00
|
|
|
.,\
|
2007-04-30 13:48:34 +00:00
|
|
|
META-INF/,\
|
|
|
|
templates/
|
2006-01-18 18:16:35 +00:00
|
|
|
source.. = src/
|
|
|
|
|
2011-10-17 20:57:43 -07:00
|
|
|
jre.compilation.profile=JavaSE-1.6
|
|
|
|
javacSource=1.6
|
|
|
|
javacTarget=1.6
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = about.html
|