2005-06-20 20:52:53 +00:00
|
|
|
###############################################################################
|
2010-06-02 19:48:27 +00:00
|
|
|
# Copyright (c) 2005, 2009 Texas Instruments Incorporated 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
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Texas Instruments - initial API and implementation
|
|
|
|
###############################################################################
|
2008-12-15 21:19:31 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
2005-05-20 03:22:26 +00:00
|
|
|
bin.includes = plugin.xml,\
|
2008-12-15 21:19:31 +00:00
|
|
|
.,\
|
2005-11-15 21:33:43 +00:00
|
|
|
about.html,\
|
|
|
|
META-INF/
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = about.html
|