forked from appserver-io/appserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.default.properties
22 lines (19 loc) · 1.09 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
#--------------------------------------------------------------------------------
# appserver-io/appserver 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]>
#--------------------------------------------------------------------------------
# ---- Module Release Settings --------------------------------------------------
release.version = 1.1.0
release.name = Iron Knight
# ---- PHPCPD Settings ----------------------------------------------------------
# Directories
phpcpd-exclude.dir = --exclude AppserverIo/Appserver/PersistentServletEngine
phpcpd-exclude.names = --names-exclude=NamingDirectoryImpl.php
phpcpd-additional.args = ${phpcpd-exclude.dir} ${phpcpd-exclude.names}
# ---- PHPCS Settings -----------------------------------------------------------
# can be overwritten locally
phpcs-additional.args = --ignore=server.php,bootstrap.php,webapps,var/scripts/bootstrap.php