mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +02:00
22 lines
1 KiB
Properties
22 lines
1 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2001, 2007 IBM Corporation 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:
|
|
# IBM Corporation - initial API and implementation
|
|
# 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.
|
|
###############################################################################
|
|
bin.includes = META-INF/,\
|
|
plugin.xml,\
|
|
about.html,\
|
|
plugin.properties,\
|
|
.
|
|
source.. = src/
|
|
output.. = bin/
|
|
src.includes = about.html
|