-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAnt.properties
More file actions
81 lines (40 loc) · 1000 Bytes
/
Ant.properties
File metadata and controls
81 lines (40 loc) · 1000 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Created by KKKindle
#
# ================== Application Manifest Properties ==========
#
app_name=KindleNote
app_manVersion=1.0
app_mainClass=main.KindleNote
app_title="KindleNote"
app_version=0.3.4
app_author=proDOOMman
#You need it only for signing external JARs
app_extName=KindleNote
#
# ================== Keystore Properties ======================
#
key_storePass=password
key_keyPass=password
key_keyAlias=test
key_keyStore=developer.keystore
key_validity=5300
#
# ================== Keystore Sign Properties =================
#
sgn_company=Unknown
sgn_orgunit=Unknown
sgn_org=Unknown
sgn_city=Unknown
sgn_state=Unknown
sgn_ccode=Unknown
#
# ================== Enviroment Properties ===================
#
env_sourceDir=src
env_classDir=bin
env_buildDir=build
env_keystoreDir=keystore
env_resourceDir=src/resources
env_libDir=../opt_3.4/
env_target=1.4
env_source=1.4