-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
65 lines (65 loc) · 1.76 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
############
# metadata #
############
author=ViFE, Benjamin W. Bohl
title=Edirom Edition Master
title.short=edirom-edition-master
title.sub=A sample edirom online edition packaging set
semver=0.1.0
semver.status=alpha
license=GPL-3-only
copyright=true
publication.date=
website=${uri.scheme}:${uri.authority}${uri.path}${uri.query}${uri.fragment}
###############
# website url #
###############
uri.scheme=https
uri.authority=//${uri.authority.userinfo}${uri.authority.host}${uri.authority.port}
uri.authority.userinfo=
uri.authority.host=${uri.authority.subdomain}edirom.de
uri.authority.port=
uri.authority.subdomain=www.
uri.path=/xars/${title.short}
# uri.query has to start with \u203a?\u2039
uri.query=
# uri.fragement \u203ais\u2039 # followed by fragment identifier
uri.fragment=
##############
# expath-pkg #
##############
pkg.name=${website}
pkg.abbrev=${title.short}
pkg.version=${semver}-${semver.status}
pkg.title=${title}
pkg.home=${website}
###################
# repo-descriptor #
###################
repo.description=${title}.${title.sub}.
repo.author=${author}
repo.website=${pkg.name}
repo.status=${semver.status}
repo.license=${license}
repo.copyright=${copyright}
repo.type=library
# please close repo.targe.pefix with \u203a/\u2039
repo.target.prefix=
repo.target=${repo.target.prefix}/${title.short}
repo.prepare=pre-install.xql
repo.finish=
repo.permissions.user=edirom
repo.permissions.group=dba
repo.permissions.mode=0775
#################
# build-process #
#################
# the location of the edition data
uri.edition=edirom-edition-master
dir.build=build
dir.dist=dist
#################
# Edirom Online #
#################
xmldb.prefix=xmldb:exist:///
edirom.prefs.edition_path=${xmldb.prefix}${repo.target}