forked from myui/hivemall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
39 lines (30 loc) · 1015 Bytes
/
build.properties
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
######################################
# Project property file for Hivemall #
######################################
version=0.1
lib.dir=lib/
src.dir=src/main
test.dir=src/test
target.dir=target
build.dir=${target.dir}/classes
test.build.dir=${target.dir}/test-classes
test.result.dir=${target.dir}/test-results
## javac: --------------------------------------------
javac.source=1.6
javac.target=1.6
javac.debug=on
javac.debuglevel=lines,source,vars
#bootclasspath=/jre/lib/rt.jar
## jar: --------------------------------------------
jar.title=Hivemall
jar.vendor=AIST, Japan.
## javadoc: --------------------------------------------
javadoc.dstdir=${target.dir}/docs/api
javadoc.title=Hivemall API
javadoc.bottom=Copyright (C) 2013 National Institute of Advanced Industrial Science and Technology (AIST). All rights reserved.
javadoc.linksource=true
javadoc.docencoding=UTF-8
javadoc.locale=en_US
javadoc.link=http://docs.oracle.com/javase/6/docs/api/
javadoc.private=false
#javadoc.excludepackagenames=