Skip to main content
summaryrefslogblamecommitdiffstats
blob: 938d9f76a78ac21d750afbef5181dc94437db026 (plain) (tree)
1
                                                                          





















                                                                       
# Copyright (c) 2008-2010, 2012 Eike Stepper (Berlin, Germany) 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:
#    Eike Stepper - initial API and implementation

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

generateSourceReferences = true

Back to the top