Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 84bc79edbaf6000ddacf6994d6c64c3bf5acf3c8 (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,\
               HSQLDBHorizontalTest.java,\
               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
jars.compile.order = .
source.. = src/,\
			           model/,\
           net4j/
output.. = bin/

Back to the top