2006-10-06 13:46:15 +00:00
|
|
|
###############################################################################
|
2007-04-11 19:27:10 +00:00
|
|
|
# Copyright (c) 2001, 2007 IBM Corporation and others.
|
2006-10-06 13:46:15 +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:
|
|
|
|
# IBM Corporation - initial API and implementation
|
2007-04-11 19:27:10 +00:00
|
|
|
# Martin Oberhuber (Wind River) - [181917] EFS Improvements: Avoid unclosed Streams,
|
|
|
|
# - Fix early startup issues by deferring FileStore evaluation and classloading,
|
|
|
|
# - Improve performance by RSEFileStore instance factory and caching IRemoteFile.
|
|
|
|
# - Also remove unnecessary class RSEFileCache and obsolete branding files.
|
2006-10-06 13:46:15 +00:00
|
|
|
###############################################################################
|
2006-04-10 20:02:23 +00:00
|
|
|
bin.includes = META-INF/,\
|
|
|
|
plugin.xml,\
|
|
|
|
about.html,\
|
|
|
|
plugin.properties,\
|
2006-04-25 21:19:05 +00:00
|
|
|
.
|
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
2007-04-27 15:15:45 +00:00
|
|
|
src.includes = about.html
|