summaryrefslogtreecommitdiffstats
path: root/build/license.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-03-01 17:52:32 +0100
committerLukas Reschke <lukas@owncloud.com>2016-03-01 17:52:32 +0100
commit3067367ff35757e03d4db11e13e7d2bcd6b08610 (patch)
tree4be351df0122a49cb6d98c135db847a95b77a2c8 /build/license.php
parentc353d51810d556f526fceb7aa5c550097c6fc69d (diff)
downloadnextcloud-server-3067367ff35757e03d4db11e13e7d2bcd6b08610.tar.gz
nextcloud-server-3067367ff35757e03d4db11e13e7d2bcd6b08610.zip
Add new apps
Diffstat (limited to 'build/license.php')
-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',