2006-12-07 10:26:20 +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:
|
|
|
|
# Michael Scharf (Wind River) - initial API and implementation
|
|
|
|
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
|
|
|
###############################################################################
|
2006-12-07 02:40:58 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
2006-12-07 02:52:27 +00:00
|
|
|
plugin.xml,\
|
2006-12-07 11:07:43 +00:00
|
|
|
plugin.properties
|
|
|
|
src.includes = src/,\
|
|
|
|
build.properties
|