Menu

[r51]: / trunk / build.properties  Maximize  Restore  History

Download this file

40 lines (28 with data), 799 Bytes

 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
# Build configuratoin for DiffReport
#Project applicatoin name
app.name=DiffReport
app.unix.name=diffreport
app.version=1.0
#Build output locations
build=./build
classes.dir=${build}/classes
jar.dir=${build}/jar
tmp.dir=${build}/tmp
dist.dir=${build}/dist
#Application lib location
lib.dir=./lib
#Sources location
src.dir=./src
#The Main class that is used to run the application
Main-Class=diff.code.reader.TreeDiffReader
#SFInfo
sf.host=shell.sourceforge.net
sf.release=/home/frs/project/diffreport/release
sf.user=reflexdemon,${app.unix.name}
#Locatoin of configuration files
#Used by xml beans generator targets
config=./conf
tarang=${lib.dir}/trang.jar
generated=${src.dir}
conf.package=diff.code.xml.conf
pmd.package=diff.code.plugins.pmd.xml
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.