-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.default.properties
30 lines (24 loc) · 1.15 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
#--------------------------------------------------------------------------------
# Symfony_App Default Properties
#
# @copyright Copyright (c) 2013 <fs@techdivision.com> - Florian Sydekum
# @license http://opensource.org/licenses/osl-3.0.php
# Open Software License (OSL 3.0)
# @author Florian Sydekum <fs@techdivision.com>
#--------------------------------------------------------------------------------
# ---- Symfony Settings ---------------------------------------------------------
symfony.version = 2.3.4
# ---- Deploy Settings ----------------------------------------------------------
sass.compile = true
deploy.dir = /symfony/Symfony_App
# ---- GIT Settings -------------------------------------------------------------
# GIT binary
bin.git = /usr/bin/git
# GIT Repository to clone build and deployment stub from
git.clone.repository = https://github.com/sydekumf/Symfony_Build.git
# ---- Module Release Settings --------------------------------------------------
release.version = 0.1.0
release.stability = beta
# ---- Module Api Settings ------------------------------------------------------
api.version = 0.1.0
api.stability = beta