File: work.dirs.properties

package info (click to toggle)
emma-coverage 2.0.5312%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,000 kB
  • ctags: 3,667
  • sloc: java: 23,109; xml: 414; makefile: 22
file content (52 lines) | stat: -rw-r--r-- 2,117 bytes parent folder | download | duplicates (3)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# -----------------------------------------------------------------------------
# misc aliases:

classes:                                        classes
files:                                          files
srcgen:                                         srcgen

# -----------------------------------------------------------------------------
# ---- root locations created by the build:

# root dir of all build output:
out.dir:                                        ${basedir}/out

# distribution dir:
dist.dir:                                       ${basedir}/dist

# distribution dir:
release.dir:                                    ${basedir}/release

# directory for scratch files:
temp.dir:                                       ${out.dir}/temp

# -----------------------------------------------------------------------------
# ---- module-specific locations created by the build:

# -----------------------------------------------------------------------------
# core module:

core.classes.out.dir:                           ${out.dir}/${core}/${classes}
core.srcgen.out.dir:                            ${out.dir}/${core}/${srcgen}
core.res.out.dir:                               ${out.dir}/${core}/${res}

# -----------------------------------------------------------------------------
# ant module:

ant.classes.out.dir:                            ${out.dir}/${ant}/${classes}
ant.srcgen.out.dir:                             ${out.dir}/${ant}/${srcgen}

# -----------------------------------------------------------------------------
# tools module:

tools.classes.out.dir:                          ${out.dir}/${tools}/${classes}
tools.srcgen.out.dir:                           ${out.dir}/${tools}/${srcgen}

# -----------------------------------------------------------------------------
# test module:

test.classes.out.dir:                           ${out.dir}/${test}/${classes}
test.srcgen.out.dir:                            ${out.dir}/${test}/${srcgen}

# -----------------------------------------------------------------------------
# end of file