2009-06-16 21:36:53 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2009 Wind River Systems 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 - initial API and implementation
|
|
|
|
###############################################################################
|
2006-11-01 21:53:48 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
2009-01-08 21:08:05 +00:00
|
|
|
.,\
|
2007-05-30 21:36:14 +00:00
|
|
|
plugin.xml,\
|
2007-05-31 22:01:16 +00:00
|
|
|
about.html,\
|
2009-01-08 21:08:05 +00:00
|
|
|
plugin.properties
|