-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.php
More file actions
44 lines (43 loc) · 1.28 KB
/
manifest.php
File metadata and controls
44 lines (43 loc) · 1.28 KB
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
35
36
37
38
39
40
41
42
43
44
<?php
$manifest = array(
'acceptable_sugar_flavors' => array('CE','PRO','CORP','ENT','ULT'),
'acceptable_sugar_versions' => array(
'exact_matches' => array(),
'regex_matches' => array('(.*?)\.(.*?)\.(.*?)$'),
),
'author' => 'Kenneth Brill',
'description' => 'Sugar Developers Log',
'icon' => '',
'is_uninstallable' => true,
'name' => 'SugarDeveloperLogger',
'published_date' => '2018-01-28 20:28:20',
'type' => 'module',
'version' => '1.0'
);
$installdefs =array (
'id' => 'CUSTOM1517192858',
'copy' =>
array (
0 =>
array (
'from' => '<basepath>/files/custom/include/SugarLogger/SugarDeveloperLogger.php',
'to' => 'custom/include/SugarLogger/SugarDeveloperLogger.php',
'timestamp' => '2018-01-28 20:19:59',
),
1 =>
array (
'from' => '<basepath>/files/custom/Extension/application/Ext/Utils/sugarLogger.php',
'to' => 'custom/Extension/application/Ext/Utils/sugarLogger.php',
'timestamp' => '2018-01-28 20:11:46',
),
2 =>
array (
'from' => '<basepath>/files/custom/Extension/application/Ext/Utils/appgati.php',
'to' => 'custom/Extension/application/Ext/Utils/appgati.php',
'timestamp' => '2018-01-28 15:17:11',
),
),
'pre_execute' =>
array (
),
);