Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 46a580a1ad1fe0dc31d196c1e7d49736d4eaee39 (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
#

bin.includes = .,\
               model/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               about.html,\
               bin/,\
               test/models/model1.notation
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = .classpath,\
               .project,\
               META-INF/,\
               about.html,\
               build.properties,\
               model/,\
               plugin.properties,\
               plugin.xml,\
               src/,\
               test/

Back to the top