forked from tdproject/TDProject_Channel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.default.properties
48 lines (40 loc) · 2.07 KB
/
build.default.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
#--------------------------------------------------------------------------------
# TDProject_Channel Build Default Properties
#
# @copyright Copyright (c) 2010 <[email protected]> - TechDivision GmbH
# @license http://opensource.org/licenses/osl-3.0.php
# Open Software License (OSL 3.0)
# @author TechDivision GmbH - Core Team <[email protected]>
#--------------------------------------------------------------------------------
# ---- Default Operating System -------------------------------------------------
os.family = linux
# ---- Github Settings ----------------------------------------------------------
github.url = https://github.com/tdproject/${ant.project.name}.git
# ---- Module Release Settings --------------------------------------------------
release.version = 0.1.51
release.stability = beta
# ---- Module Api Settings ------------------------------------------------------
api.version = 0.1.0
api.stability = beta
# ---- PEAR Channel Settings ----------------------------------------------------
pear.channel = pear.appserver.io/tdproject
pear.api.hash = your_md5_hash_here
# ---- MySql Database Settings --------------------------------------------------
mysql.bin = ${bin.dir}/mysql
mysql.host = localhost
mysql.socket = /tmp/mysql.sock
mysql.username = tdproject
mysql.password = tdproject
mysql.database = tdproject_${ant.project.name}
# ---- TDProject Release Settings --------------------------------------------------
tdproject.version = 1.0.9
# ---- Instance Settings --------------------------------------------------------
instance.base.dir = tdproject
instance.base.url = tdproject.local/tdproject
instance.base.dir.tmp = ${instance.base.dir}/tmp
instance.download.file = tdproject-${tdproject.version}.tar.gz
instance.download.url = http://pear.appserver.io/data/TDProject/Media
instance.upload.url = http://pear.appserver.io/data/TDProject/Media
instance.url = ${instance.base.url}/tdproject-${tdproject.version}/${ant.project.name}
instance.dir = ${instance.base.dir}/tdproject-${tdproject.version}/${ant.project.name}
install.dir = ${instance.dir}