2006-12-04 14:10:41 +00:00
|
|
|
################################################################################
|
|
|
|
# Copyright (c) 2006 Wind River Systems, Inc. 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:
|
|
|
|
# Wind River Systems, Inc. - initial API and implementation
|
|
|
|
# Ted Williams (Wind River) - refactored into org.eclipse.tm.terminal
|
|
|
|
# Michael Scharf (Wind River) - separated into core, serial and view plugins
|
2006-12-04 14:52:19 +00:00
|
|
|
# Martin Oberhuber (Wind River) - fix copyrights, legal docs, missing files
|
2006-12-04 14:10:41 +00:00
|
|
|
################################################################################
|
2006-12-01 03:08:19 +00:00
|
|
|
bin.includes = .,\
|
|
|
|
src/,\
|
|
|
|
META-INF/,\
|
|
|
|
plugin.xml,\
|
|
|
|
.classpath,\
|
|
|
|
.project,\
|
|
|
|
build.properties,\
|
|
|
|
plugin.properties,\
|
|
|
|
schema/,\
|
2006-12-04 14:52:19 +00:00
|
|
|
.settings/,\
|
|
|
|
.options
|
2006-12-01 03:08:19 +00:00
|
|
|
|
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
|