Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 93ddf1567b4e3e202699b006ed3656a87a7fd71d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

# <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
jars.compile.order = .
source.. = src/,\
			           model/,\
           net4j/
output.. = bin/

Back to the top