Skip to main content
summaryrefslogblamecommitdiffstats
blob: b215f14aade22a91283b8c6cfd4bef6b441ea768 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                               

 
                  
                       
                          
                           


                                  
                      
                         

                                    
                         
###############################################################################
# Copyright (c) 2015 Willink Transformations 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:
#     E.D.Willink - initial API and implementation
###############################################################################
#

bin.includes = .,\
               model/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               build.properties,\
               about.html
jars.compile.order = .
source.. = src/, emf-gen/
output.. = bin/
jre.compilation.profile = JavaSE-1.7
src.includes = about.html

Back to the top