Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 310af6c0ef257c2ca0705cf3b47b8e8650c36aa2 (plain) (tree)


























                                                                       
# Copyright (c) 2013, 2017 Eike Stepper (Loehne, 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

# NLS_MESSAGEFORMAT_VAR

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

doc.project = org.eclipse.emf.cdo.doc

generateSourceReferences = true
               

Back to the top