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








                           
                                  
                                    

                              


                                 








                               
                         

                                                




                                           

# <copyright>
# </copyright>
#
# $Id$

bin.includes = .,\
               model/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               CDO AllTests.launch,\
               copyright.txt,\
               about.html,\
               about.ini,\
               about.mappings,\
               about.properties,\
               defs/,\
               ecore/,\
               license.html,\
               epl-v10.html,\
               model1.ecore,\
               modeling32.png,\
               model2.ecore,\
               test.xml,\
               uml2/,\
               My.ecore,\
               .options,\
               CDO AllTests (All Configs).launch
jars.compile.order = .
source.. = src/,\
			           model/,\
           net4j/
output.. = bin/

Back to the top