-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.xml
61 lines (61 loc) · 2.14 KB
/
module.xml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="apptools-admin.ZPM">
<Module>
<Name>apptools-admin</Name>
<Version>1.2.6</Version>
<Description>Application tools for technical support and DBMS administrator. View and edit arrays, execute queries, including JDBC/ODBC, sending results to email as XLS files</Description>
<Packaging>module</Packaging>
<Keywords>Application tools admin</Keywords>
<Author>
<Person>Mikhaylenko Sergey</Person>
<CopyrightDate>2023</CopyrightDate>
<License>MIT</License>
<Notes>
repository:
https://github.com/SergeyMi37/apptools-admin
description:
Application tools for technical support and DBMS administrator. View and edit arrays, execute queries, including JDBC/ODBC, sending results to email as XLS files.
</Notes>
</Author>
<SourcesRoot>src</SourcesRoot>
<Invokes>
<Invoke Class="apptools.core.Installer" Method="AddFavorites" Phase="Activate" When="After" ></Invoke>
</Invokes>
<Resource Name="apptools.core.PKG"/>
<Resource Name="apptools.core.INC"/>
<Resource Name="apptools.Chart.PKG"/>
<Resource Name="apptools.Form.PKG"/>
<Resource Name="apptools.lte.PKG"/>
<Resource Name="apptools.Tabs.PKG"/>
<Resource Name="apptools.python.PKG"/>
<Resource Name="apptools.Uikit.PKG"/>
<Resource Name="appcachemsg.GBL"/>
<CSPApplication
SourcePath="/src/csp"
DeployPath="${cspdir}/apptools"
Url="/apptools"
ServeFiles="1"
CookiePath="/apptools/"
PasswordAuthEnabled="1"
AuthenticationMethods="32"
MatchRoles=":%ALL"
Recurse="1"/>
<CSPApplication
Url="/apptoolsrest"
CookiePath="/apptools/"
PasswordAuthEnabled="1"
AuthenticationMethods="32"
MatchRoles=":%ALL"
DispatchClass="apptools.core.rest"
Path="${cspdir}/apptools"
Recurse="1"
UnauthenticatedEnabled="0"
Generated="true"/>
<AfterInstallMessage>
You can load admins panel at:
${webroot}apptoolsrest/a/info
</AfterInstallMessage>
</Module>
</Document>
</Export>