2005-06-20 20:52:53 +00:00
|
|
|
###############################################################################
|
2008-02-21 14:28:58 +00:00
|
|
|
# Copyright (c) 2005, 2008 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/
|
|
|
|
|
2008-02-21 14:28:58 +00:00
|
|
|
jre.compilation.profile=J2SE-1.5
|
|
|
|
javacSource=1.5
|
|
|
|
javacTarget=1.5
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = about.html
|