Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a14ff6f6923ff7a25fdea27c2bc199a0b85ac588 (plain) (tree)

























                                                                               

                         
###############################################################################
# <copyright>
#
# Copyright (c) 2005, 2010 SAP AG.
# 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:
#    SAP AG - initial API, implementation and documentation
#
# </copyright>
#
###############################################################################

bin.includes = .,\
               META-INF/,\
               plugin.properties,\
               plugin.xml,\
               schema/,\
               icons/,\
               about.html
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = schema/,\
               about.html

Back to the top