-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.default.properties
34 lines (28 loc) · 1.33 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
#--------------------------------------------------------------------------------
# PEAR_Command 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.3.12
release.stability = beta
# ---- Module Api Settings ------------------------------------------------------
api.version = 0.3.1
api.stability = beta
# ---- PEAR Channel Settings ----------------------------------------------------
pear.channel = pear.appserver.io/library
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