Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-03-01 19:52:32 +0300
committerLukas Reschke <lukas@owncloud.com>2016-03-01 19:52:32 +0300
commit3067367ff35757e03d4db11e13e7d2bcd6b08610 (patch)
tree4be351df0122a49cb6d98c135db847a95b77a2c8 /build
parentc353d51810d556f526fceb7aa5c550097c6fc69d (diff)
Add new apps
Diffstat (limited to 'build')
-rw-r--r--build/license.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/license.php b/build/license.php
index 9d1fd666b80..493c7dafd98 100644
--- a/build/license.php
+++ b/build/license.php
@@ -238,8 +238,10 @@ if (isset($argv[1])) {
$licenses->exec($argv[1], isset($argv[2]) ? $argv[1] : false);
} else {
$licenses->exec([
+ '../apps/comments',
'../apps/dav',
'../apps/encryption',
+ '../apps/federatedfilesharing',
'../apps/federation',
'../apps/files',
'../apps/files_external',
@@ -247,6 +249,9 @@ if (isset($argv[1])) {
'../apps/files_trashbin',
'../apps/files_versions',
'../apps/provisioning_api',
+ '../apps/systemtags',
+ '../apps/testing',
+ '../apps/updatenotification',
'../apps/user_ldap',
'../core',
'../lib',