blob: 6befd37f9c23011138e4ae13b91c1d213de0f11b [file] [log] [blame]
###############################################################################
# Copyright (c) 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes = \
.options,\
plugin.properties,\
plugin.xml,\
*.jar,\
about.html, eclipse.properties
src.includes=about.html
jars.compile.order = osgi.jar, core.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar, console.jar
source.osgi.jar = osgi/src
source.core.jar = core/adaptor/, core/framework/
source.defaultAdaptor.jar = defaultAdaptor/src/
source.eclipseAdaptor.jar = eclipseAdaptor/src/
source.console.jar = console/src/
source.resolver.jar = resolver/src/