2010-06-02 20:38:34 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2010 Freescale Semiconductor and others.
|
|
|
|
# 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:
|
|
|
|
# Freescale Semiconductor - initial API and implementation
|
|
|
|
###############################################################################
|
2010-04-08 18:12:09 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
|
|
|
plugin.xml,\
|
2010-06-14 17:52:00 +00:00
|
|
|
plugin.properties,\
|
|
|
|
about.html
|
2010-06-14 20:34:48 +00:00
|
|
|
src.includes = about.html
|