This repository was archived by the owner on Aug 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbuild.properties
More file actions
58 lines (45 loc) · 2.18 KB
/
Copy pathbuild.properties
File metadata and controls
58 lines (45 loc) · 2.18 KB
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
#--------------------------------------------------
# Script meta information.
#--------------------------------------------------
script.id.number.release = 4369
script.id.number.test = 5953
script.id.name = IkariamEnhancedUI
script.name = Ikariam Enhanced UI
script.namespace = Tobbe
script.author.name = Tobbe
script.author.email = ikascripts@tobbexiv.de
script.license = MIT License
script.link.greasyFork = https://greasyfork.org/scripts/4369-ikariam-enhanced-ui
script.link.github = https://github.com/IkaScripts/IkariamEnhancedUI
script.description.default = Enhancements for the user interface of Ikariam.
script.description.de = Verbesserungen der Oberfläche von Ikariam.
script.translations.available = de,el,en,fr,it,lv,ru,tr
#--------------------------------------------------
# Script version patterns
#--------------------------------------------------
script.version.release.feature = ${version.major}.${version.minor}
script.version.release.patch = ${version.major}.${version.minor}.${version.patch}
script.version.release.correction = ${version.major}.${version.minor}.${version.patch}.${version.correction}
script.version.test = ${version.major}.${version.minor}.${version.patch}.${version.correction}.${build.number}
#--------------------------------------------------
# Script level name additions
#--------------------------------------------------
script.level.release =
script.level.test = \u0020Test
#--------------------------------------------------
# Script resources / requires
#--------------------------------------------------
require.ikariamCore.release = https://greasyfork.org/scripts/5574-ikariam-core/code/Ikariam%20Core.js?version=669395
#--------------------------------------------------
# Directory configuration.
#--------------------------------------------------
# Source folders
dir.source = ${basedir}/source
dir.source.localization = ${dir.source}/l10n
dir.source.script = ${dir.source}/script
dir.source.script.resource = ${dir.source.script}/resources
# Destination folders
dir.release = ${basedir}/release
dir.release.localization = ${dir.release}/l10n
dir.build = ${basedir}/test
dir.build.localization = ${dir.build}/l10n